I’m the author of musuos.cls and while writing a paper with it I noticed that the dblfnote-package leads to unbalanced footnote columns
You can see that the left colum has one line less than the right one but I’d expect that it is the other way around.
This is the MWE
\documentclass[
twocolfnotes,
]{musuos}
%% class option or this code (which is activated by the options)
%% cause the problem
%\usepackage{dblfnote}
%\setlength{\DFNcolumnsep}{2em}
%\setkomafont{footnote}{\scriptsize}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage[ngerman]{babel}
\usepackage{blindtext}
\begin{document}
\Blindtext[2]
\footnote{Vgl. Frank Hentschel: Das Ewig-Weibliche --
Listz, Mahler und das bürgerliche Frauenbild. In:
Archiv für Musikwissenschaft 51.4 (1994), S. 274--293, S.286.}
\footnote{Vergleiche S. 4 und Notenbeispiel 4.}
\blindtext[3]
\end{document}
I can’t find out why this problem occours …