]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/book.hh
* lily/book.cc (process): return Paper_book
[lilypond.git] / lily / include / book.hh
index 86825995492ee083b3765022d9463e2a0ea60c16..899fbb4d9d1caf32f5f10982a5dbcae4f25f45b2 100644 (file)
@@ -11,7 +11,6 @@
 
 #include "input.hh"
 #include "lily-proto.hh"
-
 #include "parray.hh"
 #include "smobs.hh"
 
@@ -21,13 +20,14 @@ class Book : public Input
 
 public:
   SCM header_;
+  Output_def *bookpaper_;
+  
   Link_array<Score> scores_;
-    
   Book ();
-  Book (Book const&);
-  void process (String outname, Music_output_def*, SCM header);
-  SCM to_stencil (Music_output_def*, SCM header);
+
+  Paper_book* process (String, Output_def*);
+  SCM to_stencil (Output_def*);
 };
-DECLARE_UNSMOB (Book,book); 
+DECLARE_UNSMOB (Book, book);
 
 #endif /* BOOK_HH */