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