]> git.donarmstrong.com Git - lilypond.git/blob - parseconstruct.hh
release: 0.0.6
[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 Staff * get_new_melodicstaff();
9 Command* get_meterchange_command( int,int);
10 Command* get_meter_command( Real,int,int);
11 Command* get_skip_command( int,Real);
12