]> 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 4d7cb1c00297b42cdc5ce29ff0f37087038f946d..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);
@@ -39,9 +40,9 @@ extern bool internal_type_checking_global_b;
 
 /* misc */
 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;
 
 #endif /* MAIN_HH */