]> git.donarmstrong.com Git - lilypond.git/commitdiff
(main_with_guile): copy be_verbose_global into
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 10 Jun 2005 09:30:43 +0000 (09:30 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 10 Jun 2005 09:30:43 +0000 (09:30 +0000)
ly_set_option()

lily/include/program-option.hh
lily/main.cc
lily/program-option.cc

index 251db9d7f4b2885163a2a23d8af7136bdf473903..61ed1038824369ea5678056c5b751a35ce88d848 100644 (file)
@@ -20,12 +20,6 @@ extern bool lily_1_8_compatibility_used;
 SCM ly_get_option (SCM);
 SCM ly_set_option (SCM, SCM);
 
-struct Lilypond_option_init
-{
-  char const *name_;
-  char const *init_;
-  char const *descr_;
-};
 
 
 #endif /* SCM_OPTION_HH */
index 94f020f3bc19abae622388c46e52cfb9bfd215b9..6ebaae182639d11120cd152b78e6fa8b4a680bdb 100644 (file)
@@ -40,6 +40,7 @@
 #include "string-convert.hh"
 #include "version.hh"
 #include "warn.hh"
+#include "program-option.hh"
 
 /*
  * Global options that can be overridden through command line.
index 1df79b1682b687b6792969b21560bd96d9244d26..df34039661761ec6180f486c6c5abf9c16d6c56c 100644 (file)
@@ -33,6 +33,13 @@ bool lily_1_8_compatibility_used = false;
 bool do_internal_type_checking_global;
 
 
+struct Lilypond_option_init
+{
+  char const *name_;
+  char const *init_;
+  char const *descr_;
+};
+
 static Lilypond_option_init options[] = {
   {"point-and-click", "#t",
    "use point & click"},