X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-volta-skip-alternatives.ly;h=ab1671cf218e4ca13f9791e2da843f13246cda04;hb=5206d86a9de2bd8bd480940fb5c861d8bd0b17c2;hp=81421653808402c4b72db5d1669b63c9d22f21e8;hpb=8083c316e4cdb818e5ca3a00281ea8a4c575e80e;p=lilypond.git diff --git a/input/regression/repeat-volta-skip-alternatives.ly b/input/regression/repeat-volta-skip-alternatives.ly index 8142165380..ab1671cf21 100644 --- a/input/regression/repeat-volta-skip-alternatives.ly +++ b/input/regression/repeat-volta-skip-alternatives.ly @@ -1,6 +1,16 @@ -\version "1.7.18" +\version "2.10.0" +\header { -\score { \notes \context Voice { + texidoc = "When too few alternatives are present, the first +alternative is repeated, by printing a range for the 1st repeat." + +} + +\paper { ragged-right = ##t } + + +\relative c'' \context Voice { \repeat volta 3 c1 - \alternative { d f } e4 } } -%% new-chords-done %% + \alternative { d f } e4 +} +