<div dir="ltr"><div><br></div><div>The package doc says</div><div><br></div><div>
<p>
> This package provides smooth beams and crescendos/decrescendos by means of vector drawing: tpic <code>\special</code>'s or pdfTeX raw literals. <br></p><p><br></p><p>so it should be easy enough to convert the pdf literals into any of the current tex engines even if tpic is a bit obscure these days.</p><p>tpic is essentially a tex wrapper for groff pic syntax as described by  man pic  if you have it installed, or online eg at  <br></p><p><br></p><p><a href="https://linux.die.net/man/1/pic">https://linux.die.net/man/1/pic</a></p><p><br></p>

</div><div>David</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, 15 May 2021 at 07:14, Bob Tennent <<a href="mailto:rdtennent@gmail.com">rdtennent@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">The musixtex add-on musixvbm.tex replaces font-based beams<br>
by vectorized beams using (for dvi output) tpic specials.<br>
For example, here is a typical sequence of tpic specials,<br>
obtained using dviasm:<br>
<br>
          xxx: 'sh 1'<br>
          xxx: 'pa 0 34'<br>
          xxx: 'pa 1012 34'<br>
          xxx: 'pa 1012 1'<br>
          xxx: 'pa 0 1'<br>
          xxx: 'pa 0 34'<br>
          xxx: 'ip'<br>
<br>
These tpic specials at least seem to be supported by dvips<br>
and dvipdfm, but not by any dvi viewer known to me (xdvi,<br>
yap, okular). Are there any dvi viewers that support (at<br>
least) these tpic specials?<br>
<br>
Tpic specials are said to be "standard" but I've been unable<br>
to find any documentation. Where can I find it?<br>
<br>
Bob T.<br>
<br>
</blockquote></div>