<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <br>
    <div class="moz-cite-prefix">Daniel H. Luecking wrote:<br>
    </div>
    <blockquote cite="mid:1471801376838.9793@uark.edu" type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <style type="text/css" style="display:none"><!--P{margin-top:0;margin-bottom:0;} --></style>
      <p>Then you must ensure that active end-line characters exist at
        the </p>
      <p>end of each line of the text of \poem. For example,<br>
        <br>
      </p>
      <p><tt>{\obeylines</tt><tt><br>
        </tt>
      </p>
      <tt>
      </tt>
      <p><tt>\def\poem{%</tt></p>
      <tt>
      </tt>
      <p><tt>  line one</tt><tt><br>
        </tt>
      </p>
      <tt>
      </tt>
      <p><tt>  line two</tt></p>
      <tt>
      </tt>
      <p><tt>}</tt><tt><br>
        </tt>
      </p>
      <tt>
      </tt>
      <p><tt>}</tt></p>
    </blockquote>
    which may, of itself, cause problems, since the \def won't be global
    ...  Better might be :<br>
    <br>
    <p><tt>\begingroup</tt><tt><br>
      </tt><tt>\obeylines</tt><tt><br>
      </tt>
    </p>
    <tt>
    </tt>
    <p><tt>\global \def \poem %</tt><tt><br>
      </tt><tt>    </tt><tt>{%</tt></p>
    <tt>
    </tt>
    <p><tt>          line one</tt><tt><br>
      </tt>
    </p>
    <tt>
    </tt>
    <p><tt>          line two</tt></p>
    <tt>
    </tt>
    <p><tt>    }%</tt><tt><br>
      </tt>
    </p>
    <tt>
    </tt>
    <p><tt>\endgroup</tt><br>
    </p>
    <p><br>
      Philip Taylor<br>
    </p>
    <br>
  </body>
</html>