]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-heads.ly
7726cac13109ca99609a81c9d1ef3de95b3e0341
[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     c8 c4.
18     c2
19 }
20 \context Voice = VB {
21     \voiceTwo
22     c8 c4.
23     c2
24     c8 c4.
25     c2
26     c4
27 }
28     >
29          }