]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bar-engraver.cc
In doc strings, replace trailing spaces with leading ones.
[lilypond.git] / lily / bar-engraver.cc
index ac0afa37f2c8f0f086ce69ae552e48cb07a14fe1..61ec14aca1416586ffdbd16609634870c67ddf1f 100644 (file)
@@ -103,9 +103,9 @@ ADD_END_ACKNOWLEDGER (Bar_engraver, spanner);
 
 ADD_TRANSLATOR (Bar_engraver,
                /* doc */
-               "Create barlines.  This engraver is controlled through the "
-               "@code{whichBar} property.  If it has no bar line to create, "
-               "it will forbid a linebreak at this point.",
+               "Create barlines.  This engraver is controlled through the"
+               " @code{whichBar} property.  If it has no bar line to create,"
+               " it will forbid a linebreak at this point.",
 
                /* create */
                "BarLine ",