From: fred Date: Mon, 18 Nov 1996 12:20:04 +0000 (+0000) Subject: lilypond-0.0.10 X-Git-Tag: release/1.5.59~6798 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=15bd032a19e4dcbbe1e39a8528ff7ee02bd80219;p=lilypond.git lilypond-0.0.10 --- diff --git a/hdr/parseconstruct.hh b/hdr/parseconstruct.hh index 259303e1a8..81401852bc 100644 --- a/hdr/parseconstruct.hh +++ b/hdr/parseconstruct.hh @@ -10,8 +10,10 @@ Voice_element * get_note_element(String,String); Voice_element* get_rest_element(String,String); Command * get_bar_command(Real); Staff * get_new_melodicstaff(); +void add_requests( Voice_element*v, svec&req); Command* get_meterchange_command( int,int); Command* get_meter_command( Real,int,int); Command* get_skip_command( int,Real); +Command* get_key_interpret_command(svec); Request* get_request(char); -void add_requests( Voice_element*v, svec&req); +Command*get_clef_interpret_command(String w);