From d796c2c8f59d32814d638b0dda53d2518d87deb2 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 28 Oct 1996 23:55:33 +0000 Subject: [PATCH] lilypond-0.0.5 --- parseconstruct.hh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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); + -- 2.39.5