Previous: Normal repeats, Up: Writing repeats
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
Notation Reference: Bar lines.
Snippets: Repeats
Internals Reference: VoltaBracket,
RepeatedMusic, VoltaRepeatedMusic,
and UnfoldedRepeatedMusic.
Previous: Normal repeats, Up: Writing repeats
This page is for LilyPond-2.11.40 (development-branch).
Report errors to http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs.
Your suggestions for the documentation are welcome.