]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-head-chords.ly
new file.
[lilypond.git] / input / regression / collision-head-chords.ly
index e49a5736a82d00c4451945d56b834b0a7c6bb7e9..e5b7b99ecc1b2961c410b965feb7bdf2dd20c18d 100644 (file)
@@ -1,5 +1,4 @@
-#(ly:set-option 'old-relative)
-\version "2.1.7"
+\version "2.3.4"
 \header {
 texidoc = "Note heads in collisions should be merged if
 they have the same positions in the extreme note heads.  
@@ -9,7 +8,7 @@ they have the same positions in the extreme note heads.
 
 
 \score {
-\notes  \relative c'' {
+  \relative c'' {
 c4 
   << { c4 d4 <c d>8  <c d> <c d> } \\  { c4 c <a b>8 <b c> <c d>8 } >>
 }