]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-2.ly
* input/regression/markup-syntax.ly: remove \score.
[lilypond.git] / input / regression / collision-2.ly
index d22a0fc9ab39408aebc95d9556196f08a9a2b48f..c13da9edef30f0b3d0063dafb1890deb24f33e11 100644 (file)
@@ -1,14 +1,14 @@
-\version "1.9.4"
+\version "2.4.0"
 \header {
-texidoc = "Collisions for single head notes. "
+texidoc = "Single head notes may collide. "
 }
-    \paper { raggedright= ##t }
+    \layout { raggedright= ##t }
 
 
 \score {
-    \notes
+    
 
-  \context Staff \notes \transpose c c' <<  
+  \context Staff  \transpose c c' <<  
        {  c4 d e f g2 g4 a | }  \\
        { g4 f e g  g2 g2 } 
   >>