]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grouping.cc
release: 0.1.37
[lilypond.git] / 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)));
 }