X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-unfold-repeat.ly;h=354add8d8c7c90b70dd3a0806608c30681485e42;hb=4493eb4584f92123ebacf51541ace8c0e20f5e5a;hp=52b6da45100fb04752d959aef45964ab657b9694;hpb=d2e7425b88e579fe53989106965fa13eab551c92;p=lilypond.git diff --git a/input/regression/grace-unfold-repeat.ly b/input/regression/grace-unfold-repeat.ly index 52b6da4510..354add8d8c 100644 --- a/input/regression/grace-unfold-repeat.ly +++ b/input/regression/grace-unfold-repeat.ly @@ -1,18 +1,15 @@ -#(ly:set-option 'old-relative) -\version "1.9.8" +\version "2.14.0" \header { - texidoc = "Grace notes and unfolded repeats. -Line breaks may happen before grace notes. + texidoc = "When grace notes are entered with unfolded repeats, +line breaks take place before grace notes. " } - -\score{ - \notes\context Voice \relative c'{ - % Bug 2: What happens with the grace notes here? - \repeat unfold 10 {\grace d8 c4 d e f} - } +\context Voice \relative c'{ + \repeat unfold 10 {\grace d8 c4 d e f} + } +