X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftie.cc;h=e8b21d8544bad329473b39445c5e80dadb973cf5;hb=27d3e1188a9885e72a5afbd72482617b34907f30;hp=a3083a1d7c36fc0892bfb373654dcce70c3833e7;hpb=9c054920138ed227902983362b3b493a499caf7a;p=lilypond.git diff --git a/lily/tie.cc b/lily/tie.cc index a3083a1d7c..e8b21d8544 100644 --- a/lily/tie.cc +++ b/lily/tie.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2010 Han-Wen Nienhuys + Copyright (C) 1997--2011 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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 " );