]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-heads.ly
add Julien Rieux to contributors
[lilypond.git] / input / regression / collision-heads.ly
index adb25053642eff1198a7bcbc4331c4c2c304c759..1a0a9fba83ee3708cb7960ccf96bd299ddc198ad 100644 (file)
@@ -1,11 +1,7 @@
-\version "2.7.39"
+\version "2.14.0"
 \header {
   texidoc =
-
-  "If @code{merge-differently-headed} is enabled, then
-open note heads may be merged with black noteheads, but only
-if the black note heads are from 8th or shorter notes.
-"
+  "Open and black note heads are not merged by default."
   
 }
 
@@ -15,15 +11,8 @@ if the black note heads are from 8th or shorter notes.
 \context Staff  \relative c'' <<
   {
     c2 c8 c4.
-    
-    \override Staff.NoteCollision  #'merge-differently-headed = ##t
-    c2 c8 c4.
-    c2
   }\\
   {
     c8 c4. c2
-    
-    c8 c4. c2
-    c4
   }
 >>