]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score-engraver.cc
Run `make grand-replace'.
[lilypond.git] / lily / score-engraver.cc
index 746701722f28f5d281bd7082b59c5e3bb7b7203b..5fea2032105a7121880b626f3506fe01af051764 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--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "score-engraver.hh"
@@ -171,18 +171,18 @@ Score_engraver::typeset_all ()
 
 ADD_TRANSLATOR_GROUP (Score_engraver,
                      /* doc */
-                     "The top-level engraver.  Takes care of generating "
-                     "columns and the complete system (i.e., "
-                     "@code{System}).\n"
+                     "The top-level engraver.  Takes care of generating"
+                     " columns and the complete system (i.e.,"
+                     " @code{System}).\n"
                      "\n"
-                     "This engraver decides whether a column is breakable.  "
-                     "The default is that a column is always breakable.  "
-                     "However, every @code{Bar_engraver} that does not have "
-                     "a bar line at a certain point sets @code{forbidBreaks} "
-                     "to stop line breaks.  In practice, this means that you "
-                     "can make a break point by creating a bar line "
-                     "(assuming that there are no beams or notes that "
-                     "prevent a break point).",
+                     "This engraver decides whether a column is breakable."
+                     "  The default is that a column is always breakable."
+                     "  However, every @code{Bar_engraver} that does not have"
+                     " a bar line at a certain point sets @code{forbidBreaks}"
+                     " to stop line breaks.  In practice, this means that you"
+                     " can make a break point by creating a bar line"
+                     " (assuming that there are no beams or notes that"
+                     " prevent a break point).",
 
                      /* create */
                      "System ",