Last active
October 23, 2021 18:36
-
-
Save ordotools/32ee902187bcb38445224fbd765db5ed to your computer and use it in GitHub Desktop.
GregorioTeX Preamble
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 | |
\documentclass{amsbook} | |
\author{} | |
\usepackage{geometry} | |
% BOOKLET: | |
%\geometry{paperheight=8.5in, paperwidth=5.5in, top=0.5in, bottom=0.5in, inner=0.5in, outer=0.5in,} | |
% LETTERPAPER: | |
%\geometry{paperwidth=8.5in, paperheight=11in, left=1.0in, right=1.0in, top=1.0in, bottom=1.0in,} | |
% GREGORIO | |
\usepackage[autocompile]{gregoriotex} | |
\gresetlinecolor{gregoriocolor} | |
%\grechangestaffsize{17} | |
%\gresetinitiallines{1} | |
\thispagestyle{empty} | |
\begin{document} | |
\gregorioscore{<<score>>} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment