]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/file-results.hh
3474c2f0f8e43934759ec856c0596ec4ccb3aa57
[lilypond.git] / lily / include / file-results.hh
1 /*   
2   file-results.hh -- declare functions for processing one input file.
3   
4   source file of the GNU LilyPond music typesetter
5   
6   (c) 1998--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7   
8  */
9
10 #ifndef FILE_RESULTS_HH
11 #define FILE_RESULTS_HH
12 #include "flower-proto.hh"
13
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 ();
21
22
23 #endif /* FILE_RESULTS_HH */
24