]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-dots.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / collision-dots.ly
index 6b90b4a6f2172ad820f36d1421ca32ad167c5fb0..b0e8e1487ac7fd84a57e4db754ab96671f9d10e8 100644 (file)
@@ -1,27 +1,17 @@
-
-
-
-\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"
-    \paper { raggedright= ##t }
+\version "2.16.0"
+\layout { ragged-right= ##t }
 
-
-\score{
-        \context Staff \notes <
-                \clef "bass"
-                \context Voice = "Tenor" {
-                        \stemUp
-                       b8.  c'16  d'4 b8  c'8  d'4
-                }
-                \context Voice = "Bass" {
-                        \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 }
+>>