]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/parseconstruct.hh
release: 1.0.1
[lilypond.git] / lily / include / parseconstruct.hh
1 /*
2   parseconstruct.hh -- part of GNU LilyPond
3
4   (c) 1996--1998 Han-Wen Nienhuys
5 */
6
7 #ifndef PARSECONSTRUCT_HH
8 #define PARSECONSTRUCT_HH
9
10 #include "lily-proto.hh"
11
12 String * get_scriptdef (char c);
13 Request* get_script_req (char);
14 Request*get_script_req (int d , Script_def*def);
15 Request*get_text_req (int d , Text_def*def);
16 Request*get_grouping_req (Array<int> i_arr);
17
18 #endif // PARSECONSTRUCT_HH
19