]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-over-barline.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / beam-over-barline.ly
1 \version "1.5.68"
2 \header {
3 texidoc = "explicit beams may cross barlines. "
4 }
5 \score {
6 \notes \context Voice { c2. [c8 c8 c8 c8] }
7 }