]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/page.hh
new file, move from
[lilypond.git] / lily / include / page.hh
index e082b6ab1837f9ec99674e8ae6365ecde7ae8c44..07d76d909c494dde2a26a4cd3733ec43e0a3adf8 100644 (file)
@@ -18,8 +18,8 @@ class Page
   DECLARE_SMOBS (Page, );
 
 public:
-  Paper_def *paper_;           // todo: make private? 
-  Book_paper_def * bookpaper () const;
+  Output_def *paper_;          // todo: make private? 
+  Book_output_def * bookpaper () const;
   static int page_count_;
   static Real MIN_COVERAGE_;
   int number_;
@@ -38,7 +38,7 @@ public:
   Real top_margin_;
   Real bottom_margin_;
 
-  Page (Paper_def*, int);
+  Page (Output_def*, int);
 
   /* available area for text.  */
   Real text_height () const;