From 91a3aad0181d37432a1aa7c9078a2cfa12ca84ba Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 30 Jun 1999 15:09:19 +0000 Subject: [PATCH] lilypond-1.1.52 --- input/bugs/grace-accident.ly | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 input/bugs/grace-accident.ly 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 + } +} -- 2.39.5