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