lilypond-0.0.40
[lilypond.git] / hdr / lyric-item.hh
blobdfbaf988d1b5f758133554714e432e10225ff2c2
1 //
2 // lyric-item.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 //