Skip to content

Minor Keys in AlphaTex #875

@Danielku15

Description

@Danielku15

Discussed in #853

Originally posted by jonaro00 May 15, 2022

Proposed feature

AlphaTex currently allows defining major key signatures with \ks G. I propose also allowing minor keys by simply expanding the switch-cases in AlphaTexImporter.parseKeySignature.

What the syntax would be is up for discussion. My idea is to keep the default behavior for major keys, using \ks Eminor for minor, but also allowing \ks Gmajor for consistency.

The switch-case would then look like:

...
case 'g':
case 'gmajor':
case 'eminor':
    ...
```</div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-file-formatsRelated to supported file formatsplatform-allAffects all platformsstate-acceptedThis is a valid topic to work on.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions