From 50eacf2de709d203b215eaa3318a1201aab7b650 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 6e3e8fc5ed..b0b8173161 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -732,7 +732,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