-
Notifications
You must be signed in to change notification settings - Fork 261
Minor Keys in AlphaTex #875
Copy link
Copy link
Closed
Labels
area-file-formatsRelated to supported file formatsRelated to supported file formatsplatform-allAffects all platformsAffects all platformsstate-acceptedThis is a valid topic to work on.This is a valid topic to work on.
Metadata
Metadata
Assignees
Labels
area-file-formatsRelated to supported file formatsRelated to supported file formatsplatform-allAffects all platformsAffects all platformsstate-acceptedThis is a valid topic to work on.This is a valid topic to work on.
Type
Fields
Give feedbackNo fields configured for issues without a type.
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 inAlphaTexImporter.parseKeySignature.What the syntax would be is up for discussion. My idea is to keep the default behavior for major keys, using
\ks Eminorfor minor, but also allowing\ks Gmajorfor consistency.The switch-case would then look like: