From be2f4d839fda1bf02246f9ea64437ee9800659d9 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:33:14 +0000 Subject: [PATCH] lilypond-0.0.34 --- hdr/main.hh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.5