I am typesetting my thesis, an edition of a Latin text with Spanish translation. Bible quotations in the main text are in bold letters. However, when I make a lemma footnote I do not want the bold font to pass to the notes. I found this trick from Dirk-Jan Dekker
\makeatletter
\def\select@lemmafont#1|#2|#3|#4|#5|#6|#7|%
{\select@@lemmafont#7|}
\def\select@@lemmafont#1/#2/#3/#4|%
{\fontencoding{#1}\fontfamily{#2}\fontshape{#4}%
\selectfont}
\makeatother
But I do not know where in my preamble I should place it. I have tried several places and when I compile the application seems to get into a loop and it simply goes on and on.
Can anybody help me with this?