Skip to content

Inline key signature changes in one voice of a multivoice tune breaks the key signature other voices that follow #1109

@seisiuneer

Description

@seisiuneer

If there is an inline key change in the voice of a multivoice tune, the voices that follow will start with that key.

Example:

X: 1
T: V2 initial key signature bug?
C: Traditional
R: Reel
M: 4/4
L: 1/8
Q: 1/2=60
K: Edor
V:1
C2 D2 E2 F2| [K:C] G2 A2 B2 c2|]
V:2
C2 D2 E2 F2| [K:C] G2 A2 B2 c2|]

Resulting in:

Image

Workaround for now is to add an additional inline [K:] at the start of each voice:

X: 1
T: V2 initial key signature bug?
C: Traditional
R: Reel
M: 4/4
L: 1/8
Q: 1/2=60
K: Edor
V:1
C2 D2 E2 F2| [K:C] G2 A2 B2 c2|]
V:2
[K:Edor]C2 D2 E2 F2| [K:C] G2 A2 B2 c2|]

Resulting in:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions