]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-2.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / collision-2.ly
1 \version "1.5.68"
2
3 \score {
4     \notes
5
6   \context Staff \notes <  
7       %% the f and g on 4th beat are exceptionally ugh.
8       \context Voice=i { \stemUp c4 d e f g2 g4 a | }
9       \context Voice=ii { \stemDown g4 f e g  g2 g2 } 
10   >
11 }
12