]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/file-results.hh
release: 1.0.15
[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 #include "fproto.hh"
13
14 void do_one_file (String init_str, String file_str);
15 extern Scope *header_global_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