From 603d07a151ae4dd7ad83b83354d1f53471343457 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Thu, 4 Jul 2002 12:34:29 +0000 Subject: [PATCH] bukfixje --- lily/grob-property.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lily/grob-property.cc b/lily/grob-property.cc index dfeee301da..c03e311936 100644 --- a/lily/grob-property.cc +++ b/lily/grob-property.cc @@ -143,7 +143,11 @@ extern void check_interfaces_for_property (Grob const *me, SCM sym); void Grob::internal_set_grob_property (SCM s, SCM v) { - assert (live()); + /* + Perhaps we simply do the assq_set, but what the heck. + */ + if (!live()) + return ; #ifndef NDEBUG if (internal_type_checking_global_b) -- 2.39.5