Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.02 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.02 KB

code9list

PostScript program that renders a graphical listing of Score's DRW files.

Usage

This program requires Ghostscript to be installed. Download code9list.ps to your Score LIB directory.

Linux/Mac

  • Open a terminal at your Score LIB directory
  • To create a PDF listing, type:
    gs -sDEVICE=pdfwrite -o code9list.pdf code9list.ps

Windows

  • Open a command prompt at your Score LIB directory
  • Find out where your Ghostscript executable is stored (gswin32c.exe or gswin64c.exe)
  • Assuming Ghostscript is found at C:\Program files\gs\bin\gswin64c.exe, to create a PDF listing, type:
    "C:\Program files\gs\bin\gswin64c.exe" -sDEVICE=pdfwrite -o code9list.pdf code9list.ps

Notes

As the scale of Code 9 symbols varies, all symbols are scaled to the maximum size that fits inside a box of the listing. This means, items will be displayed out of scale relative to each other.