Skip to content

Instantly share code, notes, and snippets.

@corei8
Last active October 23, 2021 18:36
Show Gist options
  • Save corei8/32ee902187bcb38445224fbd765db5ed to your computer and use it in GitHub Desktop.
Save corei8/32ee902187bcb38445224fbd765db5ed to your computer and use it in GitHub Desktop.
GregorioTeX Preamble
% !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