]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/time-signature.cc
(class Grob): move pscore, dim_cache_,
[lilypond.git] / lily / time-signature.cc
index 544debf16ac7b10edd751d37a4868407027dd561..ae420107cbee10a99095a5bb7641917da8e54b94 100644 (file)
@@ -91,9 +91,9 @@ Time_signature::numbered_time_signature (Grob *me, int num, int den)
                                          ly_symbol2scm ("fetaNumber"))),
                    chain);
 
-  SCM sn = Text_interface::interpret_markup (me->get_layout ()->self_scm (), chain,
+  SCM sn = Text_interface::interpret_markup (me->layout ()->self_scm (), chain,
                                             scm_makfrom0str (to_string (num).to_str0 ()));
-  SCM sd = Text_interface::interpret_markup (me->get_layout ()->self_scm (), chain,
+  SCM sd = Text_interface::interpret_markup (me->layout ()->self_scm (), chain,
                                             scm_makfrom0str (to_string (den).to_str0 ()));
 
   Stencil n = *unsmob_stencil (sn);