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
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
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
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
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
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