]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.21
authorfred <fred>
Tue, 26 Mar 2002 21:46:06 +0000 (21:46 +0000)
committerfred <fred>
Tue, 26 Mar 2002 21:46:06 +0000 (21:46 +0000)
lily/note-column.cc

index 826b18a113f61e8506b20db3782c6cff8d637378..2a0805d9029955b293aaec937ad365c6ac7254e4 100644 (file)
@@ -68,7 +68,7 @@ Note_column::do_pre_processing()
        dir_ = stem_l_->dir_;
       else if (head_l_arr_.size ())
        {
-         assert (false);       // looks obsolete?
+         //      assert (false);       // looks obsolete?
          dir_ = sign (head_positions_interval().center ());
        }
     }