X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbook.hh;h=cf478432388fea996d8a35224815a64d1a56de57;hb=209910ea2fdac61374a41537456f16eb1df25a21;hp=9ef2ca21301db146dba7f373061bbaec98747f08;hpb=31568c504806f35aac420a394c9eab07abd9faa7;p=lilypond.git diff --git a/lily/include/book.hh b/lily/include/book.hh index 9ef2ca2130..cf47843238 100644 --- a/lily/include/book.hh +++ b/lily/include/book.hh @@ -3,29 +3,32 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2006 Han-Wen Nienhuys + (c) 1997--2007 Han-Wen Nienhuys */ #ifndef BOOK_HH #define BOOK_HH -#include "input.hh" #include "lily-proto.hh" #include "std-vector.hh" -#include "object-key.hh" #include "std-string.hh" +#include "virtual-methods.hh" +#include "smobs.hh" -class Book : public Input +class Book { - DECLARE_SMOBS (Book, foo); + DECLARE_SMOBS (Book); public: string user_key_; SCM header_; Output_def *paper_; SCM scores_; + SCM input_location_; - Book *clone () const; + Book (Book const &); + Input *origin() const; + VIRTUAL_COPY_CONSTRUCTOR(Book, Book); Book (); void add_score (SCM); Paper_book *process (Output_def *def_paper,