X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fsystem.hh;h=918243d0a0e47e7bc6b40f8f840345e29d57c326;hb=2ff13e6574980c37bb7cd4dd9bf5731805ba6524;hp=48e6875dfb43e4aaa2d1984602a5658a7f928dfc;hpb=f9214bac21e9926dc3248416f58190c98c4167a9;p=lilypond.git diff --git a/lily/include/system.hh b/lily/include/system.hh index 48e6875dfb..918243d0a0 100644 --- a/lily/include/system.hh +++ b/lily/include/system.hh @@ -20,8 +20,6 @@ class System : public Spanner { int rank_; Grob_array *all_elements_; - Drul_array skylines_; - void build_skylines (); void init_elements (); friend class Paper_score; // ugh. Paper_score *pscore_; // ugh. @@ -29,9 +27,11 @@ class System : public Spanner public: Paper_score *paper_score () const; int get_rank () const; + void do_break_substitution_and_fixup_refpoints (); void post_processing (); SCM get_paper_system (); SCM get_paper_systems (); + SCM get_broken_system_grobs (); System (SCM); System (System const &);