X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fnotation%2Ftext.itely;h=e708d3a097e8149a740ae07874ec6917853889ac;hb=ebc17304f454a3debdc791e3bc7bb829d8b33b00;hp=1f66c48a714603cfcba3bd341fbf27bf8c2c5414;hpb=15c207fe1e0c7a70184ec82e9f060d3ae599326d;p=lilypond.git diff --git a/Documentation/notation/text.itely b/Documentation/notation/text.itely index 1f66c48a71..e708d3a097 100644 --- a/Documentation/notation/text.itely +++ b/Documentation/notation/text.itely @@ -1541,6 +1541,12 @@ a'1_\markup { @cindex listing available fonts @cindex available fonts, listing +@var{font-name} can be described using a comma-separated list of @q{fonts} +and a white-space separated list of @q{styles}. +As long as the @q{font} in the list is installed +and contains requested glyph, it will be used, +otherwise the @emph{next} font in the list will be used instead. + @funindex show-available-fonts Running lilypond with the following option displays a list of all @@ -1570,7 +1576,9 @@ It is possible to change the fonts to be used as the default fonts in the @emph{roman}, @emph{sans} and @emph{typewriter} font families by specifying them, in that order, as shown in the example below, which automatically scales the fonts with the value set for the global staff -size. For an explanation of fonts, see @ref{Fonts explained}. +size. Similar to @ref{Single entry fonts}, it can be described using a +comma-separated list of @q{fonts}. However, font @q{styles} can not be +described. For an explanation of fonts, see @ref{Fonts explained}. @cindex font families, setting @cindex fonts, changing for entire document @@ -1581,7 +1589,7 @@ size. For an explanation of fonts, see @ref{Fonts explained}. \paper { #(define fonts (make-pango-font-tree "Times New Roman" - "Nimbus Sans" + "Nimbus Sans,Nimbus Sans L" "Luxi Mono" (/ staff-height pt 20))) }