From 4afec65c2fc89e5b6610d2272dfa9fc0a5e70e41 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:50:10 +0000 Subject: [PATCH] lilypond-0.1.1 --- lily/grouping.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.5