]> 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 fda8fc2fbba3fbb6c69f457bcd7802a55d3b2d36..fd368a424e02a50fdc2b5603a756ed293aad43a2 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.16"
+#(ly:set-option 'old-relative)
+\version "2.1.7"
 
 \header {
 
 \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}
     }
-%% new-chords-done %%
+