]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-center-slope.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / beam-center-slope.ly
1 \version "1.5.68"
2 \header{
3   texidoc="Simple beams on middle line should be allowed to have a slope."
4 }
5 \score{
6     \notes\relative c'{
7         [b8 c] [c b]
8         [b''8 a] [a b]
9     }
10     \paper{
11         linewidth = 0.0
12     }
13 }