X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Foutput-property-engraver.cc;h=c14a6ee563b11c3e1f09cd6210ed7f7fa8eb1255;hb=0041871ea33b9e937e14f2fb97a32a759c7404ce;hp=78901a21579230acf3330a469743cb288225eaa0;hpb=08560a1b8076630c4fc6cb9b902614d8b74fd6fc;p=lilypond.git diff --git a/lily/output-property-engraver.cc b/lily/output-property-engraver.cc index 78901a2157..c14a6ee563 100644 --- a/lily/output-property-engraver.cc +++ b/lily/output-property-engraver.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2000--2012 Han-Wen Nienhuys + Copyright (C) 2000--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 @@ -56,6 +56,10 @@ Output_property_engraver::acknowledge_grob (Grob_info inf) { Stream_event *o = props_[i]; Context *d = inf.context (); + SCM grob = o->get_property ("symbol"); + if (scm_is_symbol (grob) + && ly_symbol2string (grob) != inf.grob ()->name ()) + continue; SCM proc = o->get_property ("procedure"); scm_call_3 (proc, inf.grob ()->self_scm (),