]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-2.ly
*** empty log message ***
[lilypond.git] / input / regression / collision-2.ly
index 0b558c2a1bc4cbdfa5d3338eb70d92f00b6700e3..2e64ede364a18d3e5f7b4bcf82084e594d51a09e 100644 (file)
@@ -1,15 +1,13 @@
-\version "1.7.18"
+\version "2.6.0"
 \header {
-texidoc = "Collisions for single head notes. "
+texidoc = "Single head notes may collide. "
 }
+    \layout { raggedright= ##t }
 
-\score {
-    \notes
 
-  \context Staff \notes \transpose c c' <  
-       {  c4 d e f g2 g4 a | }  \\
-       { g4 f e g  g2 g2 } 
-  >
-}
+\context Staff  \transpose c c' <<  
+  {  c4 d e f g2 g4 a | }  \\
+  { g4 f e g  g2 g2 } 
+>>