]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/file-results.hh
a9cf1abdafde4dd55c887e50c3ad7c150a057078
[lilypond.git] / lily / include / file-results.hh
1 /*   
2   file-results.hh -- declare 
3   
4   source file of the GNU LilyPond music typesetter
5   
6   (c) 1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7   
8  */
9
10 #ifndef FILE_RESULTS_HH
11 #define FILE_RESULTS_HH
12
13 #include "lily-proto.hh"
14 #include "string.hh"
15
16 void do_one_file (String init_str, String file_str);
17 extern Header *header_global_p;
18 extern Array<String> target_str_global_array;
19 extern Array<String> inclusion_global_array;
20 extern Link_array<Score> score_global_array;
21 void do_scores ();
22 void clear_scores ();
23
24
25 #endif /* FILE_RESULTS_HH */
26