Re: setting markup font name inside scm

2007-11-06 Thread fernando . alfonso . frias . melendez
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

setting markup font name inside scm

2007-10-30 Thread fernando . alfonso . frias . melendez
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