Created
May 1, 2022 13:32
-
-
Save ordotools/bfa1ecf273460f200d501d09c338d3a8 to your computer and use it in GitHub Desktop.
Settings for Gregorian chant in the style of a medium Pontificale.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% !TEX program = lualatex | |
% !TEX encoding = UTF-8 | |
\documentclass[20pt, extrafontsizes]{memoir} | |
\usepackage[letterpaper,vmargin={1in,1in},hmargin={1in,1in}]{geometry} | |
\usepackage{fullpage} | |
\usepackage{microtype} | |
\usepackage{fontspec} | |
\usepackage{gregoriotex} | |
\gresetlinecolor{gregoriocolor} | |
\grechangestaffsize{27} | |
\gresetlinesbehindpunctumcavum{visible} | |
\grechangestafflinethickness{50} | |
\grechangedim{spacelinestext}{2.7ex}{fixed} | |
\grechangedim{spaceabovelines}{1.9ex}{scalable} | |
\gresetgregoriofont[op]{greciliae} | |
\usepackage[latin]{babel} | |
\usepackage{fontspec} | |
\defaultfontfeatures{Ligatures=TeX} | |
\setmainfont{Libertinus Serif} | |
\usepackage{Carrickc,lettrine} | |
\renewcommand\LettrineFontHook{\Carrickcfamily} | |
\pagestyle{empty} | |
\begin{document} | |
\setlength{\parindent}{0pt} | |
\gresetbracerendering{font} | |
% Your Chant here... | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment