X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fmain.hh;h=fb1d94b5934ca8f42df965c2aadd2add6ecb5e95;hb=95e5705d0697eac20246352d416f14b6d92485f5;hp=bd396a16f771ad6e7c64b3784df00472dac07dd1;hpb=31568c504806f35aac420a394c9eab07abd9faa7;p=lilypond.git diff --git a/lily/include/main.hh b/lily/include/main.hh index bd396a16f7..fb1d94b593 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--2006 Han-Wen Nienhuys + (c) 1997--2007 Han-Wen Nienhuys */ #ifndef MAIN_HH #define MAIN_HH @@ -27,6 +27,7 @@ extern string init_name_global; /* options */ extern vector dump_header_fieldnames_global; +extern vector start_environment_global; extern string output_backend_global; extern string output_name_global; extern bool be_safe_global; @@ -35,17 +36,17 @@ extern bool do_internal_type_checking_global; extern bool is_pango_format_global; extern bool is_TeX_format_global; extern bool point_and_click_global; -extern string prefix_directory; +extern string lilypond_datadir; extern bool use_object_keys; +extern bool strict_infinity_checking; +extern string init_scheme_code_global; +extern string init_scheme_variables_global; /* todo: collect in Output_option struct? */ extern string output_format_global; -extern bool make_preview; -extern bool make_print; - /* misc */ extern vector failed_files; extern int exit_status_global; @@ -61,5 +62,7 @@ extern const char *LILYPOND_DATADIR; */ #define DEBUG_SLUR_SCORING 1 +#define DEBUG_TIE_SCORING 1 +#define DEBUG_BEAM_SCORING 1 #endif /* MAIN_HH */