I'm making my first attempt to typeset an Arabic poem in two columns using bidipoem in eledmac.
All is going well--except I cannot adjust the vertical space between the lines without messing everything up. Either the spacing is too compact, i.e. the diacritics in Arabic run together, or the line-numbering in eledmac goes haywire (and the Arabic text gets bunched up in strange ways.)
Is there a simple way to add a small amount of vertical space between lines in bidipoem traditionalpoem?
\documentclass[12pt, letterpaper]{article}
\usepackage{xltxtra}
\usepackage{eledmac}
\usepackage{polyglossia}
\usepackage{bidipoem}
\usepackage[Kashida]{xepersian}
\XeTeXlinebreakskip = 0pt plus 5pt
\setmainlanguage{english}
\setotherlanguage{arabic}
\setmainfont{Brill}
\newfontfamily\arabicfont[Script=Arabic, Scale=1.5]{Amiri}
\defaultfontfeatures{Ligatures=TeX}
\begin{document}
\maketitle
\beginnumbering
\begin{Arabic}
\pstart
\begin{traditionalpoem*}
ماذَا يقُولُ الأديبُ فِيمَا & تَرْكِيبُهُ مُنْتَهَى الحُزُوم
منْ سَبْعَةٍ جُمِعَتْ لديهِ & تُعَدُّ من صنعَةِ الحكيمِ
\end{traditionalpoem*}
\pend
\end{Arabic}
\end{document}
The real problems start to appear in the second to last line where the diacritics of the upper and lower lines are running into one another. Is there a way that I can separate the lines from one another and not mess up the line numbering and spacing?
![minimal example![][1]](../../images/51a225b9ff12165332219c776a28b368.webp)

\defaultfontfeatures{…}should come before you set specific fonts, otherwise it won’t affect them all. – Thérèse Jun 07 '15 at 04:52eledmacand thetraditonalpoem. In general, eledmac has many problem with package which do their own typesseting. However, I know that @robert-alessi has made command in order to obtain such "traditional poem" in two column. I will ask you to send you an answer, before integrating it in eledmac. – Maïeul Jun 07 '15 at 08:58