X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-unfold.ly;h=2ff7e2304add80949f714758ea831428af1c80ff;hb=ca072998aad5b2d4ffea2b371d0a382082f330e5;hp=9d8dde2db9f055653b202ffc193d1d1301335cb0;hpb=39dd20959c8b3a143cfe41138a5c62749da54079;p=lilypond.git diff --git a/input/regression/repeat-unfold.ly b/input/regression/repeat-unfold.ly index 9d8dde2db9..2ff7e2304a 100644 --- a/input/regression/repeat-unfold.ly +++ b/input/regression/repeat-unfold.ly @@ -1,22 +1,16 @@ -\version "2.7.13" +\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:" } - - \context Voice \relative c'' { \repeat unfold 3 { c^"3x 0a" d } %% less alts than body @@ -24,5 +18,3 @@ Unfolded behavior: %% more alts than body \repeat unfold 2 { c^"2x 3a" d } \alternative { e f g } } - -