> Citat Han-Wen Nienhuys <[EMAIL PROTECTED]>:
>
> > --- 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
_______________________________________________
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel