From: fred Date: Mon, 14 Oct 1996 20:46:45 +0000 (+0000) Subject: lilypond-0.0.9 X-Git-Tag: release/1.5.59~7072 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=23d9efbdce2261579d8449bf6ca6f0256fc141da;p=lilypond.git lilypond-0.0.9 --- diff --git a/hdr/main.hh b/hdr/main.hh new file mode 100644 index 0000000000..58928f5142 --- /dev/null +++ b/hdr/main.hh @@ -0,0 +1,11 @@ +#ifndef MAIN_HH +#define MAIN_HH +#include "proto.hh" + +void debug_init(); +void do_scores(); +void add_score(Score * s); +void set_default_output(String s); +const char *get_version(); + +#endif