]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-heads.ly
adb25053642eff1198a7bcbc4331c4c2c304c759
[lilypond.git] / input / regression / collision-heads.ly
1 \version "2.7.39"
2 \header {
3   texidoc =
4
5   "If @code{merge-differently-headed} is enabled, 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
12 \layout { ragged-right= ##t }
13
14
15 \context Staff  \relative c'' <<
16   {
17     c2 c8 c4.
18     
19     \override Staff.NoteCollision  #'merge-differently-headed = ##t
20     c2 c8 c4.
21     c2
22   }\\
23   {
24     c8 c4. c2
25     
26     c8 c4. c2
27     c4
28   }
29 >>