diff options
author | Karl Berry <karl@freefriends.org> | 2017-06-06 21:52:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-06-06 21:52:09 +0000 |
commit | f9a711de58ce886e55f254d2a876714624dcdfb4 (patch) | |
tree | c34c1c9b66fdbd28cad33cc1b62db4d9dce862ce /Master/texmf-dist/fonts | |
parent | dde58105c75cd4e37c7c73306951f8ed8eadb473 (diff) |
gregoriotex (25may17)
git-svn-id: svn://tug.org/texlive/trunk@44502 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/fonts')
14 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/fonts/source/gregoriotex/README.md b/Master/texmf-dist/fonts/source/gregoriotex/README.md index 5d8250ce77d..934e1b16ebe 100644 --- a/Master/texmf-dist/fonts/source/gregoriotex/README.md +++ b/Master/texmf-dist/fonts/source/gregoriotex/README.md @@ -1,10 +1,10 @@ # Gregorian Chant Fonts -Gregorio uses .ttf fonts to represent the various glyphs in Gregorian chant. While there are hundreds of unique glyphs when you look at the entire body of Gregorian chant, these glyphs are usually composites of a relitively small number of components. Rather than manage the huge number of glyphs, therefore, this project maintains the smaller component set for its fonts and then assembles these components into the various glyphs as part of the build process. This minimizes the work load for the developers while still enabling customization at the glyph (rather than the component) level within documents created with Gregorio. +Gregorio uses .ttf fonts to represent the various glyphs in Gregorian chant. While there are hundreds of unique glyphs when you look at the entire body of Gregorian chant, these glyphs are usually composites of a relatively small number of components. Rather than manage the huge number of glyphs, therefore, this project maintains the smaller component set for its fonts and then assembles these components into the various glyphs as part of the build process. This minimizes the work load for the developers while still enabling customization at the glyph (rather than the component) level within documents created with Gregorio. Currently there are three fonts maintained as part of this project: - * Greciliae, an adaptation of [Caeciliae](http://marello.org/caeciliae/) for use with Gregoiro + * Greciliae, an adaptation of [Caeciliae](http://marello.org/caeciliae/) for use with Gregorio * Gregorio, the original font produced as part of this project * Grana Padano, an adaptation of Parmesan from [Lilypond](http://www.lilypond.org/index.html) @@ -21,7 +21,7 @@ Gregorio and Grana Padano (in all their varieties) are distributed separately in ## Font generation The fonts are distributed pre-built, but if you really need to compile them: - + * install [fontforge](http://fontforge.github.io) with python extension * run `make fonts` (Greciliae only) or `make really-all-fonts` (all three fonts) in this directory (using the `-j` argument can save you some time here) * then you can test them directly, or install them (see next section) @@ -36,7 +36,7 @@ Greciliae is installed automatically by all the normal installation methods (see * `system`: the appropriate font folder in `$TEXMFLOCAL` * `user`: the appropriate font folder in `$TEXMFHOME` * `<dir>`: the name of an alternate texmf root directory you want to use - + Additionally, if you are building from a git clone, `install-gtex.sh` and `install_supp_fonts.lua` will install all the fonts you have built, not just the ones they are normally distributed with. **Note:** All the above methods assume you only need to access the fonts from within a TeX document. If you want to use the fonts in other programs, then you will need to consult the documentation appropriate to your platform and manually move, copy, or link the fonts to the necessary location. @@ -72,4 +72,4 @@ and are published here with the consent of these two institutions, which we than Support for Gregoria has been dropped. -[Gregoria](http://www.anatoletype.net/projects/gregoria) cannot be used by Gregorio directly (although it was the primary goal of Gregorio when it was created). As the font is not free, it's not possible to use the same process as [caeciliae](http://marello.org/caeciliae/), because it would require to distribute a modified version. +[Gregoria](http://www.anatoletype.net/projects/gregoria) cannot be used by Gregorio directly (although it was the primary goal of Gregorio when it was created). As the font is not free, it's not possible to use the same process as [Caeciliae](http://marello.org/caeciliae/), because it would require the distribution of a modified version. diff --git a/Master/texmf-dist/fonts/source/gregoriotex/squarize.py b/Master/texmf-dist/fonts/source/gregoriotex/squarize.py index a24c8fa3c3b..425ffe41133 100644 --- a/Master/texmf-dist/fonts/source/gregoriotex/squarize.py +++ b/Master/texmf-dist/fonts/source/gregoriotex/squarize.py @@ -90,7 +90,7 @@ AMBITUS = { 14 : 'Fourteen', } -GREGORIO_VERSION = '5.0.1' +GREGORIO_VERSION = '5.0.2' # The unicode character at which we start our numbering: # U+E000 is the start of the BMP Private Use Area diff --git a/Master/texmf-dist/fonts/truetype/public/gregoriotex/greciliae-hole.ttf b/Master/texmf-dist/fonts/truetype/public/gregoriotex/greciliae-hole.ttf Binary files differindex 7e0effcc5ce..c11abf1940d 100644 --- a/Master/texmf-dist/fonts/truetype/public/gregoriotex/greciliae-hole.ttf +++ b/Master/texmf-dist/fonts/truetype/public/gregoriotex/greciliae-hole.ttf diff --git a/Master/texmf-dist/fonts/truetype/public/gregoriotex/greciliae-hollow.ttf b/Master/texmf-dist/fonts/truetype/public/gregoriotex/greciliae-hollow.ttf Binary files differindex 5b4f001aeb0..27bc1e3d7a9 100644 --- a/Master/texmf-dist/fonts/truetype/public/gregoriotex/greciliae-hollow.ttf +++ b/Master/texmf-dist/fonts/truetype/public/gregoriotex/greciliae-hollow.ttf diff --git a/Master/texmf-dist/fonts/truetype/public/gregoriotex/greciliae-op-hole.ttf b/Master/texmf-dist/fonts/truetype/public/gregoriotex/greciliae-op-hole.ttf Binary files differindex b15975d2aa3..3ec8c8385b3 100644 --- a/Master/texmf-dist/fonts/truetype/public/gregoriotex/greciliae-op-hole.ttf +++ b/Master/texmf-dist/fonts/truetype/public/gregoriotex/greciliae-op-hole.ttf diff --git a/Master/texmf-dist/fonts/truetype/public/gregoriotex/greciliae-op-hollow.ttf b/Master/texmf-dist/fonts/truetype/public/gregoriotex/greciliae-op-hollow.ttf Binary files differindex 319d046a113..f180d1e7f3e 100644 --- a/Master/texmf-dist/fonts/truetype/public/gregoriotex/greciliae-op-hollow.ttf +++ b/Master/texmf-dist/fonts/truetype/public/gregoriotex/greciliae-op-hollow.ttf diff --git a/Master/texmf-dist/fonts/truetype/public/gregoriotex/greciliae-op.ttf b/Master/texmf-dist/fonts/truetype/public/gregoriotex/greciliae-op.ttf Binary files differindex bfe90a57a61..0388b30911a 100644 --- a/Master/texmf-dist/fonts/truetype/public/gregoriotex/greciliae-op.ttf +++ b/Master/texmf-dist/fonts/truetype/public/gregoriotex/greciliae-op.ttf diff --git a/Master/texmf-dist/fonts/truetype/public/gregoriotex/greciliae.ttf b/Master/texmf-dist/fonts/truetype/public/gregoriotex/greciliae.ttf Binary files differindex e9bba08974d..7970d583881 100644 --- a/Master/texmf-dist/fonts/truetype/public/gregoriotex/greciliae.ttf +++ b/Master/texmf-dist/fonts/truetype/public/gregoriotex/greciliae.ttf diff --git a/Master/texmf-dist/fonts/truetype/public/gregoriotex/greextra.ttf b/Master/texmf-dist/fonts/truetype/public/gregoriotex/greextra.ttf Binary files differindex 2d47c959cac..c70ca8e4fcf 100644 --- a/Master/texmf-dist/fonts/truetype/public/gregoriotex/greextra.ttf +++ b/Master/texmf-dist/fonts/truetype/public/gregoriotex/greextra.ttf diff --git a/Master/texmf-dist/fonts/truetype/public/gregoriotex/gregall.ttf b/Master/texmf-dist/fonts/truetype/public/gregoriotex/gregall.ttf Binary files differindex 75d2c09c08b..ce3233fd4ce 100644 --- a/Master/texmf-dist/fonts/truetype/public/gregoriotex/gregall.ttf +++ b/Master/texmf-dist/fonts/truetype/public/gregoriotex/gregall.ttf diff --git a/Master/texmf-dist/fonts/truetype/public/gregoriotex/grelaon.ttf b/Master/texmf-dist/fonts/truetype/public/gregoriotex/grelaon.ttf Binary files differindex f0023ae8fb6..1d3ab027f09 100644 --- a/Master/texmf-dist/fonts/truetype/public/gregoriotex/grelaon.ttf +++ b/Master/texmf-dist/fonts/truetype/public/gregoriotex/grelaon.ttf diff --git a/Master/texmf-dist/fonts/truetype/public/gregoriotex/gresgmodern.ttf b/Master/texmf-dist/fonts/truetype/public/gregoriotex/gresgmodern.ttf Binary files differindex b331dc00f37..17f7fca4135 100644 --- a/Master/texmf-dist/fonts/truetype/public/gregoriotex/gresgmodern.ttf +++ b/Master/texmf-dist/fonts/truetype/public/gregoriotex/gresgmodern.ttf diff --git a/Master/texmf-dist/fonts/truetype/public/gregoriotex/gresym.ttf b/Master/texmf-dist/fonts/truetype/public/gregoriotex/gresym.ttf Binary files differnew file mode 100644 index 00000000000..75c750bf8e4 --- /dev/null +++ b/Master/texmf-dist/fonts/truetype/public/gregoriotex/gresym.ttf diff --git a/Master/texmf-dist/fonts/truetype/public/gregoriotex/parmesan.ttf b/Master/texmf-dist/fonts/truetype/public/gregoriotex/parmesan.ttf Binary files differnew file mode 100644 index 00000000000..25488a77a53 --- /dev/null +++ b/Master/texmf-dist/fonts/truetype/public/gregoriotex/parmesan.ttf |