Spaces:
Sleeping
Sleeping
// implicit note (from expressive marks) types | |
enum ImplicitType { | |
None = 0, | |
Mordent = "mordent", | |
Prall = "prall", | |
Turn = "turn", | |
Trill = "trill", | |
Tremolo = "tremolo", | |
Arpeggio = "arpeggio", | |
}; | |
export default ImplicitType; | |