]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.5.8
authorfred <fred>
Wed, 27 Mar 2002 02:00:05 +0000 (02:00 +0000)
committerfred <fred>
Wed, 27 Mar 2002 02:00:05 +0000 (02:00 +0000)
input/bugs/accidental-collision.ly [new file with mode: 0644]

diff --git a/input/bugs/accidental-collision.ly b/input/bugs/accidental-collision.ly
new file mode 100644 (file)
index 0000000..3844066
--- /dev/null
@@ -0,0 +1,16 @@
+\header {
+texidoc="The two sharps overstrike, the flat and sharp overstrike"
+}
+\version "1.3.148"
+
+\include "paper16.ly"
+\score {
+  \notes {
+    \relative c'' \context Voice \sequential {
+     <dis1 ais e> <bes dis>
+   }
+  }
+  \paper{
+      linewidth = 5.0\cm
+  }
+}