Thomas Morley <[email protected]> writes: > Probably even more generic (and with a different printing function): > > (ly:context-property > (ly:context-property-where-defined ctx 'keepAliveInterfaces) > 'keepAliveInterfaces)))
That's comparatively non-sensical since ly:context-property will take the property from where ly:context-property-where-defined will locate it anyway. Using ly:context-property-where-defined can be useful when you want to _overwrite_ a property at the level it is defined. For reading it, it is quite pointless. -- David Kastrup
