this is a string representing the output filename. It
overrides the filename setting if used.
:out-ext
this is a string specifying the extension for the output
filename that is created when the score file is loaded and cmn is
called. The default is "eps".
:process
if set to t, indicates that fomus should load the
score file and call cmn to process the output file once it's been
written. If set to nil, only the output file is written and no
processing occurs (unless view is set to t).
:score-attr
this is a list of extra cmn score attributes to be
inserted into the score file. The default is nil.
:view
if set to t, indicates that fomus should load the score
file and call cmn to process the output file, then open the results
with a viewer program for immediate viewing. If set to nil, no
viewer application is opened.
:view-exe
this is a string specifying the path and filename to
the executable for the viewer application. The full pathname may or
may not need to be specified depending on the lisp implementation. The
default application depends on what is installed on the user's
machine, and should be an application appropriate for viewing
postscript or eps files. This overrides the cmn-view-exe setting if
used.
:view-opts
this is a list of strings representing options to be
passed to the viewer application executable. It overrides the
cmn-view-opts setting if used.