From: Han-Wen Nienhuys Date: Mon, 29 Jan 2007 23:59:16 +0000 (+0100) Subject: don't read deprecated 'style for accidentals. X-Git-Tag: release/2.11.15-1~20 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1015a0bda2cecf5a2a3940031b6e601653634fda;p=lilypond.git don't read deprecated 'style for accidentals. --- diff --git a/lily/accidental.cc b/lily/accidental.cc index 3bfd1b816d..571c33cbea 100644 --- a/lily/accidental.cc +++ b/lily/accidental.cc @@ -69,9 +69,7 @@ Accidental_interface::accurate_boxes (Grob *me, Grob **common) if (!me->is_live ()) return boxes; - SCM scm_style = me->get_property ("style"); - if (!scm_is_symbol (scm_style) - && !to_boolean (me->get_property ("restore-first")) + if (!to_boolean (me->get_property ("restore-first")) && !parens) { Rational alteration