]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-sync.ly
release: 1.5.4
[lilypond.git] / input / regression / grace-sync.ly
1 \header  {
2   texidoc = "grace notes in different voices/staffs are synchronized."
3 }
4
5 \score  {\notes < \context Staff  { c2
6          \grace  c8
7   c2 c4 }
8                 \context Staff = SB { c2 \clef bass
9  \grace { [dis8 ( d8] }
10
11   ) c2 c4 }
12                 \context Staff = SC { c2 c2 c4 }
13                 >
14                 \paper { linewidth = -1. }
15  }