Thanks David. This is where I was and what I typed: C:\Users\jenny\Documents\Music\Lilypond\Isaac\Coralis C\Pentecost XVIII Communion>convert-ly -e Coralis-notes-A.ly I've removed the local copy of convert-ly. I think that's better - it has converted each of the data files, and they appear to be unchanged, as I expected, but it reports:
convert-ly.py: error: : Unable to open file six times. As it happens, being a windows user, I have always compiled by right clicking on the data file and opening it with Lilypond.exe. That is no longer available. I suspect windows users probably all use frescobaldi these days. I think I'll give up and go back to ver 2.18.2. I wanted to engrave plainchant, but it probably isn't worth the hassle. Thanks for your response Jonathan ________________________________ From: David Wright <lily...@lionunicorn.co.uk> Sent: 19 January 2025 19:03 To: Jenifer Tribe <jonathan_tr...@hotmail.com> Cc: lilypond-user@gnu.org <lilypond-user@gnu.org> Subject: Re: 2.24.4 installation and convert.ly On Sun 19 Jan 2025 at 12:20:06 (+0000), Jenifer Tribe wrote: > I have installed this after hanging on to 2.18.2 for years. > When I run convert.ly I get the following.. > > File "C:\Users\jenny\Documents\Music\Lilypond\Isaac\Coralis C\Pentecost > XVIII Communion\convert-ly.py", line 82, in <module> > import convertrules > ModuleNotFoundError: No module named 'convertrules' You might share: the command line you typed in full, the directory you were in at the time you typed it. > I set my environment to find everything in the bin directory: > Path=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program > Files\dotnet\;C:\Program Files (x86)\Lilypond\lilypond-2.24.4\bin; That looks reasonable to a non-windows user. > I also have the python310.dll in lilypond\usr\bin, and a copy in the > directory I'm trying to convert. Is there an obvious setup problem? I'm on > Windows 11, which I hope isn't an issue. I'm not sure you do yourself any favours by copying odd files from the LP distribution into locations like data directories. In particular for windows, you should probably avoid having them in your current working directory. I would leave the binaries in wherever they were installed. You can certainly change directory to wherever you place your data files. Cheers, David.