From: fred Date: Sun, 24 Mar 2002 19:50:10 +0000 (+0000) Subject: lilypond-0.1.1 X-Git-Tag: release/1.5.59~4330 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4afec65c2fc89e5b6610d2272dfa9fc0a5e70e41;p=lilypond.git lilypond-0.1.1 --- diff --git a/lily/grouping.cc b/lily/grouping.cc index 9d466b912f..0781bf9cb3 100644 --- a/lily/grouping.cc +++ b/lily/grouping.cc @@ -140,7 +140,7 @@ Rhythmic_grouping::split(Array splitpoints) ch.push(children[i]); } else { Rhythmic_grouping *newchild=new Rhythmic_grouping( - children.subvec(starti, i+1)); + children.slice(starti, i+1)); ch.push(newchild); }