]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-heads.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / collision-heads.ly
1 \version "2.14.0"
2 \header {
3   texidoc =
4   "Open and black note heads are not merged by default."
5   
6 }
7
8 \layout { ragged-right= ##t }
9
10
11 \context Staff  \relative c'' <<
12   {
13     c2 c8 c4.
14   }\\
15   {
16     c8 c4. c2
17   }
18 >>