]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/parseconstruct.hh
release: 0.0.42
[lilypond.git] / lily / include / parseconstruct.hh
1 /*
2   parseconstruct.hh -- part of LilyPond
3
4   (c) 1996,97 Han-Wen Nienhuys
5 */
6
7 #ifndef PARSECONSTRUCT_HH
8 #define PARSECONSTRUCT_HH
9
10 #include "proto.hh"
11
12 extern char const* defined_ch_c_l;
13 extern char const* req_defined_ch_c_l;
14
15
16
17
18 Voice_element * get_note_element(Note_req * ,int *);
19 Voice_element* get_rest_element(String,int *);
20 Voice_element* get_word_element(Text_def*, int*);
21 void add_requests( Voice_element*v, Array<Request*>&req);
22 Request* get_request(char);
23 Script_def* get_scriptdef(char);
24 Text_def*get_text(String s);
25 Request* get_plet_request( char c, int dur_i, int type_i ); 
26 Request*get_script_req(int d , Script_def*def);
27 Request*get_text_req(int d , Text_def*def);
28 Request* get_stemdir_req(int);
29
30
31
32
33 Request*get_grouping_req(Array<int> i_arr);
34
35 #endif // PARSECONSTRUCT_HH
36