X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-unfold.ly;h=621608a0b4f5fe002cb22a629f900bc63ac3214c;hb=4e9fd2773a496f31bf6f3a2c1a900fbc4d647487;hp=9b1578266db459c2b1ce005dd21efaf4ac539427;hpb=6f6ea6500252a574985dd7550e7f01a84827cdd7;p=lilypond.git diff --git a/input/regression/repeat-unfold.ly b/input/regression/repeat-unfold.ly index 9b1578266d..621608a0b4 100644 --- a/input/regression/repeat-unfold.ly +++ b/input/regression/repeat-unfold.ly @@ -1,4 +1,7 @@ -\version "2.14.0" +\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,10 +14,8 @@ get to the number of repeats. Unfolded behavior:" } -#(ly:set-option 'warning-as-error #f) - -\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