lilypond-0.0.4
[lilypond.git] / parseconstruct.hh
blobfa9f62757da9c0cb6509f12e9889ed713f6d8cdf
2 #include "proto.hh"
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);