]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-book.hh
* lily/include/tie-formatting-problem.hh (class
[lilypond.git] / lily / include / paper-book.hh
index c84fbe1c1c0fe83003c3ac0f348bcc34da854cee..6717d4f159d6d8f702e49c5cc7137af543ef6ec2 100644 (file)
@@ -9,11 +9,8 @@
 #define PAPER_BOOK_HH
 
 #include "std-vector.hh"
-#include "protected-scm.hh"
 #include "smobs.hh"
-
-class Output_def;
-class Stencil;
+#include "lily-proto.hh"
 
 /** Paper_book collects headers, systems (Paper_system) and texts, and
     exports them to the output backend, either as systems or as
@@ -28,6 +25,8 @@ class Paper_book
   SCM performances_;
 
   void add_score_title (SCM);
+  SCM get_score_title (SCM);
+  
 public:
   SCM header_;
   SCM header_0_;
@@ -42,8 +41,12 @@ public:
   SCM performances () const;
   SCM systems ();
   SCM pages ();
+  SCM get_system_specs ();
+
+
   Stencil book_title ();
   Stencil score_title (SCM);
+  
   void classic_output (SCM output_channel);
   void output (SCM output_channel);
 };