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"
17 % change for other default global staff size.
21 lilypond -dshow-available-fonts blabla
22 to show all fonts available in the process log.
26 (make-pango-font-tree "Times New Roman"
36 roman: foo \bold bla \italic bar \italic \bold baz
39 \override #'(font-family . sans)
41 sans: foo \bold bla \italic bar \italic \bold baz
45 \override #'(font-family . typewriter)
47 mono: foo \bold bla \italic bar \italic \bold baz