2 book.hh -- declare Book
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
13 #include "lily-proto.hh"
15 #include "object-key.hh"
18 class Book
: public Input
20 DECLARE_SMOBS (Book
, foo
);
30 Paper_book
*process (String
, Output_def
*);
34 DECLARE_UNSMOB (Book
, book
);