From: fred Date: Mon, 28 Oct 1996 23:55:33 +0000 (+0000) Subject: lilypond-0.0.5 X-Git-Tag: release/1.5.59~7013 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d796c2c8f59d32814d638b0dda53d2518d87deb2;p=lilypond.git lilypond-0.0.5 --- diff --git a/parseconstruct.hh b/parseconstruct.hh index fa9f62757d..d2f2c1ac4a 100644 --- a/parseconstruct.hh +++ b/parseconstruct.hh @@ -5,4 +5,8 @@ Staff * get_new_rhythmstaff(); Voice_element * get_note_element(String,String); Voice_element* get_rest_element(String,String); Command * get_bar_command(Real); -Command* get_meter_command(Real, int,int); + +Command* get_meterchange_command( int,int); +Command* get_meter_command( Real,int,int); +Command* get_skip_command( int,Real); +