]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/ps-def.hh
676d335e3710b9c7c6e6eb87da2d329b18c10216
[lilypond.git] / lily / include / ps-def.hh
1 /*
2   ps-def.hh -- declare Ps_def
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1998 Jan Nieuwenhuizen <jannneke@gnu.org>
7 */
8
9 #ifndef PS_DEF_HH
10 #define PS_DEF_HH
11
12 #include "paper-def.hh"
13
14 class Ps_def : public Paper_def
15 {
16 public:    
17   VIRTUAL_COPY_CONS (Ps_def, Paper_def);
18   DECLARE_MY_RUNTIME_TYPEINFO;
19
20   virtual Lookup* lookup_p (Lookup const&) const;
21   virtual Lookup* lookup_p (Symtables const&) const;
22
23   virtual String output_settings_str () const;
24   virtual Paper_score* paper_score_p () const;
25   virtual String unknown_str () const;
26 };
27
28 #endif // PS_DEF_HH