]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/main.hh
release: 1.3.107
[lilypond.git] / lily / include / main.hh
index 2b63cb16049a329fc5e8dedbfcc668993fb7914a..de6cf4f4174cabb42f6883c5b159392958fe5bf0 100644 (file)
@@ -3,10 +3,11 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 #ifndef MAIN_HH
 #define MAIN_HH
+
 #include "lily-proto.hh"
 
 void debug_init();
@@ -16,7 +17,6 @@ void clear_scores();
 void add_score (Score* s);
 void set_default_output (String s);
 String find_file (String);
-String get_version_str();
 void call_constructors ();
 
 extern Sources* source_global_l;
@@ -29,7 +29,7 @@ extern int exit_status_i_;
 extern bool experimental_features_global_b;
 extern char const* output_global_ch;
 extern bool dependency_global_b;
-extern bool version_ignore_global_b;
+extern bool verbose_global_b;
 
 
 extern Array<String> get_inclusion_names ();
@@ -42,5 +42,6 @@ extern String default_outname_suffix_global;
 extern int default_count_global;
 extern All_font_metrics *all_fonts_global_p;
 
-
+class ostream;
+void print_lilypond_versions (ostream &os);
 #endif