From: fred Date: Sun, 24 Mar 2002 19:35:08 +0000 (+0000) Subject: lilypond-0.0.42 X-Git-Tag: release/1.5.59~5198 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c5642d0f5560e9eec5b9d1d254547282bf19700f;p=lilypond.git lilypond-0.0.42 --- diff --git a/lily/include/parseconstruct.hh b/lily/include/parseconstruct.hh index ff47bdcbad..6a44167532 100644 --- a/lily/include/parseconstruct.hh +++ b/lily/include/parseconstruct.hh @@ -11,18 +11,15 @@ extern char const* defined_ch_c_l; extern char const* req_defined_ch_c_l; -void set_default_duration(int *); -void last_duration(int n); -void set_duration_mode(String s); -void get_default_duration(int *); -void set_default_octave(String); -void set_plet(int,int); + + + + Voice_element * get_note_element(Note_req * ,int *); Voice_element* get_rest_element(String,int *); Voice_element* get_word_element(Text_def*, int*); void add_requests( Voice_element*v, Array&req); Request* get_request(char); -void set_text_style(String); Script_def* get_scriptdef(char); Text_def*get_text(String s); Request* get_plet_request( char c, int dur_i, int type_i );