X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-unfold.ly;h=2ff7e2304add80949f714758ea831428af1c80ff;hb=f9180593c6b22d81363f810c32924eed0c50ba49;hp=9ffa2d967099a0d8299966f053f0338aa1232d9a;hpb=06b1da466f99f6c4a01ee6a3e611d25bd5359d4c;p=lilypond.git diff --git a/input/regression/repeat-unfold.ly b/input/regression/repeat-unfold.ly index 9ffa2d9670..2ff7e2304a 100644 --- a/input/regression/repeat-unfold.ly +++ b/input/regression/repeat-unfold.ly @@ -1,28 +1,20 @@ -\version "2.3.17" +\version "2.11.27" \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 } -}} - - +\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 } +}