Comment #10 on issue 2765 by [email protected]: Command line -d read-file-list option requires Unix line endings on Windows platform
http://code.google.com/p/lilypond/issues/detail?id=2765

can somebody push a patch - it seems like a trivial change of line 813 (version 2.17.4) of lily.scm, from

(string-split (ly:gulp-file f) #\nl))

to

(string-split (string-delete (ly:gulp-file f) #\cr) #\nl))



Reply via email to