]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/script-collision.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / script-collision.ly
index df0d71f1e1b26145d2c541230ff045eb395c6128..f93f3ea9cb342d626852ec331e3b8c735ad6913f 100644 (file)
@@ -1,18 +1,20 @@
-\version "2.3.16"
+\version "2.14.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  {
- \relative c'' {
+\layout { ragged-right = ##t}
+
+
+\relative c'' {
   c4
   <c d c'>\marcato
   <<  { c4^^ }\\
-     { d4_^ } >>
-    }
-\paper { raggedright = ##t}
-    }
+      { d4_^ } >>
+}
+
+