Dear Conor,
> It seems I am unable to \usepackage[utf8]{inputenc}, which means I
> can’t use the “special characters.”
To compile Gregorio score, you nedd to do it with LuaLaTeX, which
handles unicode natively, without the need for anything special. So if
you're using an unicode font, it will work out of the box.
Example :
\documentclass{article}
\usepackage{fontspec}
\usepackage{gregoriotex}
\begin{document}
Hallo, ich bin Schütz!
\end{document}
gives the attached result when compiled with LuaLaTeX.
Thank you,
--
Elie
example.pdf
Description: Adobe PDF document
_______________________________________________ Gregorio-users mailing list [email protected] https://mail.gna.org/listinfo/gregorio-users

