Variable namings and pipeline fixes

This commit is contained in:
STEPHANVS 2021-08-01 20:54:25 +02:00
parent f2230245e1
commit abb1c42b79
No known key found for this signature in database
GPG Key ID: 4EFE47E471FD62A9
1 changed files with 2 additions and 2 deletions

View File

@ -604,8 +604,8 @@ def transpose_verse(verse_text, transpose_value, notation, key):
else:
# This MUST be a chord
transposed_chord, key, last_chord = transpose_chord(word, transpose_value, notation, key, last_chord,
isbass)
is bass = False
is_bass)
is_bass = False
transposed_lyrics += transposed_chord
# If still inside a chord tag something is wrong!
if in_tag: