lilypond-0.1.56
[lilypond.git] / hdr / main.hh
blob4a4a85e786e7d1cb73dcf2625e2943c2eb92a9e0
1 #ifndef MAIN_HH
2 #define MAIN_HH
3 #include "proto.hh"
5 void debug_init();
6 void set_debug(bool);
7 void do_scores();
8 void add_score(Input_score * s);
9 void set_default_output(String s);
10 Input_score* current_iscore_l();
11 String find_file(String);
12 const char *get_version();
13 extern Source* source_l_g;
14 extern bool only_midi;
16 extern String default_out_fn;
18 #endif