]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/pitch-squash-engraver.cc
Run `make grand-replace'.
[lilypond.git] / lily / pitch-squash-engraver.cc
index 3a8cb7ea2947978fef4145208955d2a9fdb118b4..c12f9224a7f1603f7233d8cdd6f70a2716df0cc6 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #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 */
                "",