From: fred Date: Sun, 24 Mar 2002 19:43:20 +0000 (+0000) Subject: lilypond-0.0.63 X-Git-Tag: release/1.5.59~4728 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5803d456e3350d6fa31b4114c9bc198c820bb46d;p=lilypond.git lilypond-0.0.63 --- 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; }