From: fred Date: Wed, 30 Oct 1996 23:38:33 +0000 (+0000) Subject: lilypond-0.0.6 X-Git-Tag: release/1.5.59~7000 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3d78c3c9a7cc78931c432a00a4cc806b82d9f12b;p=lilypond.git lilypond-0.0.6 --- diff --git a/parseconstruct.hh b/parseconstruct.hh index d2f2c1ac4a..ea5c2fe55a 100644 --- a/parseconstruct.hh +++ b/parseconstruct.hh @@ -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);