Skip to content

Commit 1d0fc16

Browse files
committed
fixed old flag check
1 parent 6e06c48 commit 1d0fc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/player.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ def run(self):
823823
n -= 12
824824
tok = tok[1:]
825825

826-
if 'transpose' not in ch.flags:
826+
if ch.flags & Player.Flag.TRANSPOSE:
827827
# compensate so note letters are absolute
828828
n -= self.transpose + ch.transpose
829829

0 commit comments

Comments
 (0)