]> git.donarmstrong.com Git - lilypond.git/blob - hdr/main.hh
release: 0.0.34
[lilypond.git] / hdr / main.hh
1 #ifndef MAIN_HH
2 #define MAIN_HH
3 #include "proto.hh"
4
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;
15
16 extern String default_out_fn;
17
18 #endif