lilypond-0.0.1
[lilypond.git] / parseconstruct.hh
blob820499cb36ffd2ffe25fde050166669c28c53f66
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);