summaryrefslogtreecommitdiff
path: root/parseconstruct.hh
blob: 820499cb36ffd2ffe25fde050166669c28c53f66 (about) (plain)
1
2
3
4
5
6
7
#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);