]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-2.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / collision-2.ly
index d22a0fc9ab39408aebc95d9556196f08a9a2b48f..5219ae9092a7b4149b38c8951b5d68ba103d2ffc 100644 (file)
@@ -1,17 +1,14 @@
-\version "1.9.4"
+\version "2.14.0"
 \header {
-texidoc = "Collisions for single head notes. "
+texidoc = "Single head notes may collide. "
 }
-    \paper { raggedright= ##t }
 
+\layout { ragged-right= ##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 } 
+>>