frescobaldi / python-ly

A Python package and commandline tool to manipulate LilyPond files
https://pypi.org/project/python-ly
137 stars 33 forks source link

MusicXML: support lyricsto and addlyrics #84

Open eoma opened 7 years ago

eoma commented 7 years ago

This is an attempt to support at least basic use of addlyrics and lyricsto.

It is able to assign voice correctly to lyrics, and if addlyrics is used if will assign lyrics to the most recently (possibly implicitly) created voice. The last one (\addlyrics) is probably not quite correct in all cases.

wbsoft commented 7 years ago

@PeterBjuhr can you comment? I'd want to help, but you're the MusicXML man :-) I wait a few days and then I'll merge the pull requests :)