In the preamble:
Code: Select all
\newcounter{poem}
\setcounter{poem}{0}
Code: Select all
\stepcounter{poem}
\poemtitle{\arabic{poem}.\; Some title}
Code: Select all
\newcounter{poem}
\setcounter{poem}{0}
Code: Select all
\stepcounter{poem}
\poemtitle{\arabic{poem}.\; Some title}