X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-sync.ly;h=7cb7c8178f5ee9271810addbb98b1940b3a63aef;hb=ce593a5d9614d463ac0255eac17ceb50ce3bcc29;hp=b94f383d34a903e6f9eaff5414f4cd05fcba599a;hpb=72972afb27cf99f5ae432f4a1463d4f6de6107a0;p=lilypond.git diff --git a/input/regression/grace-sync.ly b/input/regression/grace-sync.ly index b94f383d34..7cb7c8178f 100644 --- a/input/regression/grace-sync.ly +++ b/input/regression/grace-sync.ly @@ -1,17 +1,23 @@ -\version "1.7.16" +\version "2.10.0" \header { - texidoc = "grace notes in different voices/staves are synchronized." + texidoc = "Grace notes in different voices/staves are synchronized." } -\score {\notes < \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} - } -%% new-chords-done %%