Skip to main content

alphaTab.model.NoteAccidentalMode

Description

Lists the modes how accidentals are handled for notes

Enum Members

NameNumeric ValueDescription
Default0

Accidentals are calculated automatically.

ForceNone1

This will try to ensure that no accidental is shown.

ForceNatural2

This will move the note one line down and applies a Naturalize.

ForceSharp3

This will move the note one line down and applies a Sharp.

ForceDoubleSharp4

This will move the note to be shown 2 half-notes deeper with a double sharp symbol

ForceFlat5

This will move the note one line up and applies a Flat.

ForceDoubleFlat6

This will move the note two half notes up with a double flag symbol.