Dear Gregorio Users,

In the past, I've used the following definition to set a second line of
text for a chant in Roman type:

\def\gretranslationformat#1{%
{\fontsize{11}{11}\selectfont #1}%
\relax %
}

I noticed this wasn't working on a project I've been working on. After some
experimentation, I found the following works:

\def\gretranslationformat#1{%
{\fontsize{11}{11}\selectfont \textnormal{#1}}%
\relax %
}

Is this correct? I recognize that the translation line is usually in
italic, but it seems like before the italic aspect was overridden more
easily.

yours,

fr Innocent
_______________________________________________
Gregorio-users mailing list
[email protected]
https://mail.gna.org/listinfo/gregorio-users

Reply via email to