]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/main.hh
* lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
[lilypond.git] / lily / include / main.hh
index 748128eea82fc6a9e450e6908fa880032d57ecb6..21171a71a4ac26324da1722f2366a00aa59e3c7f 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 #ifndef MAIN_HH
 #define MAIN_HH
@@ -19,15 +19,14 @@ void add_score (Score* s);
 void set_default_output (String s);
 String find_file (String);
 void call_constructors ();
-extern Array<String> get_inclusion_names ();
-extern void set_inclusion_names (Array<String>);
 
-/* FIXME: in warn.cc */
-void progress_indication (String);
+Array<String> get_inclusion_names ();
+void set_inclusion_names (Array<String>);
+
+
+extern String init_name_global;
 
 /* options */
-extern bool dependency_global_b;
-extern String dependency_prefix_global;
 extern Array<String> dump_header_fieldnames_global;
 extern bool no_paper_global_b;
 extern String output_format_global;
@@ -37,12 +36,19 @@ extern bool verbose_global_b;
 extern bool store_locations_global_b;
 extern bool internal_type_checking_global_b;
 
+/*
+  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 All_font_metrics *all_fonts_global;
 extern Array<String> failed_files;
 extern int exit_status_global;
 extern File_path global_path;
-extern int score_count_global;
 
 #endif /* MAIN_HH */