The property repeatCommands can be used to control the layout of
repeats. Its value is a Scheme list of repeat commands.
start-repeat|: bar line.
end-repeat:| bar line.
(volta text)(volta #f)
c4
\set Score.repeatCommands = #'((volta "93") end-repeat)
c4 c4
\set Score.repeatCommands = #'((volta #f))
c4 c4
Program reference: VoltaBracket (lilypond-internals) , RepeatedMusic (lilypond-internals) , VoltaRepeatedMusic (lilypond-internals) , UnfoldedRepeatedMusic (lilypond-internals) , and FoldedRepeatedMusic (lilypond-internals) .
This page is for LilyPond-2.4.5 (stable-branch).