]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-2.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / collision-2.ly
index 0e894e836f46caab419ee1999989dff66744d6f9..e25a35cd046665e38783c06598534f8091e48d77 100644 (file)
@@ -1,17 +1,14 @@
-\version "2.1.36"
+\version "2.16.0"
 \header {
 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 } 
+>>