sing-alongs/lilysettings.ly
Sebastian Hugentobler 32f982c031 Changed the font of the author (for the lilypondfiles) to Iwona Condensed.
Maybe it looks better, maybe not ;)
2013-04-17 16:41:59 +02:00

11 lines
251 B
Plaintext

#(set-global-staff-size 18)
\paper {
myStaffSize = #18
#(define fonts
(make-pango-font-tree "Iwona Condensed"
"Nimbus Sans"
"Luxi Mono"
(/ myStaffSize 18)))
}