X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-unfold-all.ly;h=eae3684bf977428fadac9fa8f241c151c0b665c6;hb=bff1751d9aaf9fc2f39b878aa86807d3537c7e5a;hp=7d4b68f0635ae4ba47e228a09190e7823d795553;hpb=2b4664417d36bed2b408d769e3dfd96732710d54;p=lilypond.git diff --git a/input/regression/repeat-unfold-all.ly b/input/regression/repeat-unfold-all.ly index 7d4b68f063..eae3684bf9 100644 --- a/input/regression/repeat-unfold-all.ly +++ b/input/regression/repeat-unfold-all.ly @@ -1,18 +1,18 @@ -\version "1.7.6" +\version "2.14.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 {linewidth=-1.} - } -%% new-chords-done %% +