AbjadBookScript¶
-
class
abjadext.book.AbjadBookScript.
AbjadBookScript
¶ Entry point script for abjad-book.
abjad$ ajv book --help usage: abjad-book-script [-h] [--version] [-c] [-o OUTPUT_FILE_PATH] [-s] [-v] [-y STYLESHEET] [-a ASSETS_DIRECTORY] [-l LATEX_ROOT_DIRECTORY] [-g CONFIG] input_file_path [input_file_path ...] Preprocess LaTeX files with Abjad. positional arguments: input_file_path LaTeX file to process optional arguments: -h, --help show this help message and exit --version show program's version number and exit -c, --clean remove all output blocks -o OUTPUT_FILE_PATH, --output-file-path OUTPUT_FILE_PATH optional output file path -s, --skip-rendering skip all image rendering and simply execute the code -v, --verbose verbose output -y STYLESHEET, --stylesheet STYLESHEET optional LilyPond stylesheet -a ASSETS_DIRECTORY, --assets-directory ASSETS_DIRECTORY optional assets directory -l LATEX_ROOT_DIRECTORY, --latex-root-directory LATEX_ROOT_DIRECTORY optional LaTeX root directory -g CONFIG, --config CONFIG path to config file
Attributes Summary
alias
config_name
short_description
version
Special methods
-
(
CLI
).__call__
(arguments=None)¶ Calls developer script.
Returns none.
Return type: None
Read-only properties
-
(
CLI
).argument_parser
¶ The script’s instance of argparse.ArgumentParser.
-
(
CLI
).formatted_help
¶ Formatted help of developer script.
-
(
CLI
).formatted_usage
¶ Formatted usage of developer script.
-
(
CLI
).formatted_version
¶ Formatted version of developer script.
-
(
CLI
).program_name
¶ The name of the script, callable from the command line.
-