summaryrefslogtreecommitdiff
path: root/parseconstruct.hh
blob: fa9f62757da9c0cb6509f12e9889ed713f6d8cdf (about) (plain)
1
2
3
4
5
6
7
8
#include "proto.hh"

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);