This folder contains the source files of a manual is primarily intended for developers. Users should not expect to find an indepth guide on using gregorio.
You can find a compiled PDF version in the files of each Gregorio release.
Developers can use this manual as a reference for information on the internal workings of gregorio.
To compile the pdf you must have
- an up-to-date TeXLive system, with at least the
luatex
bundle andlatexmk
- the Linux Libertine and Inconsolata fonts (distributed by TeXLive too)
- the
pygments
library
Once you have run ./configure
in the main directory, run make doc
in this directory.