X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fspanner.hh;h=bc41ec6e639155fdc08ce05a9ed443551e0182c5;hb=84a3f805e16aeec81ea36e33fa7e7e069ecec9f9;hp=79032dfb305c2d52dc2eef5f3d057e52565240c7;hpb=7fe3cccd7cfcc4d0df003bc887694779354febfa;p=lilypond.git diff --git a/lily/include/spanner.hh b/lily/include/spanner.hh index 79032dfb30..bc41ec6e63 100644 --- a/lily/include/spanner.hh +++ b/lily/include/spanner.hh @@ -39,7 +39,7 @@ is absolutely necessary for beams, since they have to adjust the length of stems of notes they encompass. */ -class Spanner : public Grob +class Spanner : public Preinit, public Grob { Drul_array spanned_drul_; vsize break_index_; @@ -66,6 +66,7 @@ public: void set_bound (Direction d, Grob *); Item *get_bound (Direction d) const; + void pre_init (); Spanner (SCM); Spanner (Spanner const &); bool is_broken () const;