a09100bfde
PMW operates by reading an input file containing an encoded description of the music; such a file can be constructed using any text editor or word processor. The music encoding is very straightforward and compact, and quick to enter. PR: ports/67283 Submitted by: Brian Candler <B.Candler@pobox.com>
14 lines
489 B
Plaintext
14 lines
489 B
Plaintext
---------------------------------------------------------------------------
|
|
|
|
If you wish to use ghostview to view or print the Postscript output
|
|
from PMW, then you need to create symlinks for the font files:
|
|
|
|
ln -s %%PREFIX%%/share/pmw/psfonts/* %%LOCALBASE%%/share/ghostscript/fonts/
|
|
|
|
and also add the following line to
|
|
%%LOCALBASE%%/share/ghostscript/x.xx/lib/Fontmap.GS
|
|
|
|
/PMW-Music (PMW-Music.pfa) ;
|
|
|
|
---------------------------------------------------------------------------
|