]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.32
authorfred <fred>
Sun, 24 Mar 2002 19:32:12 +0000 (19:32 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:32:12 +0000 (19:32 +0000)
hdr/grouping.hh

index 70d95ef55d1f74d2ada3ee4d5cfb002b13d4570e..72d2960f827beb03364c3b5c212efe3f08137a67 100644 (file)
@@ -52,4 +52,9 @@ private:
     void junk();
     void copy(Rhythmic_grouping const&);
 };
+
+
+Rhythmic_grouping parse_grouping(Array<int> beat_i_arr, Array<Moment> elt_length_arr);
+
+
 #endif