]> 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 23437b8a4b44742de5475779751afd8439979b6a..48dbd571ee47b1abbd0c5ff060a022a6ca73db15 100644 (file)
@@ -1,23 +1,27 @@
 
 
-\header { texidoc = "collision resolution tries to put notes with dots
+
+\header { texidoc = "Collision resolution tries to put notes with dots
   on the right side."
 }
 
-\version "1.3.148"
+\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 
                 }
-        >
+        >>
 }
 
 
+