]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bar-number-engraver.cc
In doc strings, replace trailing spaces with leading ones.
[lilypond.git] / lily / bar-number-engraver.cc
index 5c4bf82ab376f7ae607f18a344019de66ef5d196..aa9cb8f4861b0426788b762714a8241527da20d9 100644 (file)
@@ -121,12 +121,12 @@ ADD_ACKNOWLEDGER (Bar_number_engraver, break_alignment);
 
 ADD_TRANSLATOR (Bar_number_engraver,
                /* doc */
-               "A bar number is created whenever @code{measurePosition} is "
-               "zero and when there is a bar line (i.e., when "
-               "@code{whichBar} is set).  It is put on top of all staves, "
-               "and appears only at the left side of the staff.  The staves "
-               "are taken from @code{stavesFound}, which is maintained by "
-               "@ref{Staff_collecting_engraver}.",
+               "A bar number is created whenever @code{measurePosition} is"
+               " zero and when there is a bar line (i.e., when"
+               " @code{whichBar} is set).  It is put on top of all staves,"
+               " and appears only at the left side of the staff.  The staves"
+               " are taken from @code{stavesFound}, which is maintained by"
+               " @ref{Staff_collecting_engraver}.",
 
                /* create */
                "BarNumber ",