From: fred Date: Wed, 30 Jun 1999 15:09:19 +0000 (+0000) Subject: lilypond-1.1.52 X-Git-Tag: release/1.5.59~5788 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=91a3aad0181d37432a1aa7c9078a2cfa12ca84ba;p=lilypond.git lilypond-1.1.52 --- diff --git a/input/bugs/grace-accident.ly b/input/bugs/grace-accident.ly new file mode 100644 index 0000000000..5d2cd4c027 --- /dev/null +++ b/input/bugs/grace-accident.ly @@ -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 + } +}