]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/modified-font-metric.cc
*** empty log message ***
[lilypond.git] / lily / modified-font-metric.cc
index b3e56980a7a725c83a908be44757464294430f3d..c6afc583929827217eb0396a2ca4b431572fc137 100644 (file)
@@ -34,10 +34,10 @@ Modified_font_metric::Modified_font_metric (String input_encoding,
   
   SCM desc = m->description_;
 
-  Real total_mag = magn * scm_to_double (ly_cdr (desc));
+  Real total_mag = magn * scm_to_double (scm_cdr (desc));
   assert (total_mag);
   
-  description_ = scm_cons (ly_car (desc), scm_make_real (total_mag));
+  description_ = scm_cons (scm_car (desc), scm_make_real (total_mag));
   orig_ = m;
   
   if (coding_scheme_ != ""