]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/time-signature.cc
*** empty log message ***
[lilypond.git] / lily / time-signature.cc
index d3f496b6113a04da022acd936dd4e81d64a8c5e8..e360f810338d36c95d797b6d220a65d26f0db9b9 100644 (file)
@@ -102,10 +102,10 @@ Time_signature::time_signature (Grob*me,int num, int den)
   SCM chain = Font_interface::font_alist_chain (me);
 
   Molecule n = Text_item::text2molecule (me,
-                                        ly_str02scm (to_string (num).to_str0 ()),
+                                        scm_makfrom0str (to_string (num).to_str0 ()),
                                         chain);
   Molecule d = Text_item::text2molecule (me,
-                                        ly_str02scm (to_string (den).to_str0 ()),
+                                        scm_makfrom0str (to_string (den).to_str0 ()),
                                         chain);
   n.align_to (X_AXIS, CENTER);
   d.align_to (X_AXIS, CENTER);