X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-unfold-all.ly;h=dc8a79c27928ef1e916dbc63e437fee518c2d3d8;hb=12e6948fe2fa0c73103748fd815a7c93fdc3677e;hp=aef95eeb7a51cf59d1444015ef873168025fb998;hpb=955f829883aa125b2b633b1e71f6256da5b773fa;p=lilypond.git diff --git a/input/regression/repeat-unfold-all.ly b/input/regression/repeat-unfold-all.ly index aef95eeb7a..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.0" +\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} - }