]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/main.hh
* lily/book.cc (process): bugfix: flip ?: cases.
[lilypond.git] / lily / include / main.hh
index a5a570356e64428fd7cb8a8715dbb84d4785e5ae..5e6192d1fb7113730af5732d4cbaf693dedce75e 100644 (file)
@@ -35,6 +35,7 @@ extern bool is_pango_format_global;
 extern bool is_TeX_format_global;
 extern bool point_and_click_global;
 extern String prefix_directory;
+extern bool use_object_keys;
 
 /*
   todo: collect in Output_option struct?
@@ -42,7 +43,7 @@ extern String prefix_directory;
 extern String output_format_global;
 
 extern bool make_preview;
-extern bool make_pages;
+extern bool make_print;
 
 /* misc */
 extern Array<String> failed_files;
@@ -50,7 +51,7 @@ extern int exit_status_global;
 extern File_path global_path;
 
 /*
-  Debugging options
+  Debugging options: switch on
 */
 
 #ifndef NDEBUG