X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fspanner.hh;h=94e98760c0560a857517659a1a0ba20a8a2f50a0;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=29905617a8d74e711f7e0de3fe0bf2cff8ae144b;hpb=a3765e1d290e5e49093e7ca7791bf3fe20be1726;p=lilypond.git diff --git a/lily/include/spanner.hh b/lily/include/spanner.hh index 29905617a8..94e98760c0 100644 --- a/lily/include/spanner.hh +++ b/lily/include/spanner.hh @@ -1,7 +1,7 @@ /* spanner.hh -- part of GNU LilyPond - (c) 1996--2007 Han-Wen Nienhuys + (c) 1996--2008 Han-Wen Nienhuys */ #ifndef 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; @@ -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 *);