From efa2298209517ccb9d98653dfcdbfd9107fe39ea Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 20 Dec 1996 23:27:37 +0000 Subject: [PATCH] lilypond-0.0.19 --- hdr/inputcommand.hh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 -- 2.39.5