From: Han-Wen Nienhuys Date: Thu, 4 Jul 2002 12:34:29 +0000 (+0000) Subject: bukfixje X-Git-Tag: release/1.5.65~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=603d07a151ae4dd7ad83b83354d1f53471343457;p=lilypond.git bukfixje --- 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)