]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-book.hh
* ly/declarations-init.ly (paper): Define page-breaking.
[lilypond.git] / lily / include / paper-book.hh
index 7496ed4646a8a588bf051e58589ee4bf289b84c5..24dab4e061db7017946bab34410790bbceafcb4e 100644 (file)
@@ -29,10 +29,10 @@ public:
 
   Paper_book ();
   void init ();
-  Link_array<Page> *get_pages ();
-  Link_array<Page> *fill_pages (Page*, int, Real);
-  SCM get_scopes (int);
-  Stencil* get_title (int);
+  Link_array<Page> *pages ();
+  SCM lines ();
+  SCM scopes (int);
+  Stencil* title (int);
   void output (String);
   void classic_output (String);
   DECLARE_SMOBS (Paper_book, )