]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/metronome-engraver.cc
* scripts/convert-ly.py (FatalConversionError.conv): add #'() case
[lilypond.git] / lily / metronome-engraver.cc
index 877121403b3cc30c16a56a36cb1f39cf283d8cc1..63c7b04aad7601e13884feb071cdb4b52c4373ce 100644 (file)
@@ -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",