From 2291ca0a959db76fd81b7284981034bd44c78599 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:59:30 +0000 Subject: [PATCH] lilypond-0.1.37 --- lily/grouping.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/lily/grouping.cc b/lily/grouping.cc index 2c073adc63..dfc59748e8 100644 --- a/lily/grouping.cc +++ b/lily/grouping.cc @@ -262,7 +262,6 @@ void Rhythmic_grouping::add_child (Moment start, Moment len) { Moment stop = start+len; - assert (child_fit_b (start)); children.push (new Rhythmic_grouping (MInterval (start, stop))); } -- 2.39.5