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

diff --git a/input/bugs/accid.ly b/input/bugs/accid.ly
new file mode 100644 (file)
index 0000000..c04b3dd
--- /dev/null
@@ -0,0 +1,11 @@
+\header {
+texidoc="The sharp is printed too far to the left."
+}
+
+\version "1.4.0"
+\score {
+\notes \context Staff <
+  \context Voice = up {\stemUp gis''4}
+  \context Voice = dwn {\stemDown <ces' d'>}
+>
+}