]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorhanwen <hanwen>
Tue, 6 Jan 2004 16:18:02 +0000 (16:18 +0000)
committerhanwen <hanwen>
Tue, 6 Jan 2004 16:18:02 +0000 (16:18 +0000)
input/regression/collision-merge-dots.ly [new file with mode: 0644]

diff --git a/input/regression/collision-merge-dots.ly b/input/regression/collision-merge-dots.ly
new file mode 100644 (file)
index 0000000..0db6ea4
--- /dev/null
@@ -0,0 +1,14 @@
+\header {
+
+    texidoc  = "When merging heads, the dots are merged too."
+    }
+\version "2.1.6"
+
+\score {
+\notes {
+\relative c'' \new Staff {
+    << { d8. e16 } \\ { d8. b16 } >> 
+    }
+}
+
+\paper { raggedright = ##t }}