Massive changes - see ChangeLog.
[lilypond.git] / input / regression / repeat-volta-skip-alternatives.ly
blobd3332efdc6e006ffbe534ada8eabc15e750d7a62
1 \version "1.9.0"
2 \header {
3 texidoc = "When too few alternatives are present, the first alternative is repeated,
4 by printing a range for the 1st repeat."
8 \score { \notes \context Voice {
9 \repeat volta 3 c1
10 \alternative { d f } e4 } }