Hello all! I’ve got a simple question: how do I change the key signature of the staff?
I’ve seen that I can add accidentals with the command:
piano = s.play_note(…“key: A major”)
But that still prints the staff in the key of C, so I’m wondering how to update the whole staff key signature.
I’ve read the documentation but still not certain how to integrate this into my transcription function.
I was hoping it would be something as simple as
performance = s.stop_transcribing(key_signature = “A major”)
Can you please advise?
Thanks!