David Sumbler <[email protected]> writes:

> I am sure this must have been answered many times, yet after an hour's
> searching I can't find a solution.
>
> How can one display the current values of internal variables?  E.g., if
> I want to know the current value of Staff.keepAliveInterfaces, how can
> I get this to be displayed during compilation of a score?
>
> David

\context Staff \applyContext #(lambda (c)
                                (display (ly:context-property c
                                'keepAliveInterfaces)))


-- 
David Kastrup

Reply via email to