X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fscript-engraver.cc;h=f2ef9697a1f86566c15e5a621f7f6b76020b7287;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=367739c374dd09455e78e9ad5fba44eb3e8c23b8;hpb=e24fb7cc5671aea95211d4a0c56f28fb6fe8720e;p=lilypond.git diff --git a/lily/script-engraver.cc b/lily/script-engraver.cc index 367739c374..f2ef9697a1 100644 --- a/lily/script-engraver.cc +++ b/lily/script-engraver.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2014 Han-Wen Nienhuys + Copyright (C) 1997--2015 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -90,7 +90,7 @@ Script_engraver::listen_articulation (Stream_event *ev) void copy_property (Grob *g, SCM sym, SCM alist) { - if (g->internal_get_property (sym) == SCM_EOL) + if (g->get_property (sym) == SCM_EOL) { SCM entry = scm_assoc (sym, alist); if (scm_is_pair (entry))