summaryrefslogtreecommitdiff
path: root/parseconstruct.hh
diff options
context:
space:
mode:
Diffstat (limited to 'parseconstruct.hh')
-rw-r--r--parseconstruct.hh6
1 files changed, 5 insertions, 1 deletions
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);
+