]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-heads.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / collision-heads.ly
index 04ef2f7326b83e61f51aba2b113094115d23a1fe..11387aecf33893a8366b58a039097f31e54cf444 100644 (file)
@@ -1,29 +1,18 @@
+\version "2.12.0"
 \header {
-    texidoc =
-
-    "If @code{merge-differently-headed}, 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."
+  
 }
-\score { \notes \context Staff\relative c''<
-\context Voice = VA {
-    \voiceOne
+
+\layout { ragged-right= ##t }
+
+
+\context Staff  \relative c'' <<
+  {
     c2 c8 c4.
-    
-    \property Staff.NoteCollision \override #'merge-differently-headed = ##t
-    c2
-    c4. c8
-    c2
-}
-\context Voice = VB {
-    \voiceTwo
-    c8 c4.
-    c2
-    c8 c4.
-    c2
-    c4
-}
-    >
-        }
+  }\\
+  {
+    c8 c4. c2
+  }
+>>