summaryrefslogtreecommitdiff
path: root/parseconstruct.hh
diff options
context:
space:
mode:
Diffstat (limited to 'parseconstruct.hh')
-rw-r--r--parseconstruct.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/parseconstruct.hh b/parseconstruct.hh
index 820499cb36..fa9f62757d 100644
--- a/parseconstruct.hh
+++ b/parseconstruct.hh
@@ -5,3 +5,4 @@ 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);