]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/main.hh
release: 0.1.12
[lilypond.git] / lily / include / main.hh
1 /*
2   main.hh -- declare global entry points
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8 #ifndef MAIN_HH
9 #define MAIN_HH
10 #include "lily-proto.hh"
11
12 void debug_init();
13 void set_debug (bool);
14 void do_scores();
15 void add_score (Score* s);
16 void set_default_output (String s);
17 Input_score* current_iscore_l();
18 String find_file (String);
19 String get_version_str();
20 String get_version_number_str();
21 extern Sources* source_l_g;
22 extern bool only_midi;
23 extern int exit_status_i_;
24
25 extern String default_out_fn;
26
27 #endif