[ << Translation ] | [Top][Contents][Index] | [ Backend >> ] |
[ < Vertical_align_engraver ] | [ Up : Engravers and Performers ] | [ Tunable context properties > ] |
2.2.151 Volta_engraver
Make volta brackets.
Music types accepted:
dal-segno-event
, fine-event
and volta-span-event
Properties (read)
currentCommandColumn
(graphical (layout) object)Grob that is X-parent to all current breakable (clef, key signature, etc.) items.
repeatCommands
(list)This property is a list of commands of the form
(list 'volta x)
, where x is a string or#f
.'end-repeat
is also accepted as a command.stavesFound
(list of grobs)A list of all staff-symbols found.
voltaSpannerDuration
(moment)This specifies the maximum duration to use for the brackets printed for
\alternative
. This can be used to shrink the length of brackets in the situation where one alternative is very large.whichBar
(string)The current bar line type, or
'()
if there is no bar line. Setting this explicitly in user code is deprecated. Use\bar
or related commands to set it.
This engraver creates the following layout object(s):
VoltaBracket
and VoltaBracketSpanner
.
Volta_engraver
is part of the following context(s) in \layout
: Score
.
[ << Translation ] | [Top][Contents][Index] | [ Backend >> ] |
[ < Vertical_align_engraver ] | [ Up : Engravers and Performers ] | [ Tunable context properties > ] |