X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-volta-skip-alternatives.ly;h=db52a0fd1ecfdb25a82d187db678db2026d44afa;hb=7271ef0cd2204b490c64abc1f77dc2609d81451f;hp=6cd3ee1ca47fe56cc66cee33844fa319570a2922;hpb=bb91de5b7f8c4f753452730101c2422946067cc3;p=lilypond.git diff --git a/input/regression/repeat-volta-skip-alternatives.ly b/input/regression/repeat-volta-skip-alternatives.ly index 6cd3ee1ca4..db52a0fd1e 100644 --- a/input/regression/repeat-volta-skip-alternatives.ly +++ b/input/regression/repeat-volta-skip-alternatives.ly @@ -1,4 +1,4 @@ -\version "2.12.0" +\version "2.19.21" \header { texidoc = "When too few alternatives are present, the first @@ -9,8 +9,8 @@ alternative is repeated, by printing a range for the 1st repeat." \paper { ragged-right = ##t } -\relative c'' \context Voice { - \repeat volta 3 c1 +\relative \context Voice { + \repeat volta 3 c''1 \alternative { d f } e4 }