]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.10
authorfred <fred>
Mon, 18 Nov 1996 12:20:04 +0000 (12:20 +0000)
committerfred <fred>
Mon, 18 Nov 1996 12:20:04 +0000 (12:20 +0000)
hdr/parseconstruct.hh

index 259303e1a84234000a2e2ef2a0d029fd49749fca..81401852bccd2937c3d2f62b24b4aa4c9d562a7f 100644 (file)
@@ -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<Request*>&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<String>);
 Request* get_request(char);
-void add_requests( Voice_element*v, svec<Request*>&req);
+Command*get_clef_interpret_command(String w);