lilypond-user
[Top][All Lists]
Advanced

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

Re: Displaying variables and parameter values


From: Simon Albrecht
Subject: Re: Displaying variables and parameter values
Date: Tue, 19 Jan 2016 16:26:37 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

On 19.01.2016 16:20, David Sumbler wrote:
Is there a way of displaying the current value of particular variables
and parameters during Lilypond compilation?

Of course, e.g. with
#(format "Variable ‘foo’ currently has the value ~a\n" foo)
where foo is the variable, ~a references the next argument after the string and \n outputs a newline.
You should be able to insert this everywhere.

HTH, Simon



reply via email to

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