]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/book.hh
(My_lily_lexer): copy scopes so temporary
[lilypond.git] / lily / include / book.hh
index 67ff4dfa5449c15455a43983887e152601a765cc..2a81201e5d2ae1be4230a9b8b2dcb5edc83401eb 100644 (file)
@@ -20,14 +20,13 @@ class Book : public Input
 
 public:
   SCM header_;
-  Book_paper_def *bookpaper_;
+  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 */