]> git.donarmstrong.com Git - lilypond.git/commitdiff
bukfixje
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 4 Jul 2002 12:34:29 +0000 (12:34 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 4 Jul 2002 12:34:29 +0000 (12:34 +0000)
lily/grob-property.cc

index dfeee301dacffee50e6afaacf6622b9d0315d908..c03e3119368c46f3570776047bf685d27fa56bde 100644 (file)
@@ -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)