lilypond -dshow-available-fonts x
paper
block:myStaffSize = #20
#(define fonts
(make-pango-font-tree "Baskerville"
"Gill sans"
"Luxi Mono"
(/ myStaffSize 20)))
paper
block looks like (note I have also customized the width of the staff):\paper {
#(set-paper-size "letter")
% between-system-space = 4\cm
line-width = 5\in
indent = 0\in
myStaffSize = #20
#(define fonts
(make-pango-font-tree "Baskerville"
"Gill sans"
"Luxi Mono"
(/ myStaffSize 20)))
}
\override LyricText #'font-family = #'serif
(Usually unnecessary because this is default for lyrics.)\override LyricText #'font-family = #'sans
\override LyricText #'font-family = #'typewriter
lyricmode
block looks like:verseOne = \lyricmode {
\set stanza = "1."
\override LyricText #'font-family = #'sans
\override LyricText #'font-shape = #'italic
\override LyricText #'font-series = #'bold
Then fol -- lows the text of the first stan -- za.
}
I'd also suggest Lilypond users check out Abraham Lee's site on alternative music fonts for Lilypond here:
To participate in the discussions on Catholic church music, sign in or register as a forum member, The forum is a project of the Church Music Association of America.