lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

error


From: E Appeldoorn
Subject: error
Date: Sun, 09 May 2021 16:02:11 +0000
User-agent: eM_Client/8.2.1237.0

Suddenly I get an error. Output still looks normal. I have updated to 2.22.0 quite a few months ago and have been working with that version since. Without any problems. Nothing has changed as far as I know

Lilypond 2.22.0 for Windows
errormessage: C:/Program Files (x86)/LilyPond/usr/share/lilypond/current/scm/backend-library.scm:55:5: In procedure delete-file in _expression_ (delete-file tmp-name):

This is the procedure text that triggers the error.

(define-public (ly:gs-cli args run-str)
  (let*
      ((tmp (make-tmpfile #f))
       (tmp-name (port-filename tmp)))
    (ly:debug (_ "Preparing Ghostscript command to `~a': ~a")
              tmp-name run-str)
    (display run-str tmp)
    (close-port tmp)
    (set! args (append args (list tmp-name)))
    (ly:system args)
    (delete-file tmp-name)
    ))

Erik

reply via email to

[Prev in Thread] Current Thread [Next in Thread]