]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-sync.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / grace-sync.ly
1 \version "1.5.68"
2 \header  {
3   texidoc = "grace notes in different voices/staves are synchronized."
4 }
5
6 \score  {\notes < \context Staff  { c2
7          \grace  c8
8   c4 c4 }
9                 \context Staff = SB { c2 \clef bass
10  \grace { [dis8 ( d8] \key es\major  }
11
12   ) c4 c4 }
13                 \context Staff = SC { c2 c4 c4 \bar "|." }
14                 >
15                 \paper { linewidth = -1. }
16  }