]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-dots.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / collision-dots.ly
index 0e40b6d54979990457e3f488ecc7ffe5b4e52634..5de455975743fcabd59dbef37a2fda9bf707780f 100644 (file)
@@ -1,27 +1,17 @@
-
-
-
 \header { texidoc = "Collision resolution tries to put notes with dots
   on the right side."
 }
 
-\version "2.1.26"
-    \paper { raggedright= ##t }
+\version "2.14.0"
+\layout { ragged-right= ##t }
 
-
-\score{
-        \context Staff \notes <<
-                \clef "bass"
-                \new Voice {
-                        \stemUp
-                       b8.  c'16  d'4 b8  c'8  d'4
-                }
-                \new Voice {
-                        \stemDown
-                       b2 b2 
-                }
-        >>
-}
+% todo: b2 (up) + b8 down looks strange compared to c2up + b8. (down)
+\context Staff  <<
+  \clef "bass"
+  { b8. c'16 d'4 b8  c'8  d'4 b2 b2  }
+  \\
+  { b2 b2 b8. a16 g4 b8 a g4 }
+>>