1\version "2.19.21"
2\header  {
3  texidoc = "Grace notes in different voices/@/staves are synchronized."
4}
5
6\layout { ragged-right = ##t}
7
8
9\relative <<
10  \context Staff {
11    c''2
12    \grace  c8
13    c4 c4
14  }
15  \new Staff {
16    c2 \clef bass
17    \grace {  dis8[ ( d8] \key es \major  }
18    c4) c4
19  }
20  \new Staff { c2 c4 c4 \bar "|." }
21>>
22
23
24
25