1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 %% Tags: editorial-and-educational-use, text, tweaks-and-overrides
7 The default font families for text can be overridden with
8 @code{make-pango-font-tree}.
12 % change for other default global staff size.
16 lilypond -dshow-available-fonts blabla
17 to show all fonts available in the process log.
21 (make-pango-font-tree "Times New Roman"
31 roman: foo \bold bla \italic bar \italic \bold baz
34 \override #'(font-family . sans)
36 sans: foo \bold bla \italic bar \italic \bold baz
40 \override #'(font-family . typewriter)
42 mono: foo \bold bla \italic bar \italic \bold baz