]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/p-score.hh
release: 1.0.15
[lilypond.git] / lily / include / p-score.hh
index 3bf58582b5315f108d7ca2e2bb8c07f0a9e8dbb1..6b627f9377fe789b893e3174cd1a2075f6d14f25 100644 (file)
@@ -39,12 +39,7 @@ 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*);
@@ -67,6 +62,8 @@ public:
   /// add a Spanner
   void typeset_unbroken_spanner (Spanner*);
  
+    
+  virtual ~Paper_score();
 protected: