X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fsystem.hh;h=ddaaf4ce00d59fe7a8e1788d22f61232ed157e93;hb=5266aa98886211d4ac084029ce0362bb1ca5dce0;hp=3bc7250d6f0606ac80fbe84ae2920f3734162be2;hpb=9171fc87b5b9693865339578be6ae00d1c536b3b;p=lilypond.git diff --git a/lily/include/system.hh b/lily/include/system.hh index 3bc7250d6f..ddaaf4ce00 100644 --- a/lily/include/system.hh +++ b/lily/include/system.hh @@ -41,6 +41,8 @@ public: Paper_score *paper_score () const; Grob *get_vertical_alignment (); Grob *get_extremal_staff (Direction dir, Interval const&); + Grob *get_pure_bound (Direction dir, int start, int end); + Grob *get_maybe_pure_bound (Direction dir, bool pure, int start, int end); int get_rank () const; void do_break_substitution_and_fixup_refpoints (); void post_processing ();