]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/main.cc
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / lily / main.cc
index 69af225c7651f4c117b34b050abcea564aa1a1d2..d84f90ebd8ab55c85395adbdd6b750bb0d334f19 100644 (file)
@@ -55,6 +55,7 @@ using namespace std;
 #include "string-convert.hh"
 #include "version.hh"
 #include "warn.hh"
+#include "lily-imports.hh"
 
 /*
  * Global options that can be overridden through command line.
@@ -532,8 +533,8 @@ main_with_guile (void *, int, char **)
   // SCM result = scm_call_1 (
   //                      scm_variable_ref (call_with_error_handling),
   //                      scm_call_1 (ly_lily_module_constant ("lilypond-main"), files));
-  SCM result = scm_call_1 (ly_lily_module_constant ("lilypond-main"), files);
-  (void) result;
+
+  Lily::lilypond_main (files);
 
   /* Unreachable.  */
   exit (0);