Re: Displaying variables and parameter values

2016-01-22 Thread David Sumbler
On Fri, 2016-01-22 at 22:33 +0100, Simon Albrecht wrote: > On 22.01.2016 22:18, David Sumbler wrote: > > On Tue, 2016-01-19 at 16:26 +0100, Simon Albrecht wrote: > >> On 19.01.2016 16:20, David Sumbler wrote: > >>> Is there a way of displaying the current value of particular variables > >>> and par

Re: Displaying variables and parameter values

2016-01-22 Thread Simon Albrecht
On 22.01.2016 22:18, David Sumbler wrote: On Tue, 2016-01-19 at 16:26 +0100, Simon Albrecht wrote: 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 "Variabl

Re: Displaying variables and parameter values

2016-01-22 Thread David Sumbler
On Tue, 2016-01-19 at 16:26 +0100, Simon Albrecht wrote: > 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 valu

Re: Displaying variables and parameter values

2016-01-19 Thread Urs Liska
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 (for

Re: Displaying variables and parameter values

2016-01-19 Thread Simon Albrecht
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 argumen

Displaying variables and parameter values

2016-01-19 Thread David Sumbler
Is there a way of displaying the current value of particular variables and parameters during Lilypond compilation? David ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user