Skip to content

gregorio-project/gregorio

Folders and files

NameName
Last commit message
Last commit date
Apr 1, 2024
Feb 23, 2021
Jan 22, 2025
Feb 23, 2021
Jan 22, 2025
Jan 22, 2016
Mar 13, 2021
Apr 2, 2024
Jan 25, 2025
Mar 13, 2021
Feb 5, 2022
May 24, 2021
Mar 13, 2021
Apr 3, 2015
Jan 23, 2025
Jun 16, 2017
Mar 16, 2018
Feb 23, 2021
Feb 23, 2021
Feb 5, 2021
Mar 13, 2021
Apr 1, 2024
Mar 4, 2021
May 13, 2016
Mar 13, 2021
Feb 23, 2021
Mar 13, 2021
Feb 23, 2021
Apr 14, 2017
Feb 7, 2021
Mar 4, 2021
Feb 23, 2021

Repository files navigation

Gregorio

Gregorio is a software application for engraving Gregorian Chant scores on a computer. Gregorio's main job is to convert a gabc file (simple text representation of a score) into a GregorioTeX file, which makes TeX able to create a PDF of your score.

Usage

Create a .gabc file representing your score (see our tutorial), or fetch one from the database.

Create a LaTeX file that will produce the final pdf, and include your score. See the example.

Compile the LaTeX file with LuaLaTeX, you get your score in PDF! You can change the LaTeX file to include other scores, create booklets, books, etc.

You can also try it online here.

Installation

You need a recent and working TeX Live, on top of which you just need to install latest Gregorio release. See the website for more details.

Building for inclusion in TeX Live

When building gregorio for inclusion in TeX Live, the gregorio executable must not have the version number suffix that is used for other builds. To make this happen, run configure with the --disable-version-in-exe option, and the generated Makefile will create a gregorio executable without the version number suffix (i.e., the executable will simply be named gregorio).

Documentation

You can find documentation and useful links in the documentation, on the main website and on a wiki.

History

See CHANGELOG.md.

Credits

See CONTRIBUTORS.md.

Contributing and bug reporting

See CONTRIBUTING.md.

License

The code is mainly under the GPLv3 license, with fonts under the Open Font License. See complete license for more details.