]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.6
authorfred <fred>
Wed, 30 Oct 1996 23:38:33 +0000 (23:38 +0000)
committerfred <fred>
Wed, 30 Oct 1996 23:38:33 +0000 (23:38 +0000)
parseconstruct.hh

index d2f2c1ac4ae67480fc4a78f4f0c4be044f3fe9ab..ea5c2fe55a5f3e11f5331514d390b0f61cca2a98 100644 (file)
@@ -5,7 +5,7 @@ Staff * get_new_rhythmstaff();
 Voice_element * get_note_element(String,String);
 Voice_element* get_rest_element(String,String);
 Command *  get_bar_command(Real);
-
+Staff * get_new_melodicstaff();
 Command* get_meterchange_command( int,int);
 Command* get_meter_command( Real,int,int);
 Command* get_skip_command( int,Real);