2 request-column.hh -- declare Request_column
4 source file of the GNU LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
10 #ifndef REQUEST_COLUMN_HH
11 #define REQUEST_COLUMN_HH
13 #include "lily-proto.hh"
17 Like staff_column, but Score wide. One per when().
21 Pointer_list
<Staff_column
*> staff_cols_
;
22 Array
<Staff_column
*> staff_col_l_arr_
;
26 Score_column
*musical_column_l_
, *command_column_l_
;
27 Request_column(Link_list
<Staff
*> const& );
30 void add_reqs(int staff_idx
, Array
<Request
*> const&);
31 void update_time(int staff_idx
, Time_description
&);
32 void set_score_cols(Score_column
*, Score_column
*);
35 #endif // REQUEST_COLUMN_HH