]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/main.hh
release: 0.1.8
[lilypond.git] / lily / include / main.hh
1 #ifndef MAIN_HH
2 #define MAIN_HH
3 #include "lily-proto.hh"
4
5 void debug_init();
6 void set_debug (bool);
7 void do_scores();
8 void add_score (Score* s);
9 void set_default_output (String s);
10 Input_score* current_iscore_l();
11 String find_file (String);
12 String get_version_str();
13 extern Sources* source_l_g;
14 extern bool only_midi;
15 extern int exit_status_i_;
16
17 extern String default_out_fn;
18
19 #endif