]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/mark-engraver.cc
Run `make grand-replace'.
[lilypond.git] / lily / mark-engraver.cc
index 1b7ed78c42f7354fbb818df46f43e578ec2cc15e..8cd1b8051546511b7fdc6e00e44b9d09a5e60d46 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2007 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1998--2008 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #include <cctype>
@@ -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 ",