]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/book-paper-def.hh
(output_def): push scope of parent_ Output_def
[lilypond.git] / lily / include / book-paper-def.hh
1 /*
2   book-paper-def.hh -- declare Output_def
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2004  Jan Nieuwenhuizen <janneke@gnu.org>
7 */
8
9 #ifndef BOOK_PAPER_DEF_HH
10 #define BOOK_PAPER_DEF_HH
11
12 #include "lily-proto.hh"
13 #include "output-def.hh"
14
15 class Output_def : public Output_def
16 {
17 public:
18   VIRTUAL_COPY_CONSTRUCTOR (Output_def, Output_def);
19   Output_def (Output_def const &);
20
21   Output_def ();
22
23   virtual void derived_mark ();
24 };
25
26 #endif /* BOOK_PAPER_DEF_HH */