]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beams.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / beams.ly
1 \version "1.5.68"
2 \header {
3     texidoc = "beams (simple)"
4 }
5 \score { \notes
6 \relative c'
7          {
8         [c16 c8.]
9         [c8. c16]
10         [c8 c16 c16 c8]
11         [c8 c16 e16 g8]
12
13     }}