[EMAIL PROTECTED] writes:
> Fodor Bertalan <[EMAIL PROTECTED]> wrote:
> 
> > But Ly2dvi doesn't like file names with spaces:
> 
> Is this restriction to files and directories without spaces really an
> insurmountable problem?  Could fixing this be just a matter of quoting or

No, it's not, but ly2dvi (lilypond.py in 1.9) uses os.system () for
calling external processes. To get around this, it should start using
os.exec () and similar functions, which don't pass through the shell.

I am not sure if this won't make ly2dvi less portable.

-- 

Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.xs4all.nl/~hanwen 


_______________________________________________
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to