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