X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Ftext-spanner.cc;h=bcaf49098bd2fbb2dd663dd6a1e0ff4a6f8212cc;hb=94dc81b1820c38ffb09ff47227d76b59cc6dd69c;hp=fe43ea80074d2f5017fc697a340eec26b35df2b9;hpb=3a2fc230eea4606a1c33cf520b4fb99da9c7a635;p=lilypond.git diff --git a/lily/text-spanner.cc b/lily/text-spanner.cc index fe43ea8007..bcaf49098b 100644 --- a/lily/text-spanner.cc +++ b/lily/text-spanner.cc @@ -3,14 +3,14 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2005 Jan Nieuwenhuizen + (c) 2000--2006 Jan Nieuwenhuizen Revised over good by Han-Wen. */ #include "text-spanner.hh" -#include "text-item.hh" +#include "text-interface.hh" #include "line-spanner.hh" #include "spanner.hh" #include "font-interface.hh" @@ -42,7 +42,7 @@ Text_spanner::print (SCM smob) /* Ugh, must be same as Hairpin::print. */ Grob *common = spanner->get_bound (LEFT)->common_refpoint (spanner->get_bound (RIGHT), X_AXIS); - Output_def *layout = me->get_layout (); + Output_def *layout = me->layout (); SCM flare = me->get_property ("bracket-flare"); SCM shorten = me->get_property ("shorten-pair"); @@ -92,7 +92,7 @@ Text_spanner::print (SCM smob) SCM text = index_get_cell (edge_text, d); - if (Text_interface::markup_p (text)) + if (Text_interface::is_markup (text)) edge[d] = *unsmob_stencil (Text_interface::interpret_markup (layout->self_scm (), properties, text)); if (!edge[d].is_empty ())