]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-item.cc
* lily/font-interface.cc (text_font_alist_chain): rename function,
[lilypond.git] / lily / text-item.cc
index 31d34024109c800c968b47582eca660b4270200f..e8e9dcabf783a0fe8e9b32262e295bb25c20bb63 100644 (file)
@@ -64,7 +64,7 @@ Text_item::print (SCM grob)
   Grob * me = unsmob_grob (grob);
   
   SCM t = me->get_property ("text");
-  SCM chain = Font_interface::font_alist_chain (me);
+  SCM chain = Font_interface::text_font_alist_chain (me);
   return interpret_markup (me->get_paper ()->self_scm (), chain, t);
 }