]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-dots.ly
* lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
[lilypond.git] / input / regression / collision-dots.ly
index a1f70b7f0d576bbe2d65cadcbc1f5e6ceab5b483..48dbd571ee47b1abbd0c5ff060a022a6ca73db15 100644 (file)
@@ -1,24 +1,26 @@
 
 
 
-\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.7.18"
+\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 
                 }
-        >
+        >>
 }