]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-nest2.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / grace-nest2.ly
1 \version "1.5.68"
2 \header {
3 texidoc = "grace code should not be confused by nested sequential musics, containing grace notes; practically speaking, this means that the end-bar and measure bar coincide in this example." 
4
5 }
6
7 \score { \notes \context Voice {
8          { \grace b'8 c''2 }
9        \grace b'16 c''4 c''4 \bar "|."
10     }}