]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/file-results.hh
``slikken kreng''
[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--2002 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_string, String file_string);
15 extern Scheme_hash_table *global_header;
16 extern Array<String> target_string_globals;
17 extern Array<String> inclusion_globals;
18 extern Link_array<Score> score_globals;
19 void do_scores ();
20 void clear_scores ();
21
22
23 #endif /* FILE_RESULTS_HH */
24