2 // lyriccolumn.hh -- declare Lyric_column
4 // copyright 1997 Jan Nieuwenhuizen <jan@digicash.com>
7 #ifndef LYRIC_COLUMN_HH
8 #define LYRIC_COLUMN_HH
15 struct Lyric_column
: Staff_column
{
17 Array
<Lyric_req
*> lreq_l_array_
;
18 Lyric_staff
* lstaff_l_
;
20 void typeset_item(Item
*);
21 virtual void setup_one_request(Request
*);
23 Lyric_column(Lyric_staff
*rs
);
26 #endif // LYRIC_COLUMN_HH