mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 11:14:00 +00:00
Fix lyricsto import
This commit is contained in:
parent
bea8bfda80
commit
b3a5914f3b
|
@ -389,7 +389,7 @@ def parseLilypond
|
|||
block = '\chords'
|
||||
level = nestLevel
|
||||
when '\lyricsto'
|
||||
tokens[0..3] = nil
|
||||
tokens[0] = nil
|
||||
when '\new'
|
||||
if tokens[0] == "Lyrics"
|
||||
stack.push([block, level, ""])
|
||||
|
|
Loading…
Reference in New Issue
Block a user