]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/main.hh
release: 1.1.29
[lilypond.git] / lily / include / main.hh
index 0b7340bb7541e5ab7a67d7387aac678103b2bf29..01fe44b47aca8105890e90c06341923bccfff861 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--1999 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;
@@ -40,4 +40,7 @@ extern File_path global_path;
 extern String default_outname_base_global;
 extern String default_outname_suffix_global;
 extern int default_count_global;
+extern All_font_metrics *all_fonts_global_p;
+
+
 #endif