lilypond-user
[Top][All Lists]
Advanced

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

Re: font of title from an external variable


From: antonfonta
Subject: Re: font of title from an external variable
Date: Thu, 3 Jan 2019 17:29:50 +0100 (CET)

Dear David

thanks a lot for your explanation!

Antonio

Il 3 gennaio 2019 alle 16.34 David Kastrup <address@hidden> ha scritto:

address@hidden writes:

Unluckely this doesn't work, I get title in "Agency FB" font.

Instead if I change

\override #'(font-name . font-titolo)

by

\override #'(font-name . "Castellar")

I get title in Castellar font, as desidered.

Does anybody knows the solution, please?

It's worth looking up the quoting conventions of Scheme if nothing else.

You want

\override #`(font-name . ,font-titolo)

instead and both the change of the quote character as well as the comma
are required. This is equivalent to the quoteless form (well, not
really quoteless)

\override #(cons 'font-name font-titolo)

--
David Kastrup

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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