X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-sync.ly;h=46436737e1ef20c74d283d8e425d173add076e72;hb=629a98d913218597d04dfc3c41154e7ff2c76582;hp=69efcd5df6192061bb04c56ff30bbcbde60806b8;hpb=8e300d9598c6f54cb18d8bc8cd0458fa1028d8b9;p=lilypond.git diff --git a/input/regression/grace-sync.ly b/input/regression/grace-sync.ly index 69efcd5df6..46436737e1 100644 --- a/input/regression/grace-sync.ly +++ b/input/regression/grace-sync.ly @@ -1,15 +1,24 @@ +\version "2.19.21" \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] } - - ) c4 c4 } - \context Staff = SC { c2 c4 c4 \bar "|." } - > - \paper { linewidth = -1. } - } +\layout { ragged-right = ##t} + + +\relative << + \context Staff { + c''2 + \grace c8 + c4 c4 + } + \new Staff { + c2 \clef bass + \grace { dis8[ ( d8] \key es \major } + c4) c4 + } + \new Staff { c2 c4 c4 \bar "|." } +>> + + +