]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/mark-engraver.cc
In doc strings, replace trailing spaces with leading ones.
[lilypond.git] / lily / mark-engraver.cc
index 1b7ed78c42f7354fbb818df46f43e578ec2cc15e..7ba13d49a454802a8838a5787bdf193bfa2be8e6 100644 (file)
@@ -140,11 +140,11 @@ ADD_ACKNOWLEDGER (Mark_engraver, break_alignment);
 
 ADD_TRANSLATOR (Mark_engraver,
                /* doc */
-               "Create @code{RehearsalMark} objects.  It puts them on top of "
-               "all staves (which is taken from the property "
-               "@code{stavesFound}).  If moving this engraver to a different "
-               "context, @ref{Staff_collecting_engraver} must move along, "
-               "otherwise all marks end up on the same Y@tie{}location.",
+               "Create @code{RehearsalMark} objects.  It puts them on top of"
+               " all staves (which is taken from the property"
+               " @code{stavesFound}).  If moving this engraver to a different"
+               " context, @ref{Staff_collecting_engraver} must move along,"
+               " otherwise all marks end up on the same Y@tie{}location.",
                
                /* create */
                "RehearsalMark ",