]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-grob-properties.scm
(text_font_alist_chain): rename function,
[lilypond.git] / scm / define-grob-properties.scm
index 8c96d894ca343036e9af0f2a07074d8da3a005e0..78b1b33603fdc393b75234cb31c634d85dd8b9ee 100644 (file)
@@ -212,7 +212,9 @@ typeset on a Stem. Valid options include @code{()} and
 flag.")
      (stroke-style ,string? "set to \"grace\" to turn stroke through flag on.")
      (flag-width-function ,procedure? "Procedure that computes the width of a half-beam (a non-connecting beam.).")
-     (font-family ,symbol? "The font family is the broadest category for selecting a font. Options include: @code{music}, @code{roman}, etc... ")
+     (font-family ,symbol? "The font family is the broadest category for selecting text fonts. Options include: @code{sans}, @code{roman} ")
+     (font-encoding ,symbol? "The font encoding is the broadest category for selecting a font. Options include: @code{music}, @code{number}, @code{text},
+@code{math}, @code{braces}, @code{dynamic}")
      (font-name ,string? "Specifies a file name (without extension) of
 the font to load.  This setting override selection using
 @code{font-family}, @code{font-series} and @code{font-shape}.")