1.13.1 Verse

<..configure ooffice latex..>+
 \ConfigureEnv{verse}
    {<.begin env section.>%
     \HCode{<!--start verse-->}%
     \bgroup  <.HtmlPar at verse.>}
    {\egroup \ifvmode \IgnorePar\fi \EndP
     \HCode{<!--end verse-->}<.end env section.>}
    {}{}
 \ConfigureList{verse}
    {}{}
    {\parindent=\z@}  {\par}
 \NewConfigureOO{verse}
 \ConfigureOO{verse}{\Hnewline
 <style:style style:name="verse"
              style:family="paragraph"
              style:parent-style-name="Text-body"
              style:next-style-name="Text-body">
 <style:paragraph-properties  fo:margin-left="1.499cm"
              fo:margin-right="1cm"
              fo:margin-top="0.199cm"
              fo:margin-bottom="0.199cm"
              fo:text-indent="-0.499cm"
              style:auto-text-indent="false">
    <style:tab-stops/>
 </style:paragraph-properties >
 </style:style>
 \Hnewline}
-_-_-