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