X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fspanner.hh;h=cf77c086c03066c55c9d2eeb16823f38e6e5c39e;hb=e23b3a0ae90cd22ed684396c437435f2c0b5a773;hp=23455d73b1b65ae82fd8243cef509fe4ed4fd0af;hpb=2819ba86363def7f615b7fbbf03aecef761296c6;p=lilypond.git diff --git a/lily/include/spanner.hh b/lily/include/spanner.hh index 23455d73b1..cf77c086c0 100644 --- a/lily/include/spanner.hh +++ b/lily/include/spanner.hh @@ -45,10 +45,9 @@ public: // todo: move to somewhere else. Real get_broken_left_end_align () const; void substitute_one_mutable_property (SCM sym, SCM val); - bool fast_substitute_grob_array (SCM sym, Grob_array *); Interval_t spanned_time () const; - virtual Interval_t spanned_rank_iv () const; + virtual Interval_t spanned_rank_interval () const; void set_bound (Direction d, Grob *); Item *get_bound (Direction d) const; @@ -65,11 +64,11 @@ public: DECLARE_GROB_INTERFACE(); virtual System *get_system () const; - protected: void set_my_columns (); virtual Grob *clone () const; virtual void do_break_processing (); + bool fast_substitute_grob_array (SCM sym, Grob_array *); }; void add_bound_item (Spanner *, Grob *);