Left: | ||
Right: |
LEFT | RIGHT |
---|---|
1 @c -*- coding: utf-8; mode: texinfo; -*- | 1 @c -*- coding: utf-8; mode: texinfo; -*- |
2 @ignore | 2 @ignore |
3 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH | 3 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH |
4 | 4 |
5 When revising a translation, copy the HEAD committish of the | 5 When revising a translation, copy the HEAD committish of the |
6 version that you are working on. For details, see the Contributors' | 6 version that you are working on. For details, see the Contributors' |
7 Guide, node Updating translation committishes.. | 7 Guide, node Updating translation committishes.. |
8 @end ignore | 8 @end ignore |
9 | 9 |
10 @c \version "2.21.0" | 10 @c \version "2.21.0" |
(...skipping 1603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1614 | 1614 |
1615 @c we don't do Helvetica / Courier, since GS incorrectly loads | 1615 @c we don't do Helvetica / Courier, since GS incorrectly loads |
1616 @c Apple TTF fonts | 1616 @c Apple TTF fonts |
1617 | 1617 |
1618 The following syntax allows you to change the specific fonts, | 1618 The following syntax allows you to change the specific fonts, |
1619 leaving others to the default values. | 1619 leaving others to the default values. |
1620 The following example has the same effect | 1620 The following example has the same effect |
1621 as the above @code{make-pango-font-tree} example. | 1621 as the above @code{make-pango-font-tree} example. |
1622 The same as @code{make-pango-font-tree}, | 1622 The same as @code{make-pango-font-tree}, |
1623 you can specify a comma-separated list of @q{fonts} for @code{roman}, | 1623 you can specify a comma-separated list of @q{fonts} for @code{roman}, |
1624 @code{sans}, and @code{typewriter} categoriles. | 1624 @code{sans}, and @code{typewriter} categories. |
Jean-Charles
2017/08/26 08:16:26
typo: categories
trueroad
2017/08/26 09:39:17
Done.
| |
1625 If you don't change the staff size from the default of 20 pt, | 1625 If you don't change the staff size from the default of 20 pt, |
1626 @code{#:factor (/ staff-height pt 20)} is unnecessary. | 1626 @code{#:factor (/ staff-height pt 20)} is unnecessary. |
1627 | 1627 |
1628 @funindex set-global-fonts | 1628 @funindex set-global-fonts |
1629 | 1629 |
1630 @example | 1630 @example |
1631 \paper @{ | 1631 \paper @{ |
1632 #(define fonts | 1632 #(define fonts |
1633 (set-global-fonts | 1633 (set-global-fonts |
1634 #:roman "Times New Roman" | 1634 #:roman "Times New Roman" |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1689 @end example | 1689 @end example |
1690 | 1690 |
1691 @seealso | 1691 @seealso |
1692 Notation Reference: | 1692 Notation Reference: |
1693 @ref{Fonts explained}, | 1693 @ref{Fonts explained}, |
1694 @ref{Single entry fonts}, | 1694 @ref{Single entry fonts}, |
1695 @ref{Selecting font and font size}, | 1695 @ref{Selecting font and font size}, |
1696 @ref{Font}, | 1696 @ref{Font}, |
1697 @ref{Replacing the notation font}. | 1697 @ref{Replacing the notation font}. |
1698 | 1698 |
LEFT | RIGHT |