Skip to content

Instantly share code, notes, and snippets.

@corei8
Created May 1, 2022 13:32
Show Gist options
  • Save corei8/bfa1ecf273460f200d501d09c338d3a8 to your computer and use it in GitHub Desktop.
Save corei8/bfa1ecf273460f200d501d09c338d3a8 to your computer and use it in GitHub Desktop.
Settings for Gregorian chant in the style of a medium Pontificale.
% !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