lilypond-user
[Top][All Lists]
Advanced

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

Re: scheme: formula instead of value


From: K. Blum
Subject: Re: scheme: formula instead of value
Date: Mon, 8 Jul 2024 23:52:14 +0200
User-agent: Mozilla Thunderbird

Hi Valentin, hi Carl,

yes, that does the trick.
That quoting science is what causes me headaches all the time...  ;-)
Thanks for your immediate answers.

Cheers,
Klaus


Am 08.07.2024 um 22:47 schrieb Valentin Petzel:
Hello Klaus,

as the _expression_ is quoted it is not evaluated. Rather use quasiquoting to
allow evaluation of parts of the _expression_:

`(baseline-skip . ,(* 0.5 4.0))

(important to have ` instead of ')

Cheers,
Valentin



reply via email to

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