答案1
似乎没有选项可以禁用脚注的调整。但你可以修补它
\usepackage{musicography,etoolbox}
\makeatletter
\patchcmd\@footnotetext{%
\def\baselinestretch{\setspace@singlespace}%
}{}{\typeout{patched}}{\typeout{not patched}}
\makeatother
似乎没有选项可以禁用脚注的调整。但你可以修补它
\usepackage{musicography,etoolbox}
\makeatletter
\patchcmd\@footnotetext{%
\def\baselinestretch{\setspace@singlespace}%
}{}{\typeout{patched}}{\typeout{not patched}}
\makeatother