]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.52
authorfred <fred>
Wed, 30 Jun 1999 15:09:19 +0000 (15:09 +0000)
committerfred <fred>
Wed, 30 Jun 1999 15:09:19 +0000 (15:09 +0000)
input/bugs/grace-accident.ly [new file with mode: 0644]

diff --git a/input/bugs/grace-accident.ly b/input/bugs/grace-accident.ly
new file mode 100644 (file)
index 0000000..5d2cd4c
--- /dev/null
@@ -0,0 +1,7 @@
+%grace-accident.ly
+\score{
+       \context Staff=foo \notes\relative c''{
+%              c8 % remove line to dump core
+               \grace { cis8 dis } e,4
+       }
+}