X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-unfold-all.ly;h=116468a030a40d72ee62e616f7c8808db48132e7;hb=d624f4dd03ff018529f5e285407100dd828b0e1c;hp=8a3168e87dd777118d9719e0ba8f793ba73ee807;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/repeat-unfold-all.ly b/input/regression/repeat-unfold-all.ly index 8a3168e87d..116468a030 100644 --- a/input/regression/repeat-unfold-all.ly +++ b/input/regression/repeat-unfold-all.ly @@ -1,18 +1,18 @@ -\version "2.1.22" +\version "2.10.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} - }