]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bar-engraver.cc
Run `make grand-replace'.
[lilypond.git] / lily / bar-engraver.cc
index ac0afa37f2c8f0f086ce69ae552e48cb07a14fe1..3d751ecf1282ef88d750761a2f71ddcc5424a55d 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
   Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
@@ -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 ",