frescobaldi / python-ly

A Python package and commandline tool to manipulate LilyPond files

Home Page:https://pypi.org/project/python-ly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ly.pkginfo.name still in use

fedelibre opened this issue · comments

@jeanas In #155 you removed ly.pkginfo.name, but this is still used here:

$ git grep -n 'ly.pkginfo.name'
ly/musicxml/create_musicxml.py:58:        software.text = ly.pkginfo.name + " " + ly.pkginfo.version

This is causing troubles to a user trying to export a lilypond file to XML.

Sorry about this. I've pushed the (trivial) fix as 233de7e.