]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/vertical-align-engraver.cc
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond into lilypond...
[lilypond.git] / lily / vertical-align-engraver.cc
index 347b982b18093f981addca270a13545e9326cba3..365c35cb4870659be13a50f311e06dcd1a0b351c 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--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "context.hh"
@@ -38,8 +38,8 @@ protected:
 ADD_ACKNOWLEDGER (Vertical_align_engraver, axis_group);
 ADD_TRANSLATOR (Vertical_align_engraver,
                /* doc */
-               "Catch groups (staves, lyrics lines, etc.) and stack them "
-               "vertically.",
+               "Catch groups (staves, lyrics lines, etc.) and stack them"
+               " vertically.",
 
                /* create */
                "VerticalAlignment ",