From: fred Date: Sun, 24 Mar 2002 19:33:14 +0000 (+0000) Subject: lilypond-0.0.34 X-Git-Tag: release/1.5.59~5304 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=be2f4d839fda1bf02246f9ea64437ee9800659d9;p=lilypond.git lilypond-0.0.34 --- diff --git a/hdr/main.hh b/hdr/main.hh index e19b0aff12..4a4a85e786 100644 --- a/hdr/main.hh +++ b/hdr/main.hh @@ -10,6 +10,9 @@ void set_default_output(String s); Input_score* current_iscore_l(); String find_file(String); const char *get_version(); -extern Source* source_global_l; +extern Source* source_l_g; +extern bool only_midi; + +extern String default_out_fn; #endif