]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/time-signature.cc
* scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
[lilypond.git] / lily / time-signature.cc
index 187b88b832f34099f71231dc8f00577688f3afe1..67c03a8ef31037e8d2d8d2ea3c5e8a99e01796f2 100644 (file)
@@ -96,10 +96,10 @@ Time_signature::numbered_time_signature (Grob*me,int num, int den)
   me->set_grob_property ("font-family", ly_symbol2scm ("number"));
 
 SCM sn =
-    Text_item::interpret_markup (me->self_scm(), chain,
+    Text_item::interpret_markup (me->get_paper ()->self_scm(), chain,
                                 scm_makfrom0str (to_string (num).to_str0 ()));
 SCM sd =
-    Text_item::interpret_markup (me->self_scm(), chain,
+    Text_item::interpret_markup (me->get_paper ()->self_scm(), chain,
                                 scm_makfrom0str (to_string (den).to_str0 ()));
 
   Molecule n = *unsmob_molecule (sn);