]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/input-file-results.hh
cff21cbf0b251267e600383e991a274e2e251019
[lilypond.git] / lily / include / input-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--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7   
8  */
9
10 #ifndef FILE_RESULTS_HH
11 #define FILE_RESULTS_HH
12
13 #include "lily-guile.hh"
14
15
16 SCM ly_parse_file (SCM);
17
18 #endif /* FILE_RESULTS_HH */
19