X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fuser%2Fchanging-defaults.itely;h=dfb168d04f0c58234539d17ae853d08115328940;hb=94b46751bb219ecfe55543c4030c4dd2d9c2ca74;hp=711c426e36be7d378e516c812f61633df6fd334d;hpb=fa75563cc917110241eca6797c7f7a06dd5d3da7;p=lilypond.git diff --git a/Documentation/user/changing-defaults.itely b/Documentation/user/changing-defaults.itely index 711c426e36..dfb168d04f 100644 --- a/Documentation/user/changing-defaults.itely +++ b/Documentation/user/changing-defaults.itely @@ -404,12 +404,6 @@ The back-end is not very strict in type-checking object properties. Cyclic references in Scheme values for properties can cause hangs and/or crashes. -@menu -* Constructing a tweak:: -* Applyoutput:: -* Font selection:: -* Text markup:: -@end menu @node Constructing a tweak @subsection Constructing a tweak @@ -631,24 +625,29 @@ all three mechanisms work for every object that supports @itemize @bullet +@item @code{font-encoding} +is a symbol that sets layout of the glyphs. Choices include +@code{text} for normal text, @code{braces} (for piano staff braces), +@code{music} (the standard music font, including ancient glyphs), +@code{dynamic} (for dynamic signs) and @code{number} for the number +font. + + @item @code{font-family} is a symbol indicating the general class of the typeface. Supported are -@code{roman} (Computer Modern), @code{braces} (for piano staff -braces), @code{music} (the standard music font, including ancient -glyphs), @code{dynamic} (for dynamic signs) and @code{typewriter}. +@code{roman} (Computer Modern), @code{sans} and @code{typewriter} @item @code{font-shape} - is a symbol indicating the shape of the font, there are typically several - font shapes available for each font family. Choices are @code{italic}, - @code{caps} and @code{upright}. + is a symbol indicating the shape of the font, there are typically +several font shapes available for each font family. Choices are +@code{italic}, @code{caps} and @code{upright}. @item @code{font-series} is a symbol indicating the series of the font. There are typically several font series for each font family and shape. Choices are @code{medium} and @code{bold}. -@end table - +@end itemize Fonts selected in the way sketched above come from a predefined style sheet.