diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2004-12-09 00:16:45 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2004-12-09 00:16:45 +0000 |
commit | 332da9f4d25f9f63a3222efc87fae06b0c7abbdd (patch) | |
tree | 2f8121633c0ffb19a4f5093bcc3d5dc0f9b3732c /lily/chord-name-engraver.cc | |
parent | 163225c0cbb1055dfd3614615350ab9f3aaba74c (diff) |
*** empty log message ***
Diffstat (limited to 'lily/chord-name-engraver.cc')
-rw-r--r-- | lily/chord-name-engraver.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lily/chord-name-engraver.cc b/lily/chord-name-engraver.cc index cb92fe9589..fa8191a422 100644 --- a/lily/chord-name-engraver.cc +++ b/lily/chord-name-engraver.cc @@ -98,7 +98,7 @@ Chord_name_engraver::process_music () int octavation = scm_to_int (oct); Pitch orig = p->transposed (Pitch (-octavation, 0,0)); - pitches= scm_cons (orig.smobbed_copy (), pitches); + pitches = scm_cons (orig.smobbed_copy (), pitches); } else programming_error ("Inversion does not have original pitch."); |