]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-head-chords.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / collision-head-chords.ly
1 \version "2.14.0"
2 \header {
3   texidoc = "Note heads in collisions should be merged if
4 they have the same positions in the extreme note heads.  
5 "
6
7 }
8 \layout {ragged-right = ##t}
9
10
11
12 \relative c'' {
13   c4 
14   << { c4 d4 <c d>8  <c d> <c d> } \\  { c4 c <a b>8 <b c> <c d>8 } >>
15 }
16  
17
18