X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-sync.ly;h=d7388bded51d845bb6833e1942c85e0ccfd5868b;hb=407be6aca707178dc8dcae673803b16916f59d50;hp=5464d0b3950cbec8f60c44578a2d96cf69aaaed0;hpb=d2e7425b88e579fe53989106965fa13eab551c92;p=lilypond.git diff --git a/input/regression/grace-sync.ly b/input/regression/grace-sync.ly index 5464d0b395..d7388bded5 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.8" +\version "2.11.51" \header { texidoc = "Grace notes in different voices/staves are synchronized." } -\score {\notes\relative c'' << \context Staff { c2 - \grace c8 - c4 c4 } - \new Staff { 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 "|." } - >> - \paper { raggedright = ##t} - } + \new Staff { c2 c4 c4 \bar "|." } +>> + +