]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/script-collision.ly
Issue 5167/1: Reorganize markup commands to use object properties
[lilypond.git] / input / regression / script-collision.ly
index b8c0aa1b8c4a5df6f6f308f4b8e46e80fb1337e2..bde9783afbf068aa9316a6647d88e9489889f7ca 100644 (file)
@@ -1,18 +1,20 @@
-\version "2.1.30"
+\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
+\layout { ragged-right = ##t}
+
+
+\relative {
+  c''4
   <c d c'>\marcato
   <<  { c4^^ }\\
-     { d4_^ } >>
-    }
-\paper { raggedright = ##t}
-    }
+      { d4_^ } >>
+}
+
+