]> git.donarmstrong.com Git - lilypond.git/blob - hdr/parseconstruct.hh
release: 0.0.16
[lilypond.git] / hdr / parseconstruct.hh
1 /*
2   parseconstruct.hh -- part of LilyPond
3
4   (c) 1996 Han-Wen Nienhuys
5 */
6
7 #ifndef PARSECONSTRUCT_HH
8 #define PARSECONSTRUCT_HH
9
10 #include "proto.hh"
11 void set_default_duration(int *);
12 void get_default_duration(int *);
13 void set_default_octave(String);
14 Staff * get_new_rhythmstaff();
15 Voice_element * get_note_element(String,int * ,int *);
16 Voice_element* get_rest_element(String,int *);
17 Staff * get_new_melodicstaff();
18 void add_requests( Voice_element*v, svec<Request*>&req);
19 Request* get_request(char);
20
21
22
23 #endif // PARSECONSTRUCT_HH
24