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: Urs Liska
Subject: Re: Displaying variables and parameter values
Date: Tue, 19 Jan 2016 16:27:51 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0


Am 19.01.2016 um 16:20 schrieb David Sumbler:
> Is there a way of displaying the current value of particular variables
> and parameters during Lilypond compilation?

Of course. For example:

var = "three"

#(display var)
#(newline)

#(ly:message var)

varList = #'(one two three)
#(ly:message (format "~a" varList))

#(display varLIst)
#(newline)

HTH
Urs

>
> David
>
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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