X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fscript-engraver.cc;h=f2ef9697a1f86566c15e5a621f7f6b76020b7287;hb=45116ddc67c3ce0f5c7f3c29f33e2bba50badecb;hp=3085f4f1553feebc4a3a2fa07d891b6fd1691783;hpb=01df8ad908c92687d0c352e5ad5f067e52809423;p=lilypond.git diff --git a/lily/script-engraver.cc b/lily/script-engraver.cc index 3085f4f155..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--2012 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))