]> git.donarmstrong.com Git - lilypond.git/blob - parseconstruct.hh
fa9f62757da9c0cb6509f12e9889ed713f6d8cdf
[lilypond.git] / parseconstruct.hh
1
2 #include "proto.hh"
3
4 Staff * get_new_rhythmstaff();
5 Voice_element * get_note_element(String,String);
6 Voice_element* get_rest_element(String,String);
7 Command *  get_bar_command(Real);
8 Command* get_meter_command(Real, int,int);