]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-head-chords.ly
* buildscripts/mf-to-table.py (base): break table every three
[lilypond.git] / input / regression / collision-head-chords.ly
1 \version "1.7.18"
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