# 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 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 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) Each of these fonts comes with separate file for solid, hollow, and hole glyphs (holes are the "filling" in a hollow glyph which prevent an object behind the hollow glyph from showing through). Each file also has an "-op" variant in which certain glyph shapes are tweaked to be more like the shapes found in specifically Dominican chant collections. ## Font Packaging Greciliae (in all its varieties) is packaged as the default font and is installed when the package itself is installed using any of the available methods. Gregorio and Grana Padano (in all their varieties) are distributed separately in `supp_fonts-$GREGORIOVERSION.zip` (fonts are version specific and will only work with the matching version of Gregorio). ## 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) ## Font installation Greciliae is installed automatically by all the normal installation methods (see [Installation](http://gregorio-project.github.io/installation.html) and follow the link to the instructions specific to your platform). `supp_fonts-$GREGORIOVERSION.zip` comes with a Lua script (`install_supp_fonts.lua`) which can be used to install Gregorio and Grana Padano. To use this script, unzip the archive, open Terminal (or Command Prompt, if you are on Windows), change to the directory of the decompressed archive, and then run `texlua install_supp_fonts.lua`. This command can take an argument indicating where you want the fonts to go: * `auto` (optional): the same folder as Greciliae * `system`: the appropriate font folder in `$TEXMFLOCAL` * `user`: the appropriate font folder in `$TEXMFHOME` * `