bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fwd: MusicXml2Ly - problem with spaces in paths and filenames


From: Valentin Villenave
Subject: Fwd: MusicXml2Ly - problem with spaces in paths and filenames
Date: Tue, 30 Nov 2010 19:20:02 +0100

Greetings Bug Squad,

here's a report that was sent to me privately (by accident I think).
Could you have a look?

Here's the discussion he's referring to:
http://old.nabble.com/MusicXml2Ly---problem-with-spaces-in-paths-and-filenames-ts22167692.html#a22167692

Cheers!
Valentin.


---------- Forwarded message ----------
From: Steven Smith <address@hidden>
Date: Wed, Nov 17, 2010 at 4:00 AM
Subject: Re: MusicXml2Ly - problem with spaces in paths and filenames


I realize this is an old posting, but I have had the same problem with
a new installation of Lilypond. The problem is in the windows registry
setting for invoking python scripts.

In my installation, the key
Computer\HKEY_CLASSES_ROOT\Python\shell\open\command had the value

"C:\Program Files\LilyPond\usr\bin\python.exe" "%1" %2 %3 %4 %5 %6 %7 %8 %9

which should be changed to have quotes around each command line
argument, like this:

"C:\Program Files\LilyPond\usr\bin\python.exe" "%1" "%2" "%3" "%4"
"%5" "%6" "%7" "%8" "%9"

The same string appears in the key
Computer\HKEY_CLASSES_ROOT\py_auto_file\shell\open\command but
changing the quotes there didn't seem to do anything for running
musicxml2ly.

Thanks for the great program.

Steven J. Smith



reply via email to

[Prev in Thread] Current Thread [Next in Thread]