Hello everyone, This is my first post and I would like to introduce myself. I started accidentaly to program one month or so ago in python/midiutils and have tried also python / mingus. A few people told me independently about SCAMP, so I wanted to give it a try. By training I am not a musician, but I try to learn as a hobby.
I have two questions about this topic:
- On Linux / Debian I get the correct sound, but how do I write this in an mp3 file?
- The pdf does not get created. I installed abjad and lilypond (python-ly plus the debian package and from mingus lilypond works) but I get the error:
File “isoplay.py”, line 156, in
performance.to_score(composer = “matt schumaker”, title = “iso”).show()
File “/home/xxx/.local/lib/python3.6/site-packages/scamp/score.py”, line 642, in show
abjad().show(self.to_abjad_lilypond_file())
File “/home/xxx/.local/lib/python3.6/site-packages/scamp/score.py”, line 575, in to_abjad_lilypond_file
lilypond_code = abjad().lilypond(abjad_object)
AttributeError: module ‘abjad’ has no attribute ‘lilypond’
Any idea how to resolve this?
Edit:
The second question could be resolved using abjad==3.2 as described here: