tags 574629 + patch
thanks

I don't know the scheme language, but google suggests that this is a
syntax error and, looking for similar patterns in other code, I came
up with the following fix. Seems to work (tested on hppa).

--- lilypond-2.12.3.orig/scm/lily.scm   2010-03-19 14:18:47.000000000 +0000
+++ lilypond-2.12.3/scm/lily.scm        2010-03-19 03:54:13.000000000 +0000
@@ -674,8 +674,8 @@ PIDs or the number of the process."
              (open-file (if (string-or-symbol? (ly:get-option 'log-file))
                             (format "~a.log" (ly:get-option 'log-file))
                             (if (access? "/dev/tty" W_OK)
-                                ("/dev/tty")
-                                ("/dev/null"))) "a") #f))
+                                "/dev/tty"
+                                "/dev/null")) "a") #f))
         (do-measurements (ly:get-option 'dump-profile))
         (handler (lambda (key failed-file)
                    (set! failed (append (list failed-file) failed)))))




-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to