X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-sync.ly;h=9032eb8c2eaf587782548a6a70e06f2f9d16725c;hb=26a079ca2393d053315ef8dbef626c897dc9645a;hp=00cabd037e33c9cbbc9963f70077fa60c6ebb5c1;hpb=15e565fef41ab50d140c3028bc6d9cff1a43a56a;p=lilypond.git diff --git a/input/regression/grace-sync.ly b/input/regression/grace-sync.ly index 00cabd037e..9032eb8c2e 100644 --- a/input/regression/grace-sync.ly +++ b/input/regression/grace-sync.ly @@ -1,17 +1,23 @@ -\version "1.7.16" +\version "2.16.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 %%