]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/p-score.hh
patch::: 1.0.14.jcn1: braak
[lilypond.git] / lily / include / p-score.hh
index 6b627f9377fe789b893e3174cd1a2075f6d14f25..3bf58582b5315f108d7ca2e2bb8c07f0a9e8dbb1 100644 (file)
@@ -39,7 +39,12 @@ public:
   Line_of_score * line_l_;
   
   Paper_score ();
+    
+  virtual ~Paper_score();
 
+  String base_output_str () const;
+  virtual Paper_outputter* paper_outputter_p (Paper_stream*) const = 0;
+  virtual Paper_stream* paper_stream_p () const = 0;
 
   /// add to bottom of pcols
   void add_column (Paper_column*);
@@ -62,8 +67,6 @@ public:
   /// add a Spanner
   void typeset_unbroken_spanner (Spanner*);
  
-    
-  virtual ~Paper_score();
 protected: