The property repeatCommands
can be used to control the layout of
repeats. Its value is a Scheme list of repeat commands, where each repeat
command can be
start-repeat
,
|:
bar line,
end-repeat
,
:|
bar line,
(volta
text)
,
(volta #f)
, which
c4 \set Score.repeatCommands = #'((volta "93") end-repeat) c4 c4 \set Score.repeatCommands = #'((volta #f)) c4 c4
Program reference: VoltaBracket, RepeatedMusic, VoltaRepeatedMusic, UnfoldedRepeatedMusic, and FoldedRepeatedMusic.
Read comments on this page, or
add one.
This page is for LilyPond-2.2.0 (stable-branch). |