]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/all-font-metrics.cc
Update guile interface.
[lilypond.git] / lily / all-font-metrics.cc
index c5caf100adf7c7dc09b832d52d7019b596517dc9..bc100e77bc39b7e967e1c3f880e8c0058a06ee53 100644 (file)
@@ -109,7 +109,7 @@ Open_type_font *
 All_font_metrics::find_otf (string name)
 {
   SCM sname = ly_symbol2scm (name.c_str ());
-  SCM name_string = scm_makfrom0str (name.c_str ());
+  SCM name_string = ly_string2scm (name);
   SCM val;
   if (!otf_dict_->try_retrieve (sname, &val))
     {