]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.19
authorfred <fred>
Fri, 20 Dec 1996 23:27:37 +0000 (23:27 +0000)
committerfred <fred>
Fri, 20 Dec 1996 23:27:37 +0000 (23:27 +0000)
hdr/inputcommand.hh

index 47882a23748b2b9cf626b0b490511c4e737c508a..fff2f1a1f3e0714bd3bbb7091c6e259f019a7236 100644 (file)
@@ -24,8 +24,11 @@ Input_command* get_key_interpret_command(svec<int >);
 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<int>);
+Input_command *get_skip_command(int,Real);
+Input_command *get_grouping_command(Real,svec<int>);
+Input_command *get_grouping_command(svec<int>);
 Input_command *get_bar_command( );
+
+svec<int> get_default_grouping(int count);
 #endif // INPUTCOMMAND_HH