]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove last traces of `TeX-text' and `TeX-math' encodings.
authorWerner Lemberg <wl@gnu.org>
Mon, 1 Dec 2008 23:13:37 +0000 (00:13 +0100)
committerWerner Lemberg <wl@gnu.org>
Mon, 1 Dec 2008 23:13:37 +0000 (00:13 +0100)
ly/chord-modifiers-init.ly
scm/define-grob-properties.scm

index e401937b023ad445670472df993d53d03c73ae78..9eb3d8cb8f1173e06d3aadc785d0d32c6582f0a3 100644 (file)
@@ -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 {
index 93533ee986b98315d4728d4461296840989e1b98..36f598e22bfb41ec7ef2fba23ee0ce119db28e59 100644 (file)
@@ -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}.")