]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie.cc
Store scoring info in 'annotation, and always print debug info if
[lilypond.git] / lily / tie.cc
index 54dbd19670c36b8b9ee38cd61d714d3029d7b166..e8b21d8544bad329473b39445c5e80dadb973cf5 100644 (file)
@@ -281,12 +281,6 @@ Tie::print (SCM smob)
 
 #if DEBUG_TIE_SCORING
   SCM annotation = me->get_property ("annotation");
-  if (!scm_is_string (annotation))
-    {
-      SCM debug = me->layout ()->lookup_variable (ly_symbol2scm ("debug-tie-scoring"));
-      if (to_boolean (debug))
-       annotation = me->get_property ("quant-score");
-    }
   if (scm_is_string (annotation))
     {
       string str;
@@ -323,7 +317,6 @@ ADD_INTERFACE (Tie,
               "head-direction "
               "line-thickness "
               "neutral-direction "
-              "quant-score "
               "staff-position "
               "thickness "
               );