2 paper-book.hh -- declare Paper_book
4 source file of the GNU LilyPond music typesetter
6 (c) 2004--2005 Jan Nieuwenhuizen <janneke@gnu.org>
12 #include "protected-scm.hh"
29 This class is rather empty. It collects systems (Paper_system), and
30 exports them to the output backend, either as systems or as completely
36 DECLARE_SMOBS (Paper_book, );
42 Array<Score_systems> score_systems_;
49 Stencil book_title ();
50 Stencil score_title (int);
51 void classic_output (String);
53 void post_processing (SCM, SCM);
56 DECLARE_UNSMOB (Paper_book, paper_book)
58 #endif /* PAPER_BOOK_HH */