]> 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)
committerDavid Kastrup <dak@gnu.org>
Fri, 19 Oct 2012 10:28:06 +0000 (12:28 +0200)
scm/lily.scm

index 6e3e8fc5edfc5f256b0956a589d0663101513269..b0b8173161ff46201c09f147e0eaa6c3ca52aa8e 100644 (file)
@@ -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)))