X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Faccidental-placement.cc;h=c8c14d4bd980ce54cceba08d4c3f56eee003c937;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=edc176a5207b8e2a7428b67ea7f5e05a120438d5;hpb=e8b68d8a878a0ee0381719230cf911dbcefa168d;p=lilypond.git diff --git a/lily/accidental-placement.cc b/lily/accidental-placement.cc index edc176a520..c8c14d4bd9 100644 --- a/lily/accidental-placement.cc +++ b/lily/accidental-placement.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2002--2014 Han-Wen Nienhuys + Copyright (C) 2002--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 @@ -87,7 +87,7 @@ Accidental_placement::split_accidentals (Grob *accs, { Grob *a = Grob::unsmob (scm_car (s)); - if (Grob::unsmob (a->get_object ("tie")) + if (Grob::is_smob (a->get_object ("tie")) && !to_boolean (a->get_property ("forced"))) break_reminder->push_back (a); else