]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-heads.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / collision-heads.ly
1 \version "1.5.68"
2 \header {
3     texidoc =
4
5     "If @code{merge-differently-headed}, then
6 open note heads may be merged with black noteheads, but only
7 if the black note heads are from 8th or shorter notes.
8 "
9     
10 }
11 \score { \notes \context Staff\relative c''<
12 \context Voice = VA {
13     \voiceOne
14     c2 c8 c4.
15     
16     \property Staff.NoteCollision \override #'merge-differently-headed = ##t
17     c2
18     c8 c4.
19     c2
20 }
21 \context Voice = VB {
22     \voiceTwo
23     c8 c4.
24     c2
25     c8 c4.
26     c2
27     c4
28 }
29     >
30          }