X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fcontext-scheme.cc;h=a3462354e07be6e76ed73b41bd6d04faee72d88c;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=c3822100af4b079301bef089ac0ce0f27bd9fe58;hpb=324ff94afc62c7011b7377f24392f95391ed3b84;p=lilypond.git diff --git a/lily/context-scheme.cc b/lily/context-scheme.cc index c3822100af..a3462354e0 100644 --- a/lily/context-scheme.cc +++ b/lily/context-scheme.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1998--2014 Jan Nieuwenhuizen + Copyright (C) 1998--2015 Jan Nieuwenhuizen Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify @@ -102,7 +102,7 @@ LY_DEFINE (ly_context_property, "ly:context-property", LY_ASSERT_TYPE (ly_is_symbol, sym, 2); Context *t = Context::unsmob (context); - SCM result = t->internal_get_property (sym); + SCM result = t->get_property (sym); return def != SCM_UNDEFINED && scm_is_null (result) ? def : result; }