lotus / inc /lilyNotation /implicitType.ts
k-l-lambda's picture
commit lotus dist.
d605f27
raw
history blame contribute delete
235 Bytes
// 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;