Hi. I found the solution simply adding the ' character before the (font-name . "Vera Bold") : '(font-name . "Vera Bold") and this works using font-family too. Thanks!. -Fernando Alfonso Frias Melendez/MEX/MAIL wrote: -To: lilypond-user@gnu.orgFrom: Fernando Alfonso Frias Melendez/MEX/MAILDa
Hi!. i'm trying to set the font name inside a scm function for a markup commandbut i get this message: GNU LilyPond 2.10.33Processing `example.ly'Parsing...ERROR: Unbound variable: font-name the file compiles ok if i comment this line:; #:override (font-name . "Vera Bold") how can i