]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-head-chords.ly
2ec400adb77c1dc4e8d8ab8a5458adc8390d4a40
[lilypond.git] / input / regression / collision-head-chords.ly
1 \version "2.1.26"
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 \score {
11 \notes  \relative c'' {
12 c4 
13   << { c4 d4 <c d>8  <c d> <c d> } \\  { c4 c <a b>8 <b c> <c d>8 } >>
14 }
15 \paper {raggedright = ##t} 
16 }
17
18