]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-heads.ly
Run convert-ly on input/lsr and input/regression
[lilypond.git] / input / regression / collision-heads.ly
index be3fdd52bf4c1ccd4f47d30bec2b5a859ce36c39..575280459cc67ac0f4edc7b42a46712820889d3d 100644 (file)
@@ -1,29 +1,18 @@
-\version "2.7.13"
+\version "2.11.51"
 \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."
   
 }
 
-\layout { raggedright= ##t }
+\layout { ragged-right= ##t }
 
 
 \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
   }
 >>