]> 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 c5709402ed32023a0c657777d37d6a34703fc3d2..f93f3ea9cb342d626852ec331e3b8c735ad6913f 100644 (file)
@@ -1,19 +1,20 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+\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  {
-\notes \relative c'' {
+\layout { ragged-right = ##t}
+
+
+\relative c'' {
   c4
-  <<c d c'>>-\marcato
-  < \context Voice = VA { \voiceOne c4^^ }
-    \context Voice = VB { \voiceTwo d4_^} >
-    }
-\paper { raggedright = ##t}
-    }
+  <c d c'>\marcato
+  <<  { c4^^ }\\
+      { d4_^ } >>
+}
+
+