From: fred Date: Fri, 20 Dec 1996 23:27:37 +0000 (+0000) Subject: lilypond-0.0.19 X-Git-Tag: release/1.5.59~6534 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=efa2298209517ccb9d98653dfcdbfd9107fe39ea;p=lilypond.git lilypond-0.0.19 --- diff --git a/hdr/inputcommand.hh b/hdr/inputcommand.hh index 47882a2374..fff2f1a1f3 100644 --- a/hdr/inputcommand.hh +++ b/hdr/inputcommand.hh @@ -24,8 +24,11 @@ Input_command* get_key_interpret_command(svec); Input_command* get_clef_interpret_command(String w); Input_command *get_reset_command(); Input_command *get_partial_command(Real u); -Input_command* get_skip_command( int,Real); -Input_command* get_grouping_command( svec); +Input_command *get_skip_command(int,Real); +Input_command *get_grouping_command(Real,svec); +Input_command *get_grouping_command(svec); Input_command *get_bar_command( ); + +svec get_default_grouping(int count); #endif // INPUTCOMMAND_HH