- Preparing search index...
- The search index is not available
vexflow
Methods
getAccidental
- getAccidental(key): {
accidental?: string;
change?: boolean;
note: string;
}
-
Returns {
accidental?: string;
change?: boolean;
note: string;
}
-
Optional
accidental?: string
-
Optional
change?: boolean
-
note: string
getKey
- getKey(): string
-
Returns string
selectNote
- selectNote(note): {
accidental?: string;
change: boolean;
note: string;
}
-
Returns {
accidental?: string;
change: boolean;
note: string;
}
-
Optional
accidental?: string
-
change: boolean
-
note: string