I'm using Abjad to create pdf's of lilypond files my python program has written.
When I use the abjad.show()
method, I get the image that I want, but I can't figure out how to save it as a pdf somewhere my program can use.
The documentation mentions something about changing the abjad_output_directory
in the config.py
file, but there's no other mention of the config.py
file. I can't figure out where the pdf's are being saved to on my Mac.
Is there an easy way to simply save the generated pdf as a file in the same directory as the program I'm in?