summaryrefslogtreecommitdiff
path: root/parseconstruct.hh
blob: ea5c2fe55a5f3e11f5331514d390b0f61cca2a98 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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);
Staff * get_new_melodicstaff();
Command* get_meterchange_command( int,int);
Command* get_meter_command( Real,int,int);
Command* get_skip_command( int,Real);