]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/script-collision.ly
*** empty log message ***
[lilypond.git] / input / regression / script-collision.ly
index b1f5d4ae01c944cfe249c1f6906fdd9279b697ad..cd88fa6df121b214ba9330067cdad6ba39b4daf4 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.7.18"
+\version "2.3.22"
 
 \header {
 
@@ -7,12 +7,12 @@
 }
 
 \score  {
-\notes \relative c'' {
+ \relative c'' {
   c4
-  <<c d c'>>-\marcato
-  < \context Voice = VA { \voiceOne c4^^ }
-    \context Voice = VB { \voiceTwo d4_^} >
+  <c d c'>\marcato
+  <<  { c4^^ }\\
+     { d4_^ } >>
     }
-\paper { raggedright = ##t}
+\layout { raggedright = ##t}
     }