forked from openlp/openlp
Variable namings and pipeline fixes
This commit is contained in:
parent
d09e65767f
commit
29f5e1db56
@ -604,8 +604,8 @@ def transpose_verse(verse_text, transpose_value, notation, key):
|
|||||||
else:
|
else:
|
||||||
# This MUST be a chord
|
# This MUST be a chord
|
||||||
transposed_chord, key, last_chord = transpose_chord(word, transpose_value, notation, key, last_chord,
|
transposed_chord, key, last_chord = transpose_chord(word, transpose_value, notation, key, last_chord,
|
||||||
isbass)
|
is_bass)
|
||||||
is bass = False
|
is_bass = False
|
||||||
transposed_lyrics += transposed_chord
|
transposed_lyrics += transposed_chord
|
||||||
# If still inside a chord tag something is wrong!
|
# If still inside a chord tag something is wrong!
|
||||||
if in_tag:
|
if in_tag:
|
||||||
|
Loading…
Reference in New Issue
Block a user