X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftext-item.cc;h=389129867042648d28140ea7b982a2b07831a9a2;hb=a6ee9dcd388111e842064a8d46ab06c4897a00d2;hp=fc2671925f890ef809069e8aa090aef8340a91cd;hpb=2fcbbf8c29d097f1feb6a8c7622b242a52e0d40b;p=lilypond.git diff --git a/lily/text-item.cc b/lily/text-item.cc index fc2671925f..3891298670 100644 --- a/lily/text-item.cc +++ b/lily/text-item.cc @@ -111,7 +111,7 @@ Molecule Text_item::markup_text2molecule (Grob *me, SCM markup_text, SCM alist_chain) { - SCM sheet = me->paper_l ()->style_sheet_; + SCM sheet = me->get_paper ()->style_sheet_; SCM f = ly_cdr (scm_assoc (ly_symbol2scm ("markup-to-properties"), sheet)); SCM markup = ly_car (markup_text);