lilypond-0.1.14
[lilypond.git] / hdr / lyriccolumn.hh
blobe7aaaafc86a87c52e989ba00c7d18984b907c768
1 //
2 // lyriccolumn.hh -- declare Lyric_column
3 //
4 // copyright 1997 Jan Nieuwenhuizen <jan@digicash.com>
7 #ifndef LYRIC_COLUMN_HH
8 #define LYRIC_COLUMN_HH
10 #include "key.hh"
11 #include "stcol.hh"
12 #include "staff.hh"
14 /// (lcol)
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