X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fcontext-scheme.cc;h=c3822100af4b079301bef089ac0ce0f27bd9fe58;hb=e328b7a10ec1a4e13ba11104825bf54e027d0dd0;hp=aaa5b529b3d8033ce83a4a94972f3f0f4d46c7ca;hpb=f4852a8ba22912f87285fe93f296543c7add5048;p=lilypond.git diff --git a/lily/context-scheme.cc b/lily/context-scheme.cc index aaa5b529b3..c3822100af 100644 --- a/lily/context-scheme.cc +++ b/lily/context-scheme.cc @@ -21,6 +21,7 @@ #include "context.hh" #include "context-def.hh" #include "dispatcher.hh" +#include "grob-properties.hh" LY_DEFINE (ly_context_current_moment, "ly:context-current-moment", @@ -70,7 +71,7 @@ LY_DEFINE (ly_context_grob_definition, "ly:context-grob-definition", LY_ASSERT_SMOB (Context, context, 1); LY_ASSERT_TYPE (ly_is_symbol, name, 2); - return updated_grob_properties (tr, name); + return Grob_property_info (tr, name).updated (); } LY_DEFINE (ly_context_pushpop_property, "ly:context-pushpop-property",