]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-heads.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / collision-heads.ly
index adb25053642eff1198a7bcbc4331c4c2c304c759..ce5c56e04f635717bf116db402a9c5fcf9bf44a7 100644 (file)
@@ -1,11 +1,7 @@
-\version "2.7.39"
+\version "2.16.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
   }
 >>