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



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to