]> git.donarmstrong.com Git - lilypond.git/blob - main.hh
release: 0.0.6
[lilypond.git] / main.hh
1 #ifndef MAIN_HH
2 #define MAIN_HH
3 #include "proto.hh"
4
5 void debug_init();
6 void do_scores();
7 void add_score(Score * s);
8 void set_default_output(String s);
9 const char *get_version();
10
11 #endif