X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-unfold-all.ly;h=dc8a79c27928ef1e916dbc63e437fee518c2d3d8;hb=3dfd0a47e01374e0d8d1e6b127fa3f7a15a53edc;hp=4514bd97b0be9e449a180f9c878bc157a56c91b3;hpb=d2e7425b88e579fe53989106965fa13eab551c92;p=lilypond.git diff --git a/input/regression/repeat-unfold-all.ly b/input/regression/repeat-unfold-all.ly index 4514bd97b0..dc8a79c279 100644 --- a/input/regression/repeat-unfold-all.ly +++ b/input/regression/repeat-unfold-all.ly @@ -1,19 +1,18 @@ -#(ly:set-option 'old-relative) -\version "1.9.8" +\version "2.16.0" + +\header { texidoc = "Volta repeats may be unfolded through the music + function @code{\\unfoldRepeats}." -\header { - texidoc = "Repeats may be unfolded through the Scheme function @code{unfold-repeats}." } -nots = \notes\relative c' { +nots = \relative c' { c4 \repeat volta 2 c4 \alternative { d e } - \repeat tremolo 4 { c16 d } } +\layout {ragged-right = ##t} -\score { \notes \context Voice { -\nots -\apply #unfold-repeats \nots +\context Voice { + \nots + \bar "||" + \unfoldRepeats \nots } -\paper {raggedright = ##t} - }