From d59af0d0c7fa993ed2b12de5ff7f1d13535d17d0 Mon Sep 17 00:00:00 2001 From: Phil Holmes Date: Wed, 22 Aug 2012 17:54:01 +0100 Subject: [PATCH] Fix multiread option --- scm/lily.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.5