From: fred Date: Sun, 24 Mar 2002 19:32:12 +0000 (+0000) Subject: lilypond-0.0.32 X-Git-Tag: release/1.5.59~5364 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=144b0384d516a09c0a7356cc715e6bedafb908c0;p=lilypond.git lilypond-0.0.32 --- diff --git a/hdr/grouping.hh b/hdr/grouping.hh index 70d95ef55d..72d2960f82 100644 --- a/hdr/grouping.hh +++ b/hdr/grouping.hh @@ -52,4 +52,9 @@ private: void junk(); void copy(Rhythmic_grouping const&); }; + + +Rhythmic_grouping parse_grouping(Array beat_i_arr, Array elt_length_arr); + + #endif