I have the following Xy-pic commands in Lyx:
\documentclass{article}
\usepackage{xypic}
\begin{document}
\xymatrix{ & A\\
& B\ar@2`l/10pt[ld]`[d][ldr]\\
& C\ar@2[u]\\
& D\ar@2`l/10pt[lu]`[u][lur]
}
\end{document}
The above input produces:
I have not found a way to produce the same double arrow style where the bending occurs. Any ideas how to fix, or what to add to the above commands in Xy-pic? Any other approach in Xy-pic producing the wanted results is welcome.

