]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.39
authorfred <fred>
Tue, 4 Mar 1997 20:47:38 +0000 (20:47 +0000)
committerfred <fred>
Tue, 4 Mar 1997 20:47:38 +0000 (20:47 +0000)
lily/include/lyric-item.hh [new file with mode: 0644]

diff --git a/lily/include/lyric-item.hh b/lily/include/lyric-item.hh
new file mode 100644 (file)
index 0000000..a5dc27b
--- /dev/null
@@ -0,0 +1,19 @@
+//
+//  lyric-item.hh -- part of LilyPond
+//
+//  copyright 1997 Jan Nieuwenhuizen <jan@digicash.com>
+
+#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 //
+