]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/book.hh
add 2007 to (c) year.
[lilypond.git] / lily / include / book.hh
index e77c19622423a299c5267f604e121ad8681a6de9..6441b0eee008763776c52c5b94659e6c5ddc1d1c 100644 (file)
@@ -3,29 +3,32 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef BOOK_HH
 #define BOOK_HH
 
-#include "input.hh"
 #include "lily-proto.hh"
-#include "parray.hh"
+#include "std-vector.hh"
 #include "object-key.hh"
-#include "string.hh"
+#include "std-string.hh"
+#include "virtual-methods.hh"
 
-class Book : public Input
+class Book
 {
-  DECLARE_SMOBS (Book, foo);
+  DECLARE_SMOBS (Book);
 
 public:
-  String user_key_;
+  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,