]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-grace.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / tie-grace.ly
1 \version "1.5.68"
2 \header {
3     texidoc = "Tieing a grace to the to a following grace or main note works."
4 }
5
6 \score { \notes \context Voice \relative c'' {
7     c4 \grace { c8 ~ c16 ~ } c4 
8   }
9 }