]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/script-collision.ly
Add "--no-parallel" to dh_auto_clean in debian/rules
[lilypond.git] / input / regression / script-collision.ly
index c070a38ed4bcfe973084584bec93700a8651227b..32e7d211c5cd8a83fcb95cfeae84c3a7fecaca86 100644 (file)
@@ -1,18 +1,20 @@
-\version "2.1.22"
+\version "2.16.0"
 
 \header {
 
-    texidoc = "Scripts are put on the utmost head, so they are
+  texidoc = "Scripts are put on the utmost head, so they are
       positioned correctly when there are collisions."
 }
 
-\score  {
-\notes \relative c'' {
+\layout { ragged-right = ##t}
+
+
+\relative c'' {
   c4
   <c d c'>\marcato
   <<  { c4^^ }\\
-     { d4_^ } >>
-    }
-\paper { raggedright = ##t}
-    }
+      { d4_^ } >>
+}
+
+