gregorio-project / gregorio

The Gregorio Project
http://gregorio-project.github.io
Other
155 stars 43 forks source link

\grechangestaffsize not scaling all elements #1563

Closed fiat96 closed 2 years ago

fiat96 commented 2 years ago

I just updated to TexLive 2022 last night (I think; the folder suspiciously says 2021) and now am coming across an issue I never had before. \grechangestaffsize is still increasing the size of the staff and chant, but not the text, or any of the distances.

MWE:

\documentclass{article}
\usepackage{gregoriotex}

\begin{document}
\gabcsnippet{(c4) Test(cde)}

\grechangestaffsize{80}
\gabcsnippet{(c4) Test(cde)}
\end{document}

Output: image

rpspringuel commented 2 years ago

\grechangestaffsize has never changed the text size. As for distances, which ones are you expecting to change that haven’t? That enlarged staff looks exactly how I would expect it to.

Sent with GitHawk

fiat96 commented 2 years ago

I was referring to the distances between the notes and the text, but I suppose that isn't meant to change either.

This must be all my mistake. It really befuddles me, though - I was always under the impression that the text scaled with the staff, but I guess not. My apologies for the non-issue.