]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-2.ly
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / regression / collision-2.ly
index 5f520ac857fe4d1a7285da02eddb7a5c1a5701ca..bb8a8ede3783b3698cf9465c0277e708d2326c31 100644 (file)
@@ -1,17 +1,14 @@
-\version "2.1.22"
+\version "2.10.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 } 
+>>