How does lilypond choose fonts?

2011-11-07 Thread Frederick Bartlett
Hi! I'm using lilypond 2.14.1 under CygWin 2.7, and have a large number of fonts I've accumulated over the decades. I have set up my lilypond files to use fonts I like in \paper: #(define fonts (make-pango-font-tree "Centaur MT" "ITC Eras"

Re: How does lilypond choose fonts?

2011-11-07 Thread Werner LEMBERG
> I have set up my lilypond files to use fonts I like in \paper: > > #(define fonts > (make-pango-font-tree "Centaur MT" > "ITC Eras" > "Prestige Elite" >(/ myStaffSize 20))) > > And this works exactly as expecte