]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.4.2
authorfred <fred>
Mon, 28 May 2001 14:19:10 +0000 (14:19 +0000)
committerfred <fred>
Mon, 28 May 2001 14:19:10 +0000 (14:19 +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..4783c01
--- /dev/null
@@ -0,0 +1,10 @@
+%The sharp is printet 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'>}
+>
+}