Consider the following example:
\documentclass[a4paper, 11pt]{article}
\usepackage{linguex}
\begin{document}
\ex.
\ag.
Dette er ein test paa nynorsk.\\
This is a test in Nynorsk\\
\trans `This is a test in Nynorsk.'
\bg.
Dies ist ein Test auf Deutsch.\\
This is a test in German\\
\trans `This is a test in German.'
\end{document}
Its output looks like this:
Is there a way to increase the spacing between subexample (a) and subexample (b) (i.e. increasing the vertical space between "This is a test in Nynorsk." and "Dies ist ein Test auf Deutsch.")? Sometimes I have some kind of logical structure between the glossing and the actual translation, and if there is no spacing between subexamples that consist of four (or more lines), they become very clumsy to read very quickly.
Among other things, I had a look at the linguex documentation (http://texdoc.net/texmf-dist/doc/latex/linguex/linguex-doc.pdf), which mentions a number of "lengths and margins" that can be customised (6f.), but I could not find anything that would correspond to the parameter I would like to change.


