glilypond --version (return code: 0)
`glilypond' version `v1.3.1' is part of `GNU groff' version 1.22.3
glilypond --help (return code: 0)
Options for glilypond:
Read a `roff' file or standard input and transform `lilypond' parts
(everything between `.lilypond start' and `.lilypond end') into
`EPS'-files that can be read by groff using `.PSPIC'.
There is also a command `.lilypond include <file_name>' that can
include a complete `lilypond' file into the `groff' document.
# Breaking options:
glilypond -?|-h|--help|--usage # usage
glilypond --version # version information
glilypond --license # the license is GPL >= 3
# Normal options:
glilypond [options] [--] [filename ...]
There are 2 options for influencing the way how the `EPS' files for the
`roff' display are generated:
--ly2eps `lilypond' generates `EPS' files directly (default)
--pdf2eps `lilypond' generates a `PDF' file that is transformed
-k|--keep_all do not delete any temporary files
-v|--verbose print much information to STDERR
Options with an argument:
-e|--eps_dir=... use a directory for the EPS files
-o|--output=... sent output in the groff language into file ...
-p|--prefix=... start for the names of temporary files
-t|--temp_dir=... provide the directory for temporary files.
The directories set are created when they do not exist.