X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-unfold.ly;h=621608a0b4f5fe002cb22a629f900bc63ac3214c;hb=ece789bf5f661cb8f16b50f87a248dedd6e1d8d5;hp=2ff7e2304add80949f714758ea831428af1c80ff;hpb=4653841a21112a6760095bf1620600ce24628648;p=lilypond.git diff --git a/input/regression/repeat-unfold.ly b/input/regression/repeat-unfold.ly index 2ff7e2304a..621608a0b4 100644 --- a/input/regression/repeat-unfold.ly +++ b/input/regression/repeat-unfold.ly @@ -1,4 +1,7 @@ -\version "2.11.27" +\version "2.19.21" + +#(ly:set-option 'warning-as-error #f) +#(ly:expect-warning (_ "More alternatives than repeats. Junking excess alternatives")) \header{ texidoc="LilyPond has two modes for repeats: unfolded and semi-unfolded. @@ -11,8 +14,8 @@ get to the number of repeats. Unfolded behavior:" } -\context Voice \relative c'' { - \repeat unfold 3 { c^"3x 0a" d } +\context Voice \relative { + \repeat unfold 3 { c''^"3x 0a" d } %% less alts than body \repeat unfold 4 { c^"4x 0a" d } \alternative { e f } %% more alts than body