]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/book.hh
(Paper_column): copy rank_. This fixes
[lilypond.git] / lily / include / book.hh
index 7e65d51b217a78ea9105c2a0732e03810c867c6e..2563bc122700745efaec2a8268d66d8d092930d6 100644 (file)
 #include "input.hh"
 #include "lily-proto.hh"
 #include "parray.hh"
-#include "smobs.hh"
+#include "object-key.hh"
+#include "string.hh"
 
 class Book : public Input
 {
   DECLARE_SMOBS (Book, foo);
-
 public:
+  String user_key_;
+  
   SCM header_;
+  Output_def *paper_;
+
+  void add_score (Score*);
   Link_array<Score> scores_;
-    
   Book ();
-
-  void process (String outname, Music_output_def*, SCM header);
-  SCM to_stencil (Music_output_def*, SCM header);
+  void set_keys ();
+  Paper_book* process (String, Output_def*);
 };
-DECLARE_UNSMOB (Book,book); 
+DECLARE_UNSMOB (Book, book);
 
 #endif /* BOOK_HH */