Hi,
It's my first team ever using Abjad. The library seems really great, congrats to the devs!
However I got this error when I try to run a basic code (Abjad 3.28 & Lilypond 2.25.27) :
Traceback (most recent call last):
File "C:\Users\antof\PycharmProjects\PythonProject\main.py", line 57, in <module>
abjad.show(staff_1)
~~~~~~~~~~^^^^^^^^^
File "C:\Users\antof\PycharmProjects\PythonProject\.venv\Lib\site-packages\abjad\io.py", line 710, in show
result = illustrator()
File "C:\Users\antof\PycharmProjects\PythonProject\.venv\Lib\site-packages\abjad\io.py", line 88, in __call__
string = self.string or self.string()
~~~~~~~~~~~^^
TypeError: 'NoneType' object is not callable
I followed carefully the instructions to install the library.
Thank you!