X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fmain.hh;h=e5c3191723ae9305c3704b72522caf54d5c09547;hb=69b9cead5afe7164b9053d26eba582fec3825ef8;hp=13f3c8fb7baa3e7616c22d843fe51a502791c60b;hpb=38dcc7f0775e8332ebfadacb7b8fd931480a4cc9;p=lilypond.git diff --git a/lily/include/main.hh b/lily/include/main.hh index 13f3c8fb7b..e5c3191723 100644 --- a/lily/include/main.hh +++ b/lily/include/main.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997 Han-Wen Nienhuys + (c) 1997--1998 Han-Wen Nienhuys */ #ifndef MAIN_HH #define MAIN_HH @@ -18,12 +18,19 @@ void set_default_output (String s); String find_file (String); String get_version_str(); String get_version_number_str(); -extern Sources* source_l_g; -extern bool only_midi; +void call_constructors (); +extern Sources* source_global_l; +extern bool no_paper_global_b; +extern bool no_timestamps_global_b; extern int exit_status_i_; extern bool experimental_features_global_b; -extern bool postscript_global_b; +extern bool dependency_global_b; +extern bool version_ignore_global_b; -extern String default_out_fn; +extern Array get_inclusion_names (); +extern void set_inclusion_names (Array); +extern String default_outname_base_global; +extern String default_outname_suffix_global; +extern int default_count_global; #endif