X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpitch-squash-engraver.cc;h=c12f9224a7f1603f7233d8cdd6f70a2716df0cc6;hb=888f02cc576ab2653c4598a75727a260114687bd;hp=8fd4d4e26d213f2eb6d4d6e9cadc4ddcf1432bcf;hpb=16cb456cabf477f6d398ff731aa0f10b60913394;p=lilypond.git diff --git a/lily/pitch-squash-engraver.cc b/lily/pitch-squash-engraver.cc index 8fd4d4e26d..c12f9224a7 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--2007 Han-Wen Nienhuys + (c) 1997--2008 Han-Wen Nienhuys */ #include "engraver.hh" @@ -36,12 +36,17 @@ Pitch_squash_engraver::Pitch_squash_engraver () ADD_ACKNOWLEDGER (Pitch_squash_engraver, note_head); ADD_TRANSLATOR (Pitch_squash_engraver, /* doc */ - "Set the vertical position of noteheads to " - "@code{squashedPosition}, if that " - "property is set. " - "This can be used to make a single line staff " - "demonstrating the rhythm of a melody.", - - /* create */ "", - /* read */ "squashedPosition", - /* write */ ""); + "Set the vertical position of note heads to" + " @code{squashedPosition}, if that property is set. This can" + " be used to make a single-line staff demonstrating the" + " rhythm of a melody.", + + /* create */ + "", + + /* read */ + "squashedPosition ", + + /* write */ + "" + );