Changed the font of the author (for the lilypondfiles) to Iwona Condensed.

Maybe it looks better, maybe not ;)
This commit is contained in:
Sebastian Hugentobler 2013-04-17 16:41:59 +02:00
parent 288ff19aa8
commit 32f982c031

View File

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