]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.1
authorfred <fred>
Sun, 24 Mar 2002 19:50:10 +0000 (19:50 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:50:10 +0000 (19:50 +0000)
lily/grouping.cc

index 9d466b912f6bb4f5ccaf8e4d8132f742d201a18b..0781bf9cb32de9995badb74ea21244ea214b83b9 100644 (file)
@@ -140,7 +140,7 @@ Rhythmic_grouping::split(Array<MInterval> 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);
            }