1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
7 lsrtags
= "text, tweaks-and-overrides"
10 The default font families for text can be overridden with
11 @code{make-pango-font-tree}.
14 doctitle
= "Changing the default text font family"
18 % change for other default global staff size.
22 lilypond -dshow-available-fonts blabla
23 to show all fonts available in the process log.
27 (make-pango-font-tree "Times New Roman"
37 roman: foo \bold bla \italic bar \italic \bold baz
40 \override #'(font-family . sans)
42 sans: foo \bold bla \italic bar \italic \bold baz
46 \override #'(font-family . typewriter)
48 mono: foo \bold bla \italic bar \italic \bold baz