On 12/24/09 3:05 AM, "Dmytro O. Redchuk" <[email protected]> wrote:
> У чт, 2009-12-24 у 10:17 +0100, Wilbert Berendsen пише:
>> Op donderdag 24 december 2009 schreef Dmytro:
>>> #:override '(font-name . localComposerFont)\
A simpler way to do this is to just do
#:override `(font-name . ,localComposerFont)
The ` is called quasiquote, and it means to quote everything, but if
something is preceded by , the item preceded by , will be evaluated.
HTH,
Carl
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user