I am needing to specify the file path for the produced PDF from:
s.start_transcribing()
...
performance = s.stop_transcribing()
performance.to_score(title="Title", composer="Me").show()
exit()
I see that you can specify file path for JSON, Lilypond (.ly), and XML but is there a way to specify the file path for the PDF or is this a limitation from abjad.show()
?