lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Displaying internal variables


From: David Kastrup
Subject: Re: Displaying internal variables
Date: Wed, 05 May 2021 17:53:00 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

David Sumbler <david@aeolia.co.uk> 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

[Prev in Thread] Current Thread [Next in Thread]