From: Phil Holmes Date: Wed, 22 Aug 2012 16:54:01 +0000 (+0100) Subject: Fix multiread option X-Git-Tag: release/2.17.5-1~12 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d59af0d0c7fa993ed2b12de5ff7f1d13535d17d0;p=lilypond.git Fix multiread option --- diff --git a/scm/lily.scm b/scm/lily.scm index b8b0216467..b1de941c47 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -810,7 +810,7 @@ PIDs or the number of the process." (> (string-length s) 0)) (apply append (map (lambda (f) - (string-split (ly:gulp-file f) #\nl)) + (string-split (string-delete (ly:gulp-file f) #\cr) #\nl)) files))))) (if (and (number? (ly:get-option 'job-count)) (>= (length files) (ly:get-option 'job-count)))