]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/main.hh
release: 1.0.1
[lilypond.git] / lily / include / main.hh
index b96b62df56a8ab2521f4d17d4425210b3b85fa04..da5e0a53ef9822c32e46cc8167937a3ff02e3e24 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 #ifndef MAIN_HH
 #define MAIN_HH
@@ -17,7 +17,6 @@ void add_score (Score* s);
 void set_default_output (String s);
 String find_file (String);
 String get_version_str();
-String get_version_number_str();
 void call_constructors ();
 extern Sources* source_global_l;
 extern bool no_paper_global_b;
@@ -28,9 +27,12 @@ extern bool experimental_features_global_b;
 extern bool dependency_global_b;
 extern bool version_ignore_global_b;
 
+
 extern Array<String> get_inclusion_names ();
 extern void set_inclusion_names (Array<String>);
 
+extern File_path global_path;
+
 extern String default_outname_base_global;
 extern String default_outname_suffix_global;
 extern int default_count_global;