]> git.donarmstrong.com Git - lilypond.git/commitdiff
(interpret_markup): remove assert(false).
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 27 Nov 2005 10:50:27 +0000 (10:50 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 27 Nov 2005 10:50:27 +0000 (10:50 +0000)
ChangeLog
lily/text-interface.cc

index 1719da6a3986efd6f4630f5f3c9839f7f33edc05..ae1df018f6aeb786b8dc114f1b82dec01520d530 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/text-interface.cc (interpret_markup): remove assert(false).
+
 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * scripts/midi2ly.py (track_first_item): backport: only return
index cb3484fb790f67a39d434d1feae6638c4f6a2e61..2a15b0b0d62c66d8f4cbf6cf6474e593070ce306 100644 (file)
@@ -58,7 +58,7 @@ Text_interface::interpret_markup (SCM layout_smob, SCM props, SCM markup)
     {
       programming_error ("not a markup: ");
       scm_display (markup, scm_current_error_port ());
-      assert (false);
+
       Box b;
       b[X_AXIS].set_empty ();
       b[Y_AXIS].set_empty ();