Changed the font of the author (for the lilypondfiles) to Iwona Condensed.
Maybe it looks better, maybe not ;)
This commit is contained in:
parent
288ff19aa8
commit
32f982c031
@ -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)))
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user