[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 2.4.0 on cygwin - Bad fd number
From: |
Han-Wen Nienhuys |
Subject: |
Re: 2.4.0 on cygwin - Bad fd number |
Date: |
Fri, 5 Nov 2004 22:01:37 +0100 |
address@hidden writes:
> With lilypond --verbose it works!
>
> And it generates different TEX file than lilypond
>
> ---- ly example:
> \score {
> \context Staff {
> c d e f
> }
> }
> ------------
Strange; I suspect that latex is complaining. Can you check if the
.log file contains any complaints? And what happens if you try it with
this patch?
*** framework-tex.scm.~1.45.~ 2004-11-04 15:39:33.000000000 +0100
--- framework-tex.scm 2004-11-05 22:00:45.568692592 +0100
***************
*** 298,304 ****
(begin
(format (current-error-port) (_ "Converting to `~a.ps'...") base)
(newline (current-error-port))))
! (system cmd)))
(define-public (convert-to-dvi book name)
(let* ((curr-extra-mem
--- 298,304 ----
(begin
(format (current-error-port) (_ "Converting to `~a.ps'...") base)
(newline (current-error-port))))
! (ly:system cmd)))
(define-public (convert-to-dvi book name)
(let* ((curr-extra-mem
***************
*** 327,333 ****
(if (ly:get-option 'safe)
(set! cmd (string-append "openout_any=p " cmd)))
! (system cmd)))
(define-public (convert-to-tex book name)
#t)
--- 327,333 ----
(if (ly:get-option 'safe)
(set! cmd (string-append "openout_any=p " cmd)))
! (ly:system cmd)))
(define-public (convert-to-tex book name)
#t)
--
Han-Wen Nienhuys | address@hidden | http://www.xs4all.nl/~hanwen
- 2.4.0 on cygwin - Bad fd number, Bertalan Fodor, 2004/11/05
- 2.4.0 on cygwin - Bad fd number, Han-Wen Nienhuys, 2004/11/05
- Re: 2.4.0 on cygwin - Bad fd number, Bertalan Fodor, 2004/11/06
- Re: 2.4.0 on cygwin - Bad fd number, Han-Wen Nienhuys, 2004/11/06
- Re: 2.4.0 on cygwin - Bad fd number, Bertalan Fodor, 2004/11/06
- Re: 2.4.0 on cygwin - Bad fd number, Bertalan Fodor, 2004/11/06
- Re: 2.4.0 on cygwin - Bad fd number, Jan Nieuwenhuizen, 2004/11/06
- Re: 2.4.0 on cygwin - Bad fd number, Bertalan Fodor, 2004/11/06