]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/main.hh
* lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
[lilypond.git] / lily / include / main.hh
index e7caae383ccf957def54200cbf3498e8bc485f90..748128eea82fc6a9e450e6908fa880032d57ecb6 100644 (file)
@@ -3,12 +3,13 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 #ifndef MAIN_HH
 #define MAIN_HH
 
 #include "lily-proto.hh"
+#include "array.hh"
 
 void debug_init ();
 void set_debug (bool);
@@ -21,6 +22,9 @@ void call_constructors ();
 extern Array<String> get_inclusion_names ();
 extern void set_inclusion_names (Array<String>);
 
+/* FIXME: in warn.cc */
+void progress_indication (String);
+
 /* options */
 extern bool dependency_global_b;
 extern String dependency_prefix_global;
@@ -35,10 +39,10 @@ extern bool internal_type_checking_global_b;
 
 
 /* misc */
-extern All_font_metrics *all_fonts_global_p;
+extern All_font_metrics *all_fonts_global;
+extern Array<String> failed_files;
 extern int exit_status_global;
 extern File_path global_path;
 extern int score_count_global;
-extern Sources* source_global_l;
 
 #endif /* MAIN_HH */