As you can see from the minimal example below, ledmac-footnotes are printed on a new blank page, if the \lemma{}-command is used.
\documentclass{book}
\usepackage{ledmac,ledpar}
\setcounter{firstlinenum}{1}
\setcounter{linenumincrement}{1}
\begin{document}
\begin{pages}
\begin{Leftside}
\beginnumbering
\pstart
\edtext{This is a sample text.}{\lemma{This is \ldots\ text}}
{\Bfootnote{A secondary footnote}}
The sample text continues.
There is a new line, too.
And \edtext{at the bottom \dots}{\lemma{bottom}}
{\Afootnote{there is a critical apparatus}}
\pend
\endnumbering
\end{Leftside}
\begin{Rightside}
\beginnumbering
\pstart
On this page there is supposed to be the translation of the left page.
\pend
\endnumbering
\end{Rightside}
\Pages
\end{pages}
\end{document}
In order to get my footnotes on the page where they ought to be, I have to remove the \lemma{}-command, which in fact is quite regrettable because, for the work I'd like to do, lemmata would be very handy. Have you any idea how this problem could be solved?