lilypond-devel
[Top][All Lists]
Advanced

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

Re: lilypond -fps broken


From: Mats Bengtsson
Subject: Re: lilypond -fps broken
Date: Mon, 25 Feb 2002 21:59:21 +0100

> Citat Han-Wen Nienhuys <address@hidden>:
> 
> > --- ps.scm~ Mon Feb 25 00:29:31 2002
> > +++ ps.scm  Mon Feb 25 17:08:00 2002
> > @@ -16,8 +16,8 @@
> >  
> >  (if (or (equal? (minor-version) "4")
> >     (equal? (minor-version) "3.4"))
> > -    (define-public (ps-output-expression expr)
> > -      (display (eval-in-module expr this-module)))
> > +    (define-public (ps-output-expression expr port)
> > +      (display (eval-in-module expr this-module) port))
> >  
> >      (define-public (ps-output-expression expr port)
> >        (display (eval expr this-module) port)))
> 
> Whoops, I was too fast.
> lilypond -fps works, but ly2dvi does not:

Yes, see my email entitled "PS output + 1.5.2x + old Guile broken"
on the bug-lilypond archive from this month. The patch above seems
to solve my remaining problem, but then my change in tex.scm should
probably be updated correspondingly.

    /Mats





reply via email to

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