I am using the verse package to typeset some poetry. Consider the following MWE:
\documentclass{article}
\usepackage{verse}
\begin{document}
% count the verses
\poemlines{5}
\begin{verse}
First,\
second,\
third,\
fourth,\
fifth\>
and sixth.\!
\end{verse}
\end{document}
The \poemlines{5} command counts the verses (every fifth verse). However, if a verse where the numbering occurs is broken in-line (by the \\> macro), the numbering gets duplicated, as seen in this screen:
Is there a way to avoid this behaviour? In particular, I would like for the number to appear only next to the first sub-verse (i.e. fifth in the MWE).



\\!), then the counter does not show! – olinarr Dec 22 '21 at 20:50