]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-head-chords.ly
Massive changes - see ChangeLog.
[lilypond.git] / input / regression / collision-head-chords.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.0"
3 \header {
4 texidoc = "Note heads in collisions should be merged if
5 they have the same positions in the extreme note heads.  
6 "
7
8 }
9
10
11 \score {
12 \notes  \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 \paper {raggedright = ##t} 
17 }
18
19