lilypond-user
[Top][All Lists]
Advanced

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

Re: Changing all titles in one place?


From: Dmytro O. Redchuk
Subject: Re: Changing all titles in one place?
Date: Thu, 24 Dec 2009 12:05:38 +0200

У чт, 2009-12-24 у 10:17 +0100, Wilbert Berendsen пише:
> Op donderdag 24 december 2009 schreef Dmytro:
> >       #:override '(font-name . localComposerFont)

> It doesn't work because the override pair is quoted (localComposerFont is 
> regarded as a symbol instead of a variable referring to a string).
Thank You for the explanation. I feel i am about to understand :-)

> The following works:
> 
> localComposerFont = #"AntiquaPSCyr Italic"
> 
> % -------------------
> #(define-markup-command (Composer layout props word) (string?)
>   (interpret-markup layout props
>     (markup
>       #:larger
>       #:override (cons 'font-name localComposerFont)
Thank You a lot for this.

(refrain: Lilypond is *wonderful*!)

>       #:italic
>       word)))
> % -------------------
> \header {
>   composer = \markup \Composer #"Fill me!"
> }
> 
> 
> best regards,
> Wilbert Berendsen

-- 
Dmytro O. Redchuk





reply via email to

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