]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-sync.ly
Direction #-1 to #down.
[lilypond.git] / input / regression / grace-sync.ly
1 \version "2.6.0"
2 \header  {
3   texidoc = "Grace notes in different voices/staves are synchronized."
4 }
5
6 \relative c'' <<
7   \context Staff  {
8     c2
9                                    \grace  c8
10                                    c4 c4 }
11   \new Staff {
12     c2 \clef bass
13     \grace {  dis8[ ( d8] \key es\major  }
14
15     c4) c4 }
16   \new Staff { c2 c4 c4 \bar "|." }
17 >>
18 \layout { raggedright = ##t}
19
20