lilypond-1.5.33
[lilypond.git] / hdr / lyricstaff.hh
blobfb88c5e5aa0c1d8174fd2113616b1710ca84c2ea
1 /*
2 lyricstaff.hh -- part of LilyPond
4 copyright 1997 Jan Nieuwenhuizen <jan@digicash.com>
5 */
7 #ifndef LYRICSTAFF_HH
8 #define LYRICSTAFF_HH
10 #include "staff.hh"
12 /**
13 Hungarian prefix lstaff
15 struct Lyric_staff : Staff {
16 virtual void set_output(PScore *);
17 virtual Staff_walker *get_walker_p();
20 #endif // LYRICSTAFF_HH