X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpaper-score.hh;h=c165b9aacde45d3718cbe7c8877e9ac05adc7788;hb=9f3572d98bb948c9689cd1f75401a029451fa001;hp=7f79aeb54873d172dc878c7cc053d750352bd0a4;hpb=04265f11d1f21416ccebd2dcaa1d903dc781b36e;p=lilypond.git diff --git a/lily/include/paper-score.hh b/lily/include/paper-score.hh index 7f79aeb548..c165b9aacd 100644 --- a/lily/include/paper-score.hh +++ b/lily/include/paper-score.hh @@ -19,9 +19,6 @@ class Paper_score : public Music_output System *system_; SCM systems_; SCM paper_systems_; - - mutable vector cols_; - mutable vector break_indices_; public: Paper_score (Output_def *); @@ -33,8 +30,6 @@ public: void typeset_system (System *); vector calc_breaking (); vector find_break_indices () const; - vector get_break_indices () const; - vector get_columns () const; SCM get_paper_systems (); protected: virtual void process ();