From: fred Date: Sun, 24 Mar 2002 19:59:30 +0000 (+0000) Subject: lilypond-0.1.37 X-Git-Tag: release/1.5.59~3782 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2291ca0a959db76fd81b7284981034bd44c78599;p=lilypond.git lilypond-0.1.37 --- 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))); }