I might be missing something obvious but I can't figure out how to get footnotes to appear on only the left or only the right in a pair environment.
Here's a MWE:
\documentclass{article}
\usepackage{reledmac}
\usepackage{reledpar}
\Xonlyside[A]{R}
\begin{document}
\begin{pairs}
\begin{Leftside}
\beginnumbering
\pstart
Column \edtext{1.}{\Afootnote{Footnote.}}
\pend
\endnumbering
\end{Leftside}
\begin{Rightside}
\beginnumbering
\pstart
Column 2.
\pend
\endnumbering
\end{Rightside}
\end{pairs}
\Columns
\end{document}