]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-whole.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / collision-whole.ly
index 3c818023c9f8d1c532eced515c080d1b58f74a47..e1601f9645894ebf98b4afed7fad4ebee88b2fec 100644 (file)
@@ -1,14 +1,16 @@
-\version "2.10.1"
+\version "2.19.21"
 
 \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'' {
+\relative {
+  \override Score.NoteHead.style = #'altdefault
   <<
-    { c1 c2 s2 c1 c4 s2. }
+    { c''1 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 }
  >>
 }