]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/book.hh
* lily/parser.yy (command_element): reverse setting of
[lilypond.git] / lily / include / book.hh
index c9191e63f9d0bb61c9e253f9418bf8cef91cb24f..2a81201e5d2ae1be4230a9b8b2dcb5edc83401eb 100644 (file)
@@ -11,7 +11,6 @@
 
 #include "input.hh"
 #include "lily-proto.hh"
-
 #include "parray.hh"
 #include "smobs.hh"
 
@@ -21,13 +20,13 @@ class Book : public Input
 
 public:
   SCM header_;
+  Output_def *bookpaper_;
+  
   Link_array<Score> scores_;
-    
   Book ();
 
-  void process (String outname, Music_output_def*, SCM header);
-  SCM to_stencil (Music_output_def*, SCM header);
+  Paper_book* process (String, Output_def*);
 };
-DECLARE_UNSMOB (Book,book); 
+DECLARE_UNSMOB (Book, book);
 
 #endif /* BOOK_HH */