X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpitch-squash-engraver.cc;h=764566faab23d9630d4add101d7b3f5f2fa4e658;hb=b5cd9b70a0c936051e93b3e9a0ca9f03d2960714;hp=3a8cb7ea2947978fef4145208955d2a9fdb118b4;hpb=fcc5f76615e024803904a055902fdc6a3b24dccb;p=lilypond.git diff --git a/lily/pitch-squash-engraver.cc b/lily/pitch-squash-engraver.cc index 3a8cb7ea29..764566faab 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--2009 Han-Wen Nienhuys */ #include "engraver.hh" @@ -36,10 +36,10 @@ Pitch_squash_engraver::Pitch_squash_engraver () ADD_ACKNOWLEDGER (Pitch_squash_engraver, note_head); ADD_TRANSLATOR (Pitch_squash_engraver, /* doc */ - "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.", + "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 */ "",