X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-sync.ly;h=13d96ffb7996ad7645f49f9f211f01e550573b7a;hb=878c21f14a906637d2e234176e17c8a36d4695fb;hp=ef1e4f7b3368fbfae10ca6388e2b50c3712e7d90;hpb=955f829883aa125b2b633b1e71f6256da5b773fa;p=lilypond.git diff --git a/input/regression/grace-sync.ly b/input/regression/grace-sync.ly index ef1e4f7b33..13d96ffb79 100644 --- a/input/regression/grace-sync.ly +++ b/input/regression/grace-sync.ly @@ -1,18 +1,23 @@ -#(ly:set-option 'old-relative) -\version "1.9.0" +\version "2.12.0" \header { texidoc = "Grace notes in different voices/staves are synchronized." } -\score {\notes\relative c'' < \context Staff { c2 - \grace c8 - c4 c4 } - \context Staff = SB { c2 \clef bass - \grace { dis8-[ ( d8] \key es\major } +\layout { ragged-right = ##t} + + +\relative c'' << + \context Staff { + c2 + \grace c8 + c4 c4 } + \new Staff { + c2 \clef bass + \grace { dis8[ ( d8] \key es\major } + + c4) c4 } + \new Staff { c2 c4 c4 \bar "|." } +>> + - c4-) c4 } - \context Staff = SC { c2 c4 c4 \bar "|." } - > - \paper { raggedright = ##t} - }