From b84539ba241dde979e77f3539691e7ed5d7db270 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 4 Mar 1997 20:47:38 +0000 Subject: [PATCH] lilypond-0.0.39 --- lily/include/lyric-item.hh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lily/include/lyric-item.hh diff --git a/lily/include/lyric-item.hh b/lily/include/lyric-item.hh new file mode 100644 index 0000000000..a5dc27b67b --- /dev/null +++ b/lily/include/lyric-item.hh @@ -0,0 +1,19 @@ +// +// lyric-item.hh -- part of LilyPond +// +// copyright 1997 Jan Nieuwenhuizen + +#ifndef LYRIC_ITEM_HH +#define LYRIC_ITEM_HH + +#include "text-item.hh" + +struct Lyric_item : Text_item { + /* *************** */ + Lyric_item(Lyric_req* lreq_l, int voice_count_i); + virtual void do_pre_processing(); +}; + + +#endif // LYRIC_ITEM_HH // + -- 2.39.5