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)))


Tnx.
However, now I am unable to get the fonts right.
If you have removed the type-3 fonts, please update the Wiki; otherwise the
install script does not work.

-Rune

_______________________________________________
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to