]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/axis-group-engraver.cc
Run `make grand-replace'.
[lilypond.git] / lily / axis-group-engraver.cc
index 15e26309ceb7db1b1b8ec73f7a272698ab68e08c..82b5cfe37b2c3aea7378d1834a9b27bab17ecb20 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1999--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "axis-group-engraver.hh"
@@ -98,8 +98,8 @@ ADD_ACKNOWLEDGER (Axis_group_engraver, grob);
 
 ADD_TRANSLATOR (Axis_group_engraver,
                /* doc */
-               "Group all objects created in this context in a "
-               "@code{VerticalAxisGroup} spanner.",
+               "Group all objects created in this context in a"
+               " @code{VerticalAxisGroup} spanner.",
 
                /* create */
                "VerticalAxisGroup ",