2 // lyricitem.hh -- part of LilyPond
4 // copyright 1997 Jan Nieuwenhuizen <jan@digicash.com>
11 struct Lyric_item
: Text_item
{
13 Lyric_item(Lyric_req
* lreq_l
, int voice_count_i
);
14 virtual void do_pre_processing();
18 #endif // LYRIC_ITEM_HH //