X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpaper-score.hh;h=7ec8fe8ce3c2f0af591533843f980cc8d9244ca3;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=c165b9aacde45d3718cbe7c8877e9ac05adc7788;hpb=3df9923cfb65cc141b68b7258c965da417cba6d7;p=lilypond.git diff --git a/lily/include/paper-score.hh b/lily/include/paper-score.hh index c165b9aacd..7ec8fe8ce3 100644 --- a/lily/include/paper-score.hh +++ b/lily/include/paper-score.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1996--2006 Han-Wen Nienhuys + (c) 1996--2008 Han-Wen Nienhuys */ #ifndef PAPER_SCORE_HH @@ -19,6 +19,9 @@ 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 *); @@ -30,6 +33,8 @@ 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 ();