A clef change appears differently depending on whether the line break occurs at the clef change itself or before it:
\documentclass{article}
\usepackage[autocompile]{gregoriotex}
\begin{document}
Clef change occurring at line break:
\gabcsnippet{(c3) aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa(g) a(g) (f3) a(g)}
Adding one more `a' should not change the second line clef:
\gabcsnippet{(c3) aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa(g) a(g) (f3) a(g)}
\end{document}
I think only the first example is right.
A clef change appears differently depending on whether the line break occurs at the clef change itself or before it:
I think only the first example is right.