]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/script-collision.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / script-collision.ly
index 7fa6fc0757a64c3cd414ab1596bf0bab1da4f8d2..bde9783afbf068aa9316a6647d88e9489889f7ca 100644 (file)
@@ -1,19 +1,20 @@
-#(ly:set-option 'old-relative)
-\version "1.9.2"
+\version "2.19.21"
 
 \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'' {
-  c4
-  <<c d c'>>\marcato
-  <  { c4^^ }\\
-     { d4_^ } >
-    }
-\paper { raggedright = ##t}
-    }
+\layout { ragged-right = ##t}
+
+
+\relative {
+  c''4
+  <c d c'>\marcato
+  <<  { c4^^ }\\
+      { d4_^ } >>
+}
+
+