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