]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/clef.cc
Update guile interface.
[lilypond.git] / lily / clef.cc
index 36427055f525f4522af68132732fba502de4edc5..5cd041bfaeab5cefa92a5b2a742b2f9e4f0713eb 100644 (file)
@@ -31,7 +31,7 @@ Clef::calc_glyph_name (SCM smob)
          str += "_change";
        }
 
-      return scm_makfrom0str (str.c_str ());
+      return ly_string2scm (str);
     }
 
   s->suicide ();