From 5803d456e3350d6fa31b4114c9bc198c820bb46d Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:43:20 +0000 Subject: [PATCH] lilypond-0.0.63 --- lily/include/request-column.hh | 5 +++-- lily/score.cc | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lily/include/request-column.hh b/lily/include/request-column.hh index e3d5d3184e..ad198f3f04 100644 --- a/lily/include/request-column.hh +++ b/lily/include/request-column.hh @@ -18,12 +18,13 @@ */ class Request_column { - IPointer_list staff_cols_; + Pointer_list staff_cols_; Array staff_col_l_arr_; + Moment when_; public: Score_column *musical_column_l_, *command_column_l_; - Request_column(Pointer_list const& ); + Request_column(Link_list const& ); bool used_b()const; Moment when(); void add_reqs(int staff_idx, Array const&); diff --git a/lily/score.cc b/lily/score.cc index 7441d5c790..8ec3049f48 100644 --- a/lily/score.cc +++ b/lily/score.cc @@ -114,6 +114,7 @@ Score::clean_cols() i->clean_cols(); for (iter_top(rcols_,i); i.ok(); i++) { + i->when(); // update cache, ugh if (!i->command_column_l_->used_b()) { i->command_column_l_ = 0; } -- 2.39.5