X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpitch-squash-engraver.cc;h=65cef28d72fa1fa936694f1db7aed26453bfbb8d;hb=8c63c295f9eade6ef6ce7bbd2437c2fc6f506844;hp=f6ce236706b2e76db904a8f62440a9b120108a73;hpb=2c22efe5a46a37065b10c3f51c5d7db00d07d318;p=lilypond.git diff --git a/lily/pitch-squash-engraver.cc b/lily/pitch-squash-engraver.cc index f6ce236706..65cef28d72 100644 --- a/lily/pitch-squash-engraver.cc +++ b/lily/pitch-squash-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2006 Han-Wen Nienhuys */ #include "staff-symbol-referencer.hh" #include "note-head.hh" @@ -22,9 +22,7 @@ Pitch_squash_engraver::acknowledge_note_head (Grob_info i) { SCM newpos = get_property ("squashedPosition"); if (scm_is_number (newpos)) - { - i.grob ()->set_property ("staff-position", newpos); - } + i.grob ()->set_property ("staff-position", newpos); } Pitch_squash_engraver::Pitch_squash_engraver ()