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
> [email protected]
> https://lists.gnu.org/mailman/listinfo/lilypond-user


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to