]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-sync.ly
0ddcdf37f81d8bb172c3f9b791a50559c91c281a
[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  \ngrace  c8
7  c2 c4 }
8                 \context Staff = SB { c2 \clef bass
9  %\ngrace { [dis8 ( d8] }
10
11   ) c2 c4 }
12                 \context Staff = SC { c2 c2 c4 }
13                 >
14                 \paper { linewidth = -1. }
15  }