]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/note-head-chord.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / note-head-chord.ly
1 \version "1.5.68"
2
3 \header {
4     texidoc = "Note heads are flipped on the stem to prevent collisions.
5 It also works for whole heads that have invisible stems.
6 "
7
8 }
9
10 \score { \notes \relative c''
11          \context Thread {
12              <g4 a c>
13              <c d g a>
14              <c d e >
15              <c c g>
16              <c1 d f g>
17     }}