From: Werner Lemberg Date: Mon, 1 Dec 2008 23:13:37 +0000 (+0100) Subject: Remove last traces of `TeX-text' and `TeX-math' encodings. X-Git-Tag: release/2.12.0-1~13^2~32^2~38 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=82133f77b5708a4f58b1dfc5c61e54a2d9e4bb9d;p=lilypond.git Remove last traces of `TeX-text' and `TeX-math' encodings. --- diff --git a/ly/chord-modifiers-init.ly b/ly/chord-modifiers-init.ly index e401937b02..9eb3d8cb8f 100644 --- a/ly/chord-modifiers-init.ly +++ b/ly/chord-modifiers-init.ly @@ -13,8 +13,6 @@ whiteTriangleMarkup = \markup { %% up pointing triangle % #(ly:export (ly:wide-char->utf-8 #x25B3)) - - %% \override #'(font-encoding . TeX-math) \char #77 } blackTriangleMarkup = \markup { diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 93533ee986..36f598e22b 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -218,9 +218,10 @@ glyph is typeset on a @code{Stem}. Valid options include @code{'()} for standard flags, @code{'mensural} and @code{'no-flag}, which switches off the flag.") (font-encoding ,symbol? "The font encoding is the broadest -category for selecting a font. Options include: @code{fetaMusic}, -@code{fetaNumber}, @code{TeX-text}, @code{TeX-math}, -@code{fetaBraces}, @code{fetaDynamic}.") +category for selecting a font. Currently, only lilypond's system fonts +(Emmentaler and Aybabtu) are using this property. Available values are +@code{fetaMusic} (Emmentaler), @code{fetaBraces} (Aybabtu), +@code{fetaNumber} (Emmentaler), and @code{fetaDynamic} (Emmentaler).") (font-family ,symbol? "The font family is the broadest category for selecting text fonts. Options include: @code{sans}, @code{roman}.")