X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-sync.ly;h=13d96ffb7996ad7645f49f9f211f01e550573b7a;hb=33fee1aae93af367e6d2f0a80bef3e1b38eda9eb;hp=448412c43157bb5a25ef1b499dda1c61dabadbd4;hpb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;p=lilypond.git diff --git a/input/regression/grace-sync.ly b/input/regression/grace-sync.ly index 448412c431..13d96ffb79 100644 --- a/input/regression/grace-sync.ly +++ b/input/regression/grace-sync.ly @@ -1,17 +1,23 @@ -\version "2.1.36" +\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 } - \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 "|." } +>> + +