]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-2.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / regression / collision-2.ly
index 04b9f80c94db9c8df63de4d5edf0b47df2ddc792..bb8a8ede3783b3698cf9465c0277e708d2326c31 100644 (file)
@@ -1,9 +1,14 @@
+\version "2.10.0"
+\header {
+texidoc = "Single head notes may collide. "
+}
+
+\layout { ragged-right= ##t }
+
+
+\context Staff  \transpose c c' <<  
+  {  c4 d e f g2 g4 a | }  \\
+  { g4 f e g  g2 g2 } 
+>>
 
-\score { \notes
 
-  \context Staff \notes <  
-       % the f and g on 4th beat are exceptionally ugh.
-       \context Voice=i { \stemUp c4 d e f g2 g4 a | }
-       \context Voice=ii { \stemDown g4 f e g  g2 g2 } 
->}
-}