]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-dots.ly
some useless statistics.
[lilypond.git] / input / regression / collision-dots.ly
index c02fc8c24287ad9082d77e3a0eda0ce66dc863f4..77e34c38c541e484d29dcb187e5bb5f562e732e1 100644 (file)
@@ -5,23 +5,16 @@
   on the right side."
 }
 
-\version "2.1.22"
-    \paper { raggedright= ##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 
-                }
-        >>
-}
+\version "2.7.39"
+\layout { ragged-right= ##t }
+
+% 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 }
+>>