lilypond-1.3.118
[lilypond.git] / lily / include / file-results.hh
blob64ce52bf66c6da2b2f87859194d363f9334a1838
1 /*
2 file-results.hh -- declare functions for processing one input file.
4 source file of the GNU LilyPond music typesetter
6 (c) 1998--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8 */
10 #ifndef FILE_RESULTS_HH
11 #define FILE_RESULTS_HH
12 #include "flower-proto.hh"
14 void do_one_file (String init_str, String file_str);
15 extern Scheme_hash_table *global_header_p;
16 extern Array<String> target_str_global_array;
17 extern Array<String> inclusion_global_array;
18 extern Link_array<Score> score_global_array;
19 void do_scores ();
20 void clear_scores ();
23 #endif /* FILE_RESULTS_HH */