]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.4.2
authorfred <fred>
Tue, 15 May 2001 21:52:51 +0000 (21:52 +0000)
committerfred <fred>
Tue, 15 May 2001 21:52:51 +0000 (21:52 +0000)
input/regression/collision-dots.ly [new file with mode: 0644]

diff --git a/input/regression/collision-dots.ly b/input/regression/collision-dots.ly
new file mode 100644 (file)
index 0000000..23437b8
--- /dev/null
@@ -0,0 +1,23 @@
+
+
+\header { texidoc = "collision resolution tries to put notes with dots
+  on the right side."
+}
+
+\version "1.3.148"
+
+\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 
+                }
+        >
+}
+
+