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.
6 lsrtags
= "text, tweaks-and-overrides"
9 The default font families for text can be overridden with
10 @code{make-pango-font-tree}.
13 doctitle
= "Changing the default text font family"
16 % change for other default global staff size.
20 lilypond -dshow-available-fonts blabla
21 to show all fonts available in the process log.
25 (make-pango-font-tree "Times New Roman"
35 roman: foo \bold bla \italic bar \italic \bold baz
38 \override #'(font-family . sans)
40 sans: foo \bold bla \italic bar \italic \bold baz
44 \override #'(font-family . typewriter)
46 mono: foo \bold bla \italic bar \italic \bold baz