]> git.donarmstrong.com Git - lilypond.git/blob - input/test/manual-volta.ly
patch::: 1.5.2.jcn2
[lilypond.git] / input / test / manual-volta.ly
1 \version "1.3.146"
2
3
4 \score { \notes {
5 % First a normal looking repeat:
6  c2 c
7     \property Score.repeatCommands = #'((volta "1."))
8  c c
9     \property Score.repeatCommands = #'((volta #f) end-repeat (volta "2."))
10  c c
11     \property Score.repeatCommands = #'((volta #f))
12 % Then a more strange one:
13  c c
14     \property Score.repeatCommands = #'((volta "93") end-repeat)
15  c c
16     \property Score.repeatCommands = #'((volta #f))
17  c c
18 }
19 }