]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/script-collision.ly
MusicXML: Proper harp pedalling diagram in the test cases
[lilypond.git] / input / regression / script-collision.ly
index 93daa8665853f06f16b1af6e3080b06d249a1741..e73e03b7330ac1727d61761f51a8a166a007ad52 100644 (file)
@@ -1,18 +1,20 @@
-\version "1.7.18"
+\version "2.10.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}
-    }
-%% new-chords-done %%
+  <c d c'>\marcato
+  <<  { c4^^ }\\
+      { d4_^ } >>
+}
+
+
+