]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grob-property.cc
Makes all side-positioning based on skylines instead of boxes.
[lilypond.git] / lily / grob-property.cc
index 3afe182c0ef07793ecf1fd0d09a5ea147c9bd4e1..9120aefdf29939b5f16c6e60fb7218fdcafeba68 100644 (file)
@@ -170,7 +170,7 @@ Grob::internal_get_property (SCM sym) const
     {
       programming_error (to_string ("cyclic dependency: calculation-in-progress encountered for #'%s (%s)",
                                     ly_symbol2string (sym).c_str (),
-                                    name ().c_str ()));
+                                    name ().c_str ()));//assert (1==0);
       if (debug_property_callbacks)
         {
           message ("backtrace: ");