]> 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 90a07557d83fd9a80137a50929af09290249b837..11387aecf33893a8366b58a039097f31e54cf444 100644 (file)
@@ -1,34 +1,18 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+\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."
+  
 }
-    \paper { raggedright= ##t }
+
+\layout { ragged-right= ##t }
 
 
-\score { \notes \context Staff\relative c''<
-\context Voice = VA {
-    \voiceOne
+\context Staff  \relative c'' <<
+  {
     c2 c8 c4.
-    
-    \property Staff.NoteCollision \override #'merge-differently-headed = ##t
-    c2
-    c8 c4.
-    c2
-}
-\context Voice = VB {
-    \voiceTwo
-    c8 c4.
-    c2
-    c8 c4.
-    c2
-    c4
-}
-    >
-        }
+  }\\
+  {
+    c8 c4. c2
+  }
+>>