]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-interface.cc
(class Grob): move pscore, dim_cache_,
[lilypond.git] / lily / text-interface.cc
index a940c4e452b5f1b48f33af4826e92d3a6786868c..5797f12e08167a15c9f6e6f0436a32cec8eb0564 100644 (file)
@@ -77,7 +77,7 @@ Text_interface::print (SCM grob)
 
   SCM t = me->get_property ("text");
   SCM chain = Font_interface::text_font_alist_chain (me);
-  return interpret_markup (me->get_layout ()->self_scm (), chain, t);
+  return interpret_markup (me->layout ()->self_scm (), chain, t);
 }
 
 /* Ugh. Duplicated from Scheme.  */