X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fmetronome-engraver.cc;h=63c7b04aad7601e13884feb071cdb4b52c4373ce;hb=ef4b240310bbd853f175d05fe9a94d78855279b7;hp=877121403b3cc30c16a56a36cb1f39cf283d8cc1;hpb=e3dfe6b7e7712e3a25a057d763ee5fe50a71c713;p=lilypond.git diff --git a/lily/metronome-engraver.cc b/lily/metronome-engraver.cc index 877121403b..63c7b04aad 100644 --- a/lily/metronome-engraver.cc +++ b/lily/metronome-engraver.cc @@ -108,7 +108,13 @@ Metronome_mark_engraver::process_music () } ENTER_DESCRIPTION (Metronome_mark_engraver, -/* descr */ "Engrave metro nome marking. This delegates the real work to the function in the metronomeMarkFormatter property", +/* descr */ "Engrave metro nome marking. This delegates the formatting work " + "to the function in the metronomeMarkFormatter property. " + "The mark is put over all staves. " + "The staves are taken from the @code{stavesFound} property, " + "which is maintained by @code{@ref{Staff_collecting_engraver}}. " + + , /* creats*/ "MetronomeMark", /* accepts */ "metronome-change-event", /* acks */ "time-signature-interface bar-line-interface",