MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / grace-sync.ly
blob13d96ffb7996ad7645f49f9f211f01e550573b7a
1 \version "2.12.0"
2 \header {
3 texidoc = "Grace notes in different voices/staves are synchronized."
6 \layout { ragged-right = ##t}
9 \relative c'' <<
10 \context Staff {
12 \grace c8
13 c4 c4 }
14 \new Staff {
15 c2 \clef bass
16 \grace { dis8[ ( d8] \key es\major }
18 c4) c4 }
19 \new Staff { c2 c4 c4 \bar "|." }