]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-whole.ly
note-collison.cc: Scale shifts by width of note at left; issue 1713
[lilypond.git] / input / regression / collision-whole.ly
index 20f0d7194600d87627d6247857b52d30de5e156c..fad84d06d78b0791827759fae3c2334dac187c6f 100644 (file)
@@ -1,14 +1,16 @@
-\version "2.12.0"
+\version "2.14.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 }
  >>
 }