From b9375151794ff278a2d3ddb129d56b3024540c29 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 21:46:06 +0000 Subject: [PATCH] lilypond-1.1.21 --- lily/note-column.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ()); } } -- 2.39.5