]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grob-interface.cc
Run `make grand-replace'.
[lilypond.git] / lily / grob-interface.cc
index c47937db0f2737ef292f8a5ffba97583a4b5c73e..1e968ff421daa2082b4cb0ad181cd85fef9f411d 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2002--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2002--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "grob-interface.hh"
@@ -26,10 +26,10 @@ SCM add_interface (char const *cxx_name,
     lispy_name += suffix;
 
   SCM s = ly_symbol2scm (lispy_name.c_str ());
-  SCM d = scm_makfrom0str (descr);
+  SCM d = scm_from_locale_string (descr);
   SCM l = parse_symbol_list (vars);
 
-  ly_add_interface (s, d, l);
+  internal_add_interface (s, d, l);
 
   return s;
 }