]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-whole.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / collision-whole.ly
index f6987eca60e0ce03f2d36450177067c164ea876e..d34f227a88e9586971b87e43d6bf2b9c58607e51 100644 (file)
@@ -1,14 +1,16 @@
-\version "2.14.0"
+\version "2.16.0"
 
 \header {
- texidoc = "Mixed collisions with whole notes require asymmetric shifts."
+ texidoc = "Mixed collisions with whole and longer notes
+ require asymmetric shifts."
 }
 
 \layout{ragged-right=##t}
 \relative c'' {
+  \override Score.NoteHead #'style = #'altdefault
   <<
-    { c1 c2 s2 c1 c4 s2. }
+    { c1 c2*2 c1 c4*4 c1 c\breve*1/2 c\breve*1/2 b\breve*1/2 }
     \\
-    { c2 s2 c1 c4 s2. c1 }
+    { c2*2 c1 c4*4 c1 c\breve*1/2 c1 b\breve*1/2 c\breve*1/2 }
  >>
 }