lilypond-user
[Top][All Lists]
Advanced

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

Re: Changing fonts in titles.


From: Martial
Subject: Re: Changing fonts in titles.
Date: Thu, 09 Nov 2006 12:29:05 +0100
User-agent: Thunderbird 1.5.0.8 (Windows/20061025)


It is possible to change the fonts of the title?
I have a very nice collection of pfb fonts in my ghost script fonts, that I wan to use.
Please if is possible send me an example.

%---begin example encode utf-8

%ChangeFont
\header {
title = \markup { \override #'(font-name . "Agent Orange") "la Police"} subtitle = \markup { \override #'(font-name . "bambi bold") "appel donc la police"} subsubtitle = \markup { \override #'(font-name . "ecolier_court") "Mais que fait la police ?"}
    instrument  = \markup {"police par défaut"}
poet = \markup { \override #'(font-name . "comic") "que fait la police ?"}
}
deflyric ={\override Score.LyricText #'font-name =  "monti" }

LyricA = \lyricmode { bon ordre, sûr' -- té, sé -- cu -- ri -- té  }
LyricB = \lyricmode {  la sa -- lu -- bri -- té pu -- bli -- que }

\new ChoirStaff
<<
\new Voice = A { \time 6/8 c'8 d'8 e'8 f'4. g'16 a'16 b'4 c''4. \bar "|."}
\new Lyrics = "A" { s1 }
\new Lyrics = "B" { s16 }
\new Voice = B  { \time 6/8 c''4.  b'4. a'16 g'16 f'4 e'8 d'8  c'8  }
\context Lyrics =  A   \lyricsto   A  \LyricA
\context Lyrics =  B  \lyricsto   B  \LyricB
>>
%end





reply via email to

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