4 texidoc
= "Volte using @code{repeatCommands} can have markup
8 voltaA
dLib
= \markup { 1. 2. 3... \text \italic { ad lib
. } }
12 \set Score
.repeatCommands
= #(list
(list
'volta voltaA
dLib
) 'start-repeat
)
14 \set Score
.repeatCommands
= #'((volta
#f) (volta
"4.") end-repeat
)
16 \set Score
.repeatCommands
= #'((volta
#f))