]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score-engraver.cc
In doc strings, replace trailing spaces with leading ones.
[lilypond.git] / lily / score-engraver.cc
index 8d66adf0dda003a785d0f101004e5fb41fcba728..55becfef5eeb94be8de7ac784374f7b745414ddf 100644 (file)
@@ -170,14 +170,20 @@ Score_engraver::typeset_all ()
 }
 
 ADD_TRANSLATOR_GROUP (Score_engraver,
-                     /* doc */ "Top level engraver. Takes care of generating columns and the complete  system (ie. System) "
-                     "\n\n "
-                     "This engraver decides whether a column is breakable. The default is "
-                     "that a column is always breakable. However, every Bar_engraver "
-                     "that does not have a barline at a certain point will set "
-                      "forbidBreaks to stop linebreaks.  In practice, this "
-                     "means that you can make a breakpoint by creating a barline (assuming "
-                     "that there are no beams or notes that prevent a breakpoint.) ",
+                     /* doc */
+                     "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).",
+
                      /* create */
                      "System ",
                      
@@ -187,4 +193,5 @@ ADD_TRANSLATOR_GROUP (Score_engraver,
                      "verticallySpacedContexts ",
 
                      /* write */
-                     "");
+                     ""
+                     );