]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/main.hh
* lily/dynamic-engraver.cc (typeset_all):
[lilypond.git] / lily / include / main.hh
index 62aeb4fbea2dde242078d8bb4930ed4b63438d79..21171a71a4ac26324da1722f2366a00aa59e3c7f 100644 (file)
@@ -35,8 +35,16 @@ extern bool safe_global_b;
 extern bool verbose_global_b;
 extern bool store_locations_global_b;
 extern bool internal_type_checking_global_b;
-extern bool debug_beam_quanting_flag;
 
+/*
+  todo: collect in Output_option struct? 
+ */
+extern bool make_png;
+extern bool make_dvi;
+extern bool make_ps;
+extern bool make_pdf;
+extern bool make_tex;
+extern bool make_preview;
 
 /* misc */
 extern Array<String> failed_files;