X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-unfold.ly;h=8381b3bf02c179682eb4915a78b9d074a242fd31;hb=d1698636c7f40a07047656ca04f70a55c62a9d37;hp=314aac5d35af9adabea793b3eae0df2e4f8c381e;hpb=4c8187e65dd9708d7733692842acc696da121bf1;p=lilypond.git diff --git a/input/regression/repeat-unfold.ly b/input/regression/repeat-unfold.ly index 314aac5d35..8381b3bf02 100644 --- a/input/regression/repeat-unfold.ly +++ b/input/regression/repeat-unfold.ly @@ -1,8 +1,7 @@ -#(ly:set-option 'old-relative) -\version "2.1.7" +\version "2.6.0" \header{ -texidoc=" + 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. @@ -16,14 +15,14 @@ Unfolded behavior: " } -\score { - \context Voice \notes\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 } +}