]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bar-number-engraver.cc
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / lily / bar-number-engraver.cc
index 5c4bf82ab376f7ae607f18a344019de66ef5d196..f5744ff76c6736b1e1bca366915d3caa34f345b9 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>
 */
 
 #include "paper-column.hh"
@@ -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 ",