>> `convert-ly` is a python script. For Windows, rename the file >> >> c:\Program Files (x86)\usr\bin\convert-ly >> >> to >> >> convert-ly.py >> >> Then Windows will know to run the python interpreter on this file. >> >> NOTE: This script works as is on Linux because the first line of the >> script says to run python on the file. But that's for Linux. >> Windows doesn't know about >> >> #!/usr/bin/python3 > > I consider this a distribution bug that should be fixed for the > Windows tarball; I'm thus sending this e-mail to 'bug-lilypond'. > > > Werner
An additional comment from Daniel Connors <dpconn...@ieee.org>. In the V2.22.0 c:/Program Files (x86)/Lilypond/usr/bin directory there are several files that do not have file extensions. They are some python scripts, like `convert-ly` and `lilypond-book`, and I see some utility linux scripts, like `pdf2ps` and `iconv`, which are very useful utilities but won’t run, as is, on Windows 10. I am guessing that these files work fine in a Linux environment or under a Cygwin environment, but they will pose problems for Windows users. The python files are the ones that are most likely to impact and stump Windows users of Lilypond and they all need to be updated. Werner _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond