Neil Thornock <[email protected]> writes: > Hi all, > Here's another (maybe related?) issue... > > The score looks great on 12.3 (of course), until I try to scale the > fonts, like this: > > 6 #(define fonts > 7 (make-pango-font-tree > 8 "Baskerville" > 9 "Nimbus Sans" > 10 "Luxi Mono" > 11 (/ 14 20) > 12 ) > > And then once processed, only straight lines show -- no noteheads or > alphanumeric characters. What's missing?
Perhaps something involved here can't deal with fractions? Try writing 0.7 instead of (/ 14 20) since the latter evaluates to 7/10 instead, a rational rather than a floating point number. -- David Kastrup _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
