Comment #19 on issue 1821 by reinhold...@gmail.com: 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...


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to