CPJKU / partitura

A python package for handling modern staff notation of music
https://partitura.readthedocs.io
Apache License 2.0
244 stars 18 forks source link

Missing UnpitchedNote class #4

Closed nimrodVarga closed 2 years ago

nimrodVarga commented 4 years ago

As far as I understand correctly, there is no such class and during XML import, all notes without a pitch are treated as Rests, even percussive notes.

I have seen in the documentation of GenericNote that this is planned anyway, I just thought opening an issue might be a good idea.

mgrachten commented 4 years ago

Yes, the absence of UnpitchedNote is not by design. Feel free to add it and create a PR against develop.