bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1821 in lilypond: GUB argument list too long


From: lilypond
Subject: Re: Issue 1821 in lilypond: GUB argument list too long
Date: Tue, 30 Aug 2011 19:03:25 +0000


Comment #19 on issue 1821 by address@hidden: GUB argument list too long
http://code.google.com/p/lilypond/issues/detail?id=1821

It seems that Graham's commit 340d7b49e816a5930ae39e17212415f16c8d152d makes lys-to-tely expect the filenames in --input-filenames=FILE to be one per line, which cannot be easily created in a makefile, short of spawning 1000 shells (which we don't want IMO).

Can we change lys-to-tely.py to expect all filenames in one line, i.e. use .split() rather than .splitlines()?

The drawback is that this does not allow spaces in the file names...




reply via email to

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