]> git.donarmstrong.com Git - lilypond.git/blobdiff - parseconstruct.hh
release: 0.0.5
[lilypond.git] / parseconstruct.hh
index fa9f62757da9c0cb6509f12e9889ed713f6d8cdf..d2f2c1ac4ae67480fc4a78f4f0c4be044f3fe9ab 100644 (file)
@@ -5,4 +5,8 @@ Staff * get_new_rhythmstaff();
 Voice_element * get_note_element(String,String);
 Voice_element* get_rest_element(String,String);
 Command *  get_bar_command(Real);
-Command* get_meter_command(Real, int,int);
+
+Command* get_meterchange_command( int,int);
+Command* get_meter_command( Real,int,int);
+Command* get_skip_command( int,Real);
+