]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/script-column-engraver.cc
Run `make grand-replace'.
[lilypond.git] / lily / script-column-engraver.cc
index 8a3a54327d2b0335a15b5fef2c8944a67a9d0fee..6821c51733b7a292c27e0ef833c28982caa06ad5 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 "engraver.hh"
@@ -69,8 +69,8 @@ Script_column_engraver::process_acknowledged ()
 ADD_ACKNOWLEDGER (Script_column_engraver, side_position);
 ADD_TRANSLATOR (Script_column_engraver,
                /* doc */
-               "Find potentially colliding scripts and put them into a "
-               "@code{ScriptColumn} object; that will fix the collisions.",
+               "Find potentially colliding scripts and put them into a"
+               " @code{ScriptColumn} object; that will fix the collisions.",
 
                /* create */
                "ScriptColumn ",