X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fspanner.hh;h=cf77c086c03066c55c9d2eeb16823f38e6e5c39e;hb=a90376b98617925571f9822484bde8d26fa70aed;hp=f0c82bb963dc31107129688f8440e6d88798bbb8;hpb=14e9d59be277950835b92b21aa17d62d8fc7158c;p=lilypond.git diff --git a/lily/include/spanner.hh b/lily/include/spanner.hh index f0c82bb963..cf77c086c0 100644 --- a/lily/include/spanner.hh +++ b/lily/include/spanner.hh @@ -45,7 +45,6 @@ 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_interval () const; @@ -69,6 +68,7 @@ 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 *);