]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-dots.ly
* lily/beam.cc (rest_collision_callback): don't move anything if
[lilypond.git] / input / regression / collision-dots.ly
index dc808a8fa2afcad276a555abd6db7bb8d15faec6..48dbd571ee47b1abbd0c5ff060a022a6ca73db15 100644 (file)
@@ -5,22 +5,22 @@
   on the right side."
 }
 
-\version "1.9.0"
+\version "2.1.7"
     \paper { raggedright= ##t }
 
 
 \score{
-        \context Staff \notes <
+        \context Staff \notes <<
                 \clef "bass"
-                \context Voice = "Tenor" {
+                \new Voice {
                         \stemUp
                        b8.  c'16  d'4 b8  c'8  d'4
                 }
-                \context Voice = "Bass" {
+                \new Voice {
                         \stemDown
                        b2 b2 
                 }
-        >
+        >>
 }