Urs Liska <[email protected]> writes: > One more understanding question regarding contexts and engravers. > > If I \consist an engraver in a bottom context like Voice I can travel > up the chain of parent contexts, retrieving their name and id > properties. But if I \consist it in Staff level contexts I don't see > if/how I can get to the bottom-level context a grob is possibly in.
To be in any meaningful way "in a bottom-level context", a grob needs to be made by an engraver at bottom level. In that case you can call ly:translator-context on the third argument of the grob acknowledger which is the _source_ engraver rather than the current engraver. -- David Kastrup _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
