Fix lyricsto import

This commit is contained in:
Matthias Neeracher 2008-01-27 20:20:37 +00:00
parent bea8bfda80
commit b3a5914f3b

View File

@ -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, ""])