]> git.donarmstrong.com Git - lilypond.git/blob - input/test/manual-volta.ly
release: 1.3.92
[lilypond.git] / input / test / manual-volta.ly
1
2 \score { \notes {
3  c4
4     \property Score.repeatCommands = #'((volta "93") end-repeat)
5  c4 c4
6     \property Score.repeatCommands = #'((volta #f))
7  c4 c4
8 }
9 }