]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/lyric-staff.hh
partial: 0.0.46.jcn1.hanjan
[lilypond.git] / lily / include / lyric-staff.hh
1 /*
2   lyricstaff.hh -- part of LilyPond
3
4   copyright 1997 Jan Nieuwenhuizen <jan@digicash.com>
5   */
6
7 #ifndef LYRICSTAFF_HH
8 #define LYRICSTAFF_HH
9
10 #include "staff.hh"
11
12 /**
13   Hungarian prefix lstaff
14  */
15 struct Lyric_staff : Staff {
16     virtual void set_output(PScore *);
17     virtual Staff_walker *get_walker_p();
18 };
19
20 #endif // LYRICSTAFF_HH
21
22
23
24