Code: Select all
\documentclass[12pt]{article}
\usepackage{fancyhdr}
\usepackage{geometry}
\usepackage[]{poemscol}
\begin{document}
\poemtitle{My Title}
\begin{poem}
\poemsectiontitle{Part I. The First Part}
\begin{stanza}
This is the first line of the poem,\verseline
and some more words here.\verseline
Finish off the stanza with this longer line.
\end{stanza}
\poemsectiontitle{Part II. The Second Part}
\begin{stanza}
Start the next stanza with this line here\verseline
and add another line to rhyme with the first.\verseline
Bring it all to a nice resonant end.
\end{stanza}
\end{poem}
\end{document}
Thanks,
Peter