]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/script-collision.ly
* lily/beam.cc (rest_collision_callback): don't move anything if
[lilypond.git] / input / regression / script-collision.ly
index c5709402ed32023a0c657777d37d6a34703fc3d2..fd368a424e02a50fdc2b5603a756ed293aad43a2 100644 (file)
@@ -1,5 +1,5 @@
 #(ly:set-option 'old-relative)
-\version "1.9.0"
+\version "2.1.7"
 
 \header {
 
@@ -10,9 +10,9 @@
 \score  {
 \notes \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}
     }