Because of the helpful responses in this form: http://www.latex-community.org/forum/vi ... .php?t=872 I am now able to keep the lines of my poetry together on the same page. (by using \\*)
My problem lies in the fact that I can't figure out how to keep the Poem's title on the same page as the rest of the poem. This is a big problem in my document, as the compiler groups the bodies of large poems together but leaves the title behind on the previous page.
Here's a sample of my coding:
Code: Select all
\poemtitle{Metamorphosis}
\begin{verse}
Living life with no concrete direction,\\*
following my mind with no constant decision,\\*
drug after drug, living in prison,\\*
this was how my flesh was existing.\\*
I check myself and then I deny,\\*
my selfish pleasures and then I die,\\*
to rise up and then I,\\*
live a new stage of life.
\end{verse}
I'll appreciate any help/direction. Thanks!