]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-2.ly
*** empty log message ***
[lilypond.git] / input / regression / collision-2.ly
index f2edf9595df7ce31a49f91f3b053d4ac602d3ffa..0b558c2a1bc4cbdfa5d3338eb70d92f00b6700e3 100644 (file)
@@ -1,11 +1,15 @@
+\version "1.7.18"
+\header {
+texidoc = "Collisions for single head notes. "
+}
 
 \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 } 
+  \context Staff \notes \transpose c c' <  
+       {  c4 d e f g2 g4 a | }  \\
+       { g4 f e g  g2 g2 } 
   >
 }
 
+