Mu.PnotePerformable notes.
A concrete representation for notes, used to derive performances.
type attr = [ | `Volume of volume| `Fingering of intNot implemented
*)| `Dynamics of intNot implemented
*)| `Params of float listNot implemented
*) ]The type for note attributes.