X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fp-score.hh;h=6b627f9377fe789b893e3174cd1a2075f6d14f25;hb=59ed0cee2aae58a3f0483f21261c68aee406fa10;hp=3bf58582b5315f108d7ca2e2bb8c07f0a9e8dbb1;hpb=0d1109b28ecf554b7656e0018c0c9fbeec8258a8;p=lilypond.git diff --git a/lily/include/p-score.hh b/lily/include/p-score.hh index 3bf58582b5..6b627f9377 100644 --- a/lily/include/p-score.hh +++ b/lily/include/p-score.hh @@ -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: