Software:Gregorio

From HandWiki
Short description: Open source scorewriter for Gregorian chant
Gregorio
King david gregorio logo.png
Developer(s)Élie Roux, Olivier Berten, Henry So Jr, Br. Samuel Springuel, Br. Elijah Schwab, Jakub Jelínek, Br. Gabriel-Marie
Stable release
6.0.0 / 13 March 2021; 2 years ago (2021-03-13)
Written inC, Lua, Python
Operating systemMicrosoft Windows, Linux, MacOS
TypeMusic software
LicenseGPLv3
Websitegregorio-project.github.io

Gregorio is a free and open-source scorewriter computer program especially for Gregorian chant in square notation. Gregorio was adopted by many abbeys and large projects.[1][2][3]

Architecture

Gregorio is not a completely independent program, but consists mainly of three components: The gabc syntax for writing Gregorian scores, a TeX package named GregorioTeX, which is responsible for the graphical output and a converter tool between those two.[4] As such, Gregorio is included in TeX Live 2016.[5]

Characteristics

Gregorio is written especially for Gregorian chant in square notation and does not cover modern European musical notation. Similar to LilyPond it does not provide a graphical user interface. The notation is done via simple text input. It follows the gabc-syntax, which is defined by the Gregorio Project for this purpose. The gregorio command line tool converts this gabc-file to a GregorioTeX file, which has to be included in a common TeX file. Such a file is necessary for a graphical output, e.g., in the PDF-format.

History

The Gregorio project started in 2006 at TELECOM Bretagne, a graduate engineering school in France. It was at first a student project lasting six months. When the project was done, Élie Roux decided to continue the project on his own and to develop it under GNU General Public License.

At first, the goal of the project was just to provide the Benedictine Abbey Sainte Madeleine in Le Barroux a graphical interface for the usage of a Gregorian font. Due to license issues, the project decided later to make and use its own font. At the end of 2006, a new developer, Olivier Berten, joined the project and created its OpusTeX component. OpusTeX was a LaTeX package with a similar goal like Gregorio but is now unmaintained and deprecated.[6] During a three-month internship, starting in April 2008, at the Monastero di San Benedetto, in Norcia (Italy), Gregorio made considerable progress and its own output named GregorioTeX started to be usable.

In following years Gregorio gained stability and popularity, strongly supported by the migration to GitHub in June 2014. Making contributions got much easier, therefore the development progress became faster. New features like the adiastematic Saint Gall notation through nabc were implemented. Gregorio was adopted by many abbeys and large projects. The most prominent user may be the St. Peters's Abbey of Solesmes.

In 2016 Gregorio should be integrated into TeX Live, which would make the installation process even more easy.[7]

Example of Gregorio input files

For producing a score in the PDF format it is suitable to use two separate files — one gabc file and one TeX file. The musical notation is done in the gabc-file with the related gabc syntax. The TeX file could look like this (with the gabc-file named "kyrie.gabc" in the same directory):[8]

Sourcecode

Corresponding output
\documentclass[12pt, a5paper]{article}
\usepackage{fullpage}
\usepackage{fontspec}
\usepackage{libertine}

\usepackage[autocompile]{gregoriotex}

\begin{document}

\gregorioscore{kyrie}

\end{document}

A small gabc-file looks like this:

name:Kyrie XVII;
%%
(c4)KY(f)ri(gfg)e(h.) *() e(ixjvIH'GhvF'E)lé(ghg')i(g)son.(f.) <i>bis</i>(::)

The first lines contain metainformation such as the name of the chant, the appropriate place in the liturgy of the mass or the Liturgy of the Hours, the original source or the copyright of the score. Sung text and notes are not, as in Lilypond syntax, separated, but the notes are written in parentheses right after the corresponding syllable. A short overview of the syntax is provided by a cheat sheet.[9] If both the TeX and the gabc file are in the same directory, one has just to compile the tex-file with lualatex --shell-escape kyrie.tex.[10]

Reception and usage

Gregorio is the leading program on its area and widely used.[1][2][3][11] It is considered to be the main specialist on the field of music engraving software.[12]

The Church Music Association of America offered introductions to Gregorio on their annual conference.[1] Gregorio was compared in a scientific article in 2014.[13]

Other notable users are:

  • Illuminare Publications, a series of liturgical and sacred music resources in order to help parishes to enhance their liturgical music according to Liturgiam authenticam. This includes a "Missal"[14] and a "Simple Gradual""[15]
  • The Church Music Association of America in different big projects, e.g. the "Simple English Propers",[2] the "Parish Book of Psalms",[3] the "Psalm-Tone Lenten Tracts"[16]
  • Hymnarium OP, a Hymnary of the Dominicans of the Province of St. Joseph (USA)[17]
  • the Abbey of Solesmes for future publications[11]
  • the Monastery at Norcia, e.g. for a booklet of table blessings[18]
  • the Mater Ecclesiae Abbey and the Praglia Abbey for the new "Antiphonale Monasticum" based on Fuglister's B-scheme (2 volumes in total), completely made with Gregorio and LuaLaTeX[19][20]
  • "Liturgia Horarum in cantu gregoriano", a publication of the complete Liturgy of the Hours,[21] and "Ad Completorium", a printed excerpt of it, i.e. the compline for all days[21]
  • and several other, smaller projects[22][23][24][25][26]

Related projects

Other projects build and extend on Gregorio, for instance to make the usage more user friendly:[27]

  • GregoBase, an extensive database of Gregorian scores, including nearly the entire Graduale Romanum and the Liber Usualis[28]
  • Online tools, like online editors,[29] Web interfaces[30] or gabc-code generators for psalms, readings or hymns[31]
  • Syntax highlighting for the gabc-syntax for different editors (amongst others Vim, Emacs, gedit, Notepad++)[32]

References

  1. 1.0 1.1 1.2 "Morning Breakouts at Colloquium XXII". CMAA. http://musicasacra.com/wordpress/wp-content/uploads/2010/03/Morning-breakout-sessions-at-Colloquium-XXII2.pdf. Retrieved 2016-07-14. 
  2. 2.0 2.1 2.2 Adam Bartlett. "Simple English Propers". The Church Music Association of America. p. v. http://media.musicasacra.com/books/simple_english_propers.pdf. Retrieved 2016-06-13. 
  3. 3.0 3.1 3.2 Arlene Oost-Zinner. "The Parish Book of Psalms". The Church Music Association of America. p. 456. https://www.scribd.com/doc/104419572/The-Parish-Book-of-Psalms. Retrieved 2016-06-13. 
  4. "Gregorio Website". Gregorio Project team. https://gregorio-project.github.io/index.html. Retrieved 2016-05-23. 
  5. "The TeX Live Guide—2016: 9.2 Present—2016". TeX User Group. https://tug.org/texlive/doc/texlive-en/texlive-en.html#x1-830009.1.13. Retrieved 2016-07-20. 
  6. "Installation and Use of OpusTeX". Veronica Brandt. http://www.hermes.net.au/pvb/opustex.html. Retrieved 2016-05-30. 
  7. "Gregorio Website, History". Gregorio Project team. https://gregorio-project.github.io/gregorio-history.html. Retrieved 2016-05-23. 
  8. "Gregorio and GABC Tutorial". Gregorio Project team. https://gregorio-project.github.io/tutorial/tutorial-gabc-01.html. Retrieved 2016-05-23.  The whole example is taken from this tutorial.
  9. "GABC Cheat Sheet". http://gregobase.selapa.net/wp-content/uploads/2014/08/summary-gabc.pdf. Retrieved 2016-05-30. 
  10. "Gregorio Website". Gregorio Project team. https://gregorio-project.github.io/introduction-commandline.html. Retrieved 2016-05-23. 
  11. 11.0 11.1 "Gregorio Website – History". Gregorio Project team. https://gregorio-project.github.io/index.html. Retrieved 2016-05-23. 
  12. Nicolas Froment, Developer of MuseScore, refused the implementation of Gregorian Chant engraving regarding Gregorio as the project for this purpose. "MuseScore 2.0 brings better music notation, improved usability". Libre Graphics World. http://libregraphicsworld.org/blog/entry/musescore-2-0-brings-better-music-notation-improved-usability. Retrieved 2016-07-15. 
  13. "Encoding medieval music notation for research", J. Stinson, J. Stoessel, Early Music 42.4 (2014), pp. 613–617 - Oxford University Press
  14. Adam Bartlett (Editor): Lumen Christi Missal, 2012, p. iv.
  15. Adam Bartlett (Editor): Lumen Christi Simple Gradual, 2014, p. viii.
  16. Aristotle A. Esguerra. "Psalm-Tone Lenten Tracts". The Church Music Association of America. http://media.musicasacra.com/books/tract_lent_of.pdf. Retrieved 2016-06-13. 
  17. "Hymnarium OP". Dominicans of the Province of St Joseph. http://hymnarium.org/. Retrieved 2016-05-30. 
  18. "Benedictiones Mensae". http://gregorio-project.github.io/examples/benedictiones/benedictiones.pdf. Retrieved 2016-05-23. 
  19. "Antiphonale Monasticum". https://antifonalemonastico.blogspot.de/. Retrieved 2018-02-19. 
  20. "Antiphonale Monasticum di Praglia (Video Presentation)". https://www.youtube.com/watch?v=qXa_5qzKyJA. Retrieved 2018-02-19. 
  21. 21.0 21.1 "Liturgia Horarum in cantu gregoriano". Steven van Roode. http://www.kleingraduale.nl/LiturgiaHorarum/. Retrieved 2016-07-14. 
  22. "Antiphonale Invectum". Christopher Gray. http://antiphonale.ceegee.org/. Retrieved 2016-06-13. 
  23. "Ferial English Propers". Ben Yanke. http://benyanke.com/resources/ferial-english-propers/. Retrieved 2016-06-13. 
  24. "The Traditional office of Compline in HTML and GABC". Seth Borders. https://github.com/sethborders/compline. Retrieved 2016-07-14. 
  25. "The Traditional office of Compline in HTML and GABC". Benjamin Bloomfield. https://bbloomf.github.io/compline/. Retrieved 2016-07-14. 
  26. "Office des Complies en rite traditionnel". Jacques Peron. https://github.com/jperon/Completorium/. Retrieved 2016-07-14. 
  27. "GregoWiki – Online Tools". Gregorio Project team. http://gregoriochant.org/dokuwiki/doku.php/start#on-line_tools. Retrieved 2016-05-23. 
  28. "GregoBase". http://gregobase.selapa.net/. Retrieved 2016-05-23. 
  29. "Illuminare Score Writer". https://editor.sourceandsummit.com/alpha/. Retrieved 2020-12-14. 
  30. "Gregorio Chant Engraver". Jeff Ostrowski. http://gregorio.gabrielmass.com/cgi/process.pl. Retrieved 2016-07-14. . There is also a video tutorial available."How du I use Gregorio? How do I use GABC?". Jeff Ostrowski. 8 June 2013. http://www.ccwatershed.org/blog/2013/jun/8/gregorio-tutorial-gabc-training-video/. Retrieved 2016-07-14. 
  31. Benjamin Bloomfield. "Benjamin Bloomfield's GABC-Tools, FAQ". https://bbloomf.github.io/jgabc/faq.html. Retrieved 2016-05-23. 
  32. "GregoWiki – Text editor tools for gabc files". Gregorio Project team. http://gregoriochant.org/dokuwiki/doku.php#text_editor_tools_for_gabc_files. Retrieved 2016-05-23. 

External links