]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/metronome-engraver.cc
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev...
[lilypond.git] / lily / metronome-engraver.cc
index b30fea183a5132dde6a9fc9e7e51049ef50e6c5c..5bc715339c69365ccda96429896bf3242418bc7c 100644 (file)
@@ -95,11 +95,11 @@ Metronome_mark_engraver::process_music ()
 
 ADD_TRANSLATOR (Metronome_mark_engraver,
                /* doc */
-               "Engrave metronome marking.  This delegates the formatting "
-               "work to the function in the @code{metronomeMarkFormatter} "
-               "property.  The mark is put over all staves.  The staves are "
-               "taken from the @code{stavesFound} property, which is "
-               "maintained by @ref{Staff_collecting_engraver}.",
+               "Engrave metronome marking.  This delegates the formatting"
+               " work to the function in the @code{metronomeMarkFormatter}"
+               " property.  The mark is put over all staves.  The staves are"
+               " taken from the @code{stavesFound} property, which is"
+               " maintained by @ref{Staff_collecting_engraver}.",
 
                /* create */
                "MetronomeMark ",