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

index 2c073adc630a708759ff0a13a5ee946dfbe660a9..dfc59748e8ce5f4af4790eb5a7b7a649cb94d89c 100644 (file)
@@ -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)));
 }