alphaTab.model.NoteAccidentalMode
Description
Lists the modes how accidentals are handled for notes
Enum Members
Name | Numeric Value | Description |
---|---|---|
Default | 0 | Accidentals are calculated automatically. |
ForceNone | 1 | This will try to ensure that no accidental is shown. |
ForceNatural | 2 | This will move the note one line down and applies a Naturalize. |
ForceSharp | 3 | This will move the note one line down and applies a Sharp. |
ForceDoubleSharp | 4 | This will move the note to be shown 2 half-notes deeper with a double sharp symbol |
ForceFlat | 5 | This will move the note one line up and applies a Flat. |
ForceDoubleFlat | 6 | This will move the note two half notes up with a double flag symbol. |