]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-head-chords.ly
* lily/slur-quanting.cc (init_score_param): read scoring
[lilypond.git] / input / regression / collision-head-chords.ly
index 18934d06852f7accf6d9e5cb20054d2dc1bf72ae..e5b7b99ecc1b2961c410b965feb7bdf2dd20c18d 100644 (file)
@@ -1,5 +1,4 @@
-#(ly:set-option 'old-relative)
-\version "1.9.4"
+\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 } >>
 }