]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/main.hh
*** empty log message ***
[lilypond.git] / lily / include / main.hh
index 748128eea82fc6a9e450e6908fa880032d57ecb6..5c5ed19e8c942d854323c7004c9d2fab6d457c44 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 #ifndef MAIN_HH
 #define MAIN_HH
@@ -21,6 +21,7 @@ String find_file (String);
 void call_constructors ();
 extern Array<String> get_inclusion_names ();
 extern void set_inclusion_names (Array<String>);
+extern String init_name_global;
 
 /* FIXME: in warn.cc */
 void progress_indication (String);
@@ -45,4 +46,6 @@ extern int exit_status_global;
 extern File_path global_path;
 extern int score_count_global;
 
+extern Paper_book *paper_book;
+
 #endif /* MAIN_HH */