]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/multi-measure-rest-engraver.cc
In doc strings, replace trailing spaces with leading ones.
[lilypond.git] / lily / multi-measure-rest-engraver.cc
index d621652247d0dc5633ac1e586fb0b04c5928663c..fc5563854cc2295fc5407cd33c0aceb40790ee27 100644 (file)
@@ -252,12 +252,12 @@ Multi_measure_rest_engraver::finalize ()
 
 ADD_TRANSLATOR (Multi_measure_rest_engraver,
                /* doc */
-               "Engrave multi-measure rests that are produced with "
-               "@samp{R}.  It reads @code{measurePosition} and "
-               "@code{internalBarNumber} to determine what number to print "
-               "over the @ref{MultiMeasureRest}.  Reads @code{measureLength} "
-               "to determine whether it should use a whole rest or a breve "
-               "rest to represent one measure.",
+               "Engrave multi-measure rests that are produced with"
+               " @samp{R}.  It reads @code{measurePosition} and"
+               " @code{internalBarNumber} to determine what number to print"
+               " over the @ref{MultiMeasureRest}.  Reads @code{measureLength}"
+               " to determine whether it should use a whole rest or a breve"
+               " rest to represent one measure.",
                
                /* create */
                "MultiMeasureRest "