]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-volta-skip-alternatives.ly
.ly version update.
[lilypond.git] / input / regression / repeat-volta-skip-alternatives.ly
1 \version "1.9.8"
2 \header {
3     texidoc = "When too few alternatives are present, the first alternative is repeated,
4 by printing a range for the 1st repeat."
5     }
6
7
8 \score {  \notes \context Voice {
9   \repeat volta 3 c1
10     \alternative { d f } e4 } } 
11