]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix multiread option
authorPhil Holmes <mail@philholmes.net>
Wed, 22 Aug 2012 16:54:01 +0000 (17:54 +0100)
committerPhil Holmes <mail@philholmes.net>
Mon, 15 Oct 2012 08:19:29 +0000 (09:19 +0100)
scm/lily.scm

index b8b0216467e835926d216eaf4531bb92a21f6fde..b1de941c47d1a5f4beac50710eeb476ff6c889b9 100644 (file)
@@ -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)))