]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-spacing-engraver.cc
Run `make grand-replace'.
[lilypond.git] / lily / note-spacing-engraver.cc
index 23b0fcd79718e906f0967bf9a9b3d4b378891bd2..8a5f5c7944228753efbc518241bf09773827fac6 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2006--2007 Han-Wen Nienhuys <hanwen@lilypond.org>
+  (c) 2006--2008 Han-Wen Nienhuys <hanwen@lilypond.org>
   
 */
 
@@ -131,8 +131,8 @@ ADD_ACKNOWLEDGER (Note_spacing_engraver, rhythmic_grob);
 
 ADD_TRANSLATOR (Note_spacing_engraver,
                /* doc */
-               "Generate @code{NoteSpacing}, an object linking horizontal "
-               "lines for use in spacing.",
+               "Generate @code{NoteSpacing}, an object linking horizontal"
+               " lines for use in spacing.",
 
                /* create */
                "NoteSpacing ",