[ << Translation ] | [Top][Contents][Index] | [ Backend >> ] |
[ < Pure_from_neighbor_engraver ] | [ Up : Engravers and Performers ] | [ Repeat_tie_engraver > ] |
2.2.113 Repeat_acknowledge_engraver
This translator adds entries to repeatCommands
for events generated by
\\repeat volta
.
Music types accepted:
volta-repeat-end-event
and volta-repeat-start-event
Properties (write)
repeatCommands
(list)A list of commands related to volta-style repeats. In general, each element is a list,
'(command args…)
, but a command with no arguments may be abbreviated to a symbol; e.g.,'((start-repeat))
may be given as'(start-repeat)
.
end-repeat return-count
End a repeated section. return-count is the number of times to go back from this point to the beginning of the section.
start-repeat repeat-count
Start a repeated section. repeat-count is the number of times to perform this section.
volta text
If text is markup, start a volta bracket with that label; if text is
#f
, end a volta bracket.
Repeat_acknowledge_engraver
is part of the following context(s) in \layout
: ChordGridScore
, Score
, StandaloneRhythmScore
and VaticanaScore
.