From: fred Date: Tue, 26 Mar 2002 21:46:06 +0000 (+0000) Subject: lilypond-1.1.21 X-Git-Tag: release/1.5.59~2639 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b9375151794ff278a2d3ddb129d56b3024540c29;p=lilypond.git lilypond-1.1.21 --- diff --git a/lily/note-column.cc b/lily/note-column.cc index 826b18a113..2a0805d902 100644 --- a/lily/note-column.cc +++ b/lily/note-column.cc @@ -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 ()); } }