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: <img width="1668" height="613" alt="Image" src="https://github.com/user-attachments/assets/ef5a8f60-dc0c-45ad-b939-6f2a056b93ea" /> 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: <img width="727" height="393" alt="Image" src="https://github.com/user-attachments/assets/afa43d5f-4508-41fa-adcf-9a95d6985e37" />