]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-2.ly
* mf/GNUmakefile (FC_FIND): new function. Find ncsb using
[lilypond.git] / input / regression / collision-2.ly
index a41f71a6420e721245b2c590ad02e6fb5183538e..0645d5f13e8f4c918435195ebe26b59806cd82bb 100644 (file)
@@ -1,17 +1,14 @@
-\version "2.1.7"
+\version "2.7.39"
 \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 } 
+>>