]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-heads.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / collision-heads.ly
index d4550ca69e178b393e24e77e651693b1c112c92e..b1d9b1e598d5e87c5de8212a40bb7fb4a8fcbf91 100644 (file)
@@ -1,31 +1,18 @@
-\version "2.1.30"
+\version "2.19.21"
 \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.
-"
-    
+  texidoc =
+  "Open and black note heads are not merged by default."
+  
 }
 
-\paper { raggedright= ##t }
+\layout { ragged-right= ##t }
 
 
-\score {
-    \context Staff \notes \relative c'' <<
-       {
-           c2 c8 c4.
-           
-           \override Staff.NoteCollision  #'merge-differently-headed = ##t
-           c2 c8 c4.
-           c2
-       }\\
-       {
-           c8 c4. c2
-           
-           c8 c4. c2
-           c4
-       }
-    >>
-}
+\context Staff  \relative <<
+  {
+    c''2 c8 c4.
+  }\\
+  {
+    c8 c4. c2
+  }
+>>