Zbyněk Burget <[email protected]> writes: > Hello everybody, > I try change default text fonts according to the manual: > > \paper { > #(define fonts > (make-pango-font-tree "TimesNewRoman" > "Nimbus Sans" > "Luxi Mono" > (/ myStaffSize 20))) > } > > but I got error: > GUILE signaled an error for the expression beginning here > # > (define fonts > > Anyone knows what's wrong? > \version "2.14.2"
A more complete error message gives the reason: /tmp/fds.ly:2:1: error: GUILE signaled an error for the expression beginning here # (define fonts Unbound variable: myStaffSize You have not set up a variable myStaffSize. -- David Kastrup _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
