]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/main.cc
* lily/include/lily-guile.hh: many new ly_ functions. Thanks to
[lilypond.git] / lily / main.cc
index 50a46a148835f56d42a67eb773ba494c63fb9ced..6748d944db110f0411cfd18e2a015a2f35f0c2c0 100644 (file)
@@ -276,7 +276,7 @@ main_with_guile (void *, int, char **)
   all_fonts_global = new All_font_metrics (global_path.to_string ());
 
   init_scheme_code_string += ")";
-  gh_eval_str ((char*) init_scheme_code_string.to_str0 ());
+  scm_c_eval_string ((char*) init_scheme_code_string.to_str0 ());
 
   /* We accept multiple independent music files on the command line to
      reduce compile time when processing lots of small files.