]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/page.hh
* lily/parser.yy (book_body): set default bookpaper.
[lilypond.git] / lily / include / page.hh
index 00838a8dfc5d828ca346ea6690456531bda32eb6..e082b6ab1837f9ec99674e8ae6365ecde7ae8c44 100644 (file)
@@ -18,9 +18,10 @@ class Page
   DECLARE_SMOBS (Page, );
 
 public:
+  Paper_def *paper_;           // todo: make private? 
+  Book_paper_def * bookpaper () const;
   static int page_count_;
   static Real MIN_COVERAGE_;
-  Paper_def *paper_;
   int number_;
   int line_count_;
   SCM lines_;