]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-2.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / collision-2.ly
index f2edf9595df7ce31a49f91f3b053d4ac602d3ffa..e25a35cd046665e38783c06598534f8091e48d77 100644 (file)
@@ -1,11 +1,14 @@
+\version "2.16.0"
+\header {
+texidoc = "Single head notes may collide. "
+}
 
-\score {
-    \notes
+\layout { ragged-right= ##t }
+
+
+\context Staff  \transpose c c' <<  
+  {  c4 d e f g2 g4 a | }  \\
+  { g4 f e g  g2 g2 } 
+>>
 
-  \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 } 
-  >
-}