From 32f982c03189ac09dbf19ce7c81dac586e15ec96 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Wed, 17 Apr 2013 16:41:59 +0200 Subject: [PATCH] Changed the font of the author (for the lilypondfiles) to Iwona Condensed. Maybe it looks better, maybe not ;) --- lilysettings.ly | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/lilysettings.ly b/lilysettings.ly index fbad0ca..d22cb18 100644 --- a/lilysettings.ly +++ b/lilysettings.ly @@ -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))) +} \ No newline at end of file