]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-head-chords.ly
*** empty log message ***
[lilypond.git] / input / regression / collision-head-chords.ly
1 \version "2.6.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
9
10 \relative c'' {
11   c4 
12   << { c4 d4 <c d>8  <c d> <c d> } \\  { c4 c <a b>8 <b c> <c d>8 } >>
13 }
14 \layout {raggedright = ##t} 
15
16