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