mirror of
https://github.com/microtherion/VocalEasel.git
synced 2025-01-03 17:04:00 +00:00
Fix lyric #s
This commit is contained in:
parent
0ca0a0ebd2
commit
8dacdf5dea
|
@ -225,6 +225,7 @@ def _melody
|
||||||
lyr.add_element newTextElement('text', syll['text'])
|
lyr.add_element newTextElement('text', syll['text'])
|
||||||
n.add_element(lyr)
|
n.add_element(lyr)
|
||||||
end
|
end
|
||||||
|
stanza += 1
|
||||||
end
|
end
|
||||||
m.add_element(n)
|
m.add_element(n)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user