From eb084823eddda9aacd20ad104b2013ea77e9a781 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Mon, 8 Mar 2010 23:43:42 +0100 Subject: [PATCH] Typos. --- scm/font.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scm/font.scm b/scm/font.scm index f7b71e53f8..662f655a8d 100644 --- a/scm/font.scm +++ b/scm/font.scm @@ -148,17 +148,17 @@ ;; Each size family is a vector of fonts, loaded with a delay. The ;; vector should be sorted according to ascending design size. (define-public (add-music-fonts node name family design-size-alist factor) - "Setup music fonts. + "Set up music fonts. Arguments: NODE the font tree to modify. NAME is the basename for the music font. NAME-DESIGNSIZE.otf should be the music font, NAME-brace.otf should have piano braces. DESIGN-SIZE-ALIST is a list of (ROUNDED . DESIGN-SIZE). ROUNDED is - as suffix for font filenames, while DESIGN-SIZE should be the actual + a suffix for font filenames, while DESIGN-SIZE should be the actual design size. The latter is used for text fonts loaded through pango/fontconfig - FACTOR is size factor relative to default size that is being used. + FACTOR is a size factor relative to the default size that is being used. This is used to select the proper design size for the text fonts. " (for-each -- 2.39.2