]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-book.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / paper-book.hh
index 310a321d99fa3457d96758495365e1410a854e8f..7373e9a0d7594ec50f2209a75ad958308e7854f2 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2004--2005  Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2004--2006  Jan Nieuwenhuizen <janneke@gnu.org>
 */
 #ifndef PAPER_BOOK_HH
 #define PAPER_BOOK_HH
@@ -25,6 +25,7 @@ class Paper_book
 
   SCM systems_;
   SCM pages_;
+  SCM performances_;
 
   void add_score_title (SCM);
 public:
@@ -36,13 +37,15 @@ public:
   Paper_book ();
 
   void add_score (SCM);
+  void add_performance (SCM);
+
+  SCM performances () const;
   SCM systems ();
   SCM pages ();
   Stencil book_title ();
   Stencil score_title (SCM);
-  void classic_output (String);
-  void output (String);
-  void post_processing (SCM, SCM);
+  void classic_output (SCM output_channel);
+  void output (SCM output_channel);
 };
 
 DECLARE_UNSMOB (Paper_book, paper_book)