X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-loose-grace-linebreak.ly;h=c54fea3b0d5504186f08eb76912977f7474e072a;hb=878c21f14a906637d2e234176e17c8a36d4695fb;hp=182b8549a2a1e089b33ba0a6dd5421b36610ef47;hpb=c8f344d88d0a18834e4ae0f38539fe264c37aa7d;p=lilypond.git diff --git a/input/regression/spacing-loose-grace-linebreak.ly b/input/regression/spacing-loose-grace-linebreak.ly index 182b8549a2..c54fea3b0d 100644 --- a/input/regression/spacing-loose-grace-linebreak.ly +++ b/input/regression/spacing-loose-grace-linebreak.ly @@ -1,24 +1,27 @@ - - \header{ texidoc = "If a floating grace spacing section attaches to a note across a line break, it gets attached to the end of line." } -\version "2.11.5" +\version "2.12.0" -\new Score \with { - \override SpacingSpanner #'strict-grace-spacing = ##t - \override PaperColumn #'used = ##t -} << +\layout { + \context { + \Score + \override SpacingSpanner #'strict-grace-spacing = ##t + } +} + +\score { + << \new Staff << \new Voice { - \time 2/4 s2 - \time 2/4 s2 \break - \time 2/4 s2 + \time 6/4 s2 + s2 \bar "" \break + s2 } \new Voice { @@ -38,4 +41,5 @@ across a line break, it gets attached to the end of line." } >> >> +}