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