]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.34
authorfred <fred>
Sun, 24 Mar 2002 19:33:14 +0000 (19:33 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:33:14 +0000 (19:33 +0000)
hdr/main.hh

index e19b0aff12fb8154783d822c3621c21dcaec49cf..4a4a85e786e7d1cb73dcf2625e2943c2eb92a9e0 100644 (file)
@@ -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