]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-grace.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / spacing-grace.ly
1 \version "1.5.68"
2 \header {
3   texidoc = "Grace note spacing. Should be tuned? "
4 }
5         
6 \score {
7  \notes \context Voice \relative c'' { \grace { [c16 d] } c4 }
8   \paper { linewidth =-1. }
9
10 }