]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-2.ly
Import guile-1.8 as multiple upstream tarball component
[lilypond.git] / input / regression / collision-2.ly
index 7fd0ee574e7fd90e8707c2325e38afb48247d75b..e25a35cd046665e38783c06598534f8091e48d77 100644 (file)
@@ -1,15 +1,14 @@
-\version "1.7.16"
+\version "2.16.0"
 \header {
-texidoc = "Collisions for single head notes. "
+texidoc = "Single head notes may collide. "
 }
 
-\score {
-    \notes
+\layout { ragged-right= ##t }
+
+
+\context Staff  \transpose c c' <<  
+  {  c4 d e f g2 g4 a | }  \\
+  { g4 f e g  g2 g2 } 
+>>
 
-  \context Staff \notes \transpose c c' <  
-       {  c4 d e f g2 g4 a | }  \\
-       { g4 f e g  g2 g2 } 
-  >
-}
 
-%% new-chords-done %%