X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-sync.ly;h=d7388bded51d845bb6833e1942c85e0ccfd5868b;hb=03aeb8ec429f88b99aa00e7ad44b593e94737760;hp=6677836c1ff104278e2f82b40c6f67a3d404f38c;hpb=ecaf73bb03e974018c17e3051b3ac3a805dd1653;p=lilypond.git diff --git a/input/regression/grace-sync.ly b/input/regression/grace-sync.ly index 6677836c1f..d7388bded5 100644 --- a/input/regression/grace-sync.ly +++ b/input/regression/grace-sync.ly @@ -1,17 +1,23 @@ -\version "2.1.28" +\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 "|." } +>> + +