]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-heads.ly
*** empty log message ***
[lilypond.git] / input / regression / collision-heads.ly
1 \version "2.1.7"
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     \paper { raggedright= ##t }
12
13
14 \score { \notes \context Staff\relative c''<<
15  {
16     c2 c8 c4.
17     
18     \property Staff.NoteCollision \override #'merge-differently-headed = ##t
19     c2
20     c8 c4.
21     c2
22 }\\
23  {
24     c8 c4.
25     c2
26     c8 c4.
27     c2
28     c4
29 }
30     >>
31          }