]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-2.ly
* input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
[lilypond.git] / input / regression / collision-2.ly
index 41a55978f051e7b96be510fac53d8fd184071ea5..9d6d10dd8080b225abf800f4e9f406f2c6a9b69d 100644 (file)
@@ -1,12 +1,17 @@
-\version "1.5.68"
+\version "2.2.0"
+\header {
+texidoc = "Single head notes may collide. "
+}
+    \paper { raggedright= ##t }
+
 
 \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 } 
+  >>
 }
 
+