X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-unfold.ly;h=9b1578266db459c2b1ce005dd21efaf4ac539427;hb=f875ef39c544bd3499dae5360e9e24f69933575f;hp=461d05ffe13c0513f86433b8611d12615702826d;hpb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;p=lilypond.git diff --git a/input/regression/repeat-unfold.ly b/input/regression/repeat-unfold.ly index 461d05ffe1..9b1578266d 100644 --- a/input/regression/repeat-unfold.ly +++ b/input/regression/repeat-unfold.ly @@ -1,28 +1,22 @@ -\version "2.3.4" +\version "2.14.0" \header{ -texidoc=" -LilyPond has three modes for repeats: folded, unfolded and -semi-unfolded. Unfolded repeats are fully written out. Semi unfolded -repeats have the body written and all alternatives sequentially. -Folded repeats have the body written and all alternatives -simultaneo.ly. If the number of alternatives is larger than the -repeat count, the excess alternatives are ignored. If the number of -alternatives is smaller, the first alternative is multiplied to get to -the number of repeats. + texidoc="LilyPond has two modes for repeats: unfolded and semi-unfolded. +Unfolded repeats are fully written out. Semi unfolded repeats have the body +written and all alternatives sequentially. If the number of alternatives is +larger than the repeat count, the excess alternatives are ignored. If the +number of alternatives is smaller, the first alternative is multiplied to +get to the number of repeats. -Unfolded behavior: -" +Unfolded behavior:" } -\score { - - \context Voice \relative c'' { -\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 -\repeat unfold 2 { c^"2x 3a" d } \alternative { e f g } -}} - +#(ly:set-option 'warning-as-error #f) +\context Voice \relative c'' { + \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 + \repeat unfold 2 { c^"2x 3a" d } \alternative { e f g } +}