[ << Translation ] | [Top][Contents][Index][ ? ] | [ Backend >> ] | ||
[ < Mensural_ligature_engraver ] | [ Up : Engravers and Performers ] | [ Multi_measure_rest_engraver > ] |
2.2.62 Metronome_mark_engraver
Engrave metronome 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 stavesFound
property, which is maintained by Staff_collecting_engraver.
Properties (read)
metronomeMarkFormatter
(procedure)How to produce a metronome markup. Called with four arguments: text, duration, count and context.
stavesFound
(list of grobs)A list of all staff-symbols found.
tempoHideNote
(boolean)Hide the note=count in tempo marks.
tempoText
(markup)Text for tempo marks.
tempoUnitCount
(number)Count for specifying tempo.
tempoUnitDuration
(duration)Unit for specifying tempo.
This engraver creates the following layout object(s):
Metronome_mark_engraver
is part of the following context(s): Score.
[ << Translation ] | [Top][Contents][Index][ ? ] | [ Backend >> ] | ||
[ < Mensural_ligature_engraver ] | [ Up : Engravers and Performers ] | [ Multi_measure_rest_engraver > ] |