X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fspanner.hh;h=f0c82bb963dc31107129688f8440e6d88798bbb8;hb=af42a04d7235bfc3cb2cd1a6df92153d8be7867f;hp=e4a09cc0cf8395e6dc0ec5da6a2c3926230a43d6;hpb=f9214bac21e9926dc3248416f58190c98c4167a9;p=lilypond.git diff --git a/lily/include/spanner.hh b/lily/include/spanner.hh index e4a09cc0cf..f0c82bb963 100644 --- a/lily/include/spanner.hh +++ b/lily/include/spanner.hh @@ -47,7 +47,8 @@ public: void substitute_one_mutable_property (SCM sym, SCM val); bool fast_substitute_grob_array (SCM sym, Grob_array *); - virtual Interval_t spanned_rank_iv (); + Interval_t spanned_time () const; + virtual Interval_t spanned_rank_interval () const; void set_bound (Direction d, Grob *); Item *get_bound (Direction d) const;