lilypond-0.1.14
[lilypond.git] / hdr / lyricitem.hh
blob46873d8f519536108729c5a39fe5fc216cc39d09
1 //
2 // lyricitem.hh -- part of LilyPond
3 //
4 // copyright 1997 Jan Nieuwenhuizen <jan@digicash.com>
6 #ifndef LYRIC_ITEM_HH
7 #define LYRIC_ITEM_HH
9 #include "textitem.hh"
11 struct Lyric_item : Text_item {
12 /* *************** */
13 Lyric_item(Lyric_req* lreq_l, int voice_count_i);
14 virtual void do_pre_processing();
18 #endif // LYRIC_ITEM_HH //