]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-quarter.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / beam-quarter.ly
1 \version "1.5.68"
2 \header
3 {
4     texidoc= "Quarter notes may be beamed: the beam is halted momentarily."
5 }
6
7 \score {\notes \relative c'' {
8         [c8 c4 c8] % should warn here!
9 }
10 \paper { linewidth = -1.0 } 
11 }