]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/script-column.cc
Run `make grand-replace'.
[lilypond.git] / lily / script-column.cc
index 3e4092f7c694ad87b6b3c0fa08294e92f05ece3c..ac4e9c72f01764195fb85fd9088351a1ea39541c 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 "script-column.hh"
@@ -154,7 +154,9 @@ Script_column::order_grobs (vector<Grob*> grobs)
 }
 
 ADD_INTERFACE (Script_column,
-              "An interface that sorts scripts "
-              "according to their @code{script-priority}",
+              "An interface that sorts scripts according to their"
+              " @code{script-priority}.",
               
-              "");
+              /* properties */
+              ""
+              );