]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/book-paper-def.hh
f807347bb610c5ee2d05b8c5c836e03e9a8af46c
[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 #error
16
17 class Output_def : public Output_def
18 {
19 public:
20   VIRTUAL_COPY_CONSTRUCTOR (Output_def, Output_def);
21   Output_def (Output_def const &);
22
23   Output_def ();
24
25   virtual void derived_mark ();
26 };
27
28 #endif /* BOOK_PAPER_DEF_HH */