]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/book.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / book.hh
index 360276ed088f1fd3b39ba0f75968ba6fc7fb375f..9ef2ca21301db146dba7f373061bbaec98747f08 100644 (file)
@@ -15,7 +15,7 @@
 #include "object-key.hh"
 #include "std-string.hh"
 
-class Book
+class Book : public Input
 {
   DECLARE_SMOBS (Book, foo);
 
@@ -24,11 +24,8 @@ public:
   SCM header_;
   Output_def *paper_;
   SCM scores_;
-  SCM input_location_;
 
-  Book (Book const &);
-  Input *origin() const;
-  VIRTUAL_COPY_CONSTRUCTOR(Book, Book);
+  Book *clone () const;
   Book ();
   void add_score (SCM);
   Paper_book *process (Output_def *def_paper,