X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fgrob.hh;h=433ea7ec436a363bd3d40cab9ae70e8493b74c09;hb=c89f780d0c5c221e766ee6e818dcd85307fffaae;hp=d134068568b6810e271203eb1d7b7fac1749a572;hpb=1d3e2b0d973503e7ff7a18717e059ff826d30f1b;p=lilypond.git diff --git a/lily/include/grob.hh b/lily/include/grob.hh index d134068568..433ea7ec43 100644 --- a/lily/include/grob.hh +++ b/lily/include/grob.hh @@ -84,6 +84,7 @@ public: SCM internal_get_object (SCM symbol) const; void internal_set_object (SCM sym, SCM val); void internal_del_property (SCM symbol); + void instrumented_set_property (SCM, SCM, char const*, int, char const*); void internal_set_property (SCM sym, SCM val); /* messages */ @@ -126,7 +127,7 @@ public: Grob *get_parent (Axis a) const; void fixup_refpoint (); - virtual Interval_t spanned_rank_iv () const; + virtual Interval_t spanned_rank_interval () const; }; /* smob utilities */ @@ -152,5 +153,4 @@ SCM call_pure_function (SCM unpure, SCM args, int start, int end); void set_nested_property (Grob *, SCM property_path, SCM value); - #endif /* GROB_HH */