lilypond-devel
[Top][All Lists]
Advanced

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

Re: lilypond -fps broken


From: Rune Zedeler
Subject: Re: lilypond -fps broken
Date: Mon, 25 Feb 2002 21:27:11 +0100 (MET)
User-agent: IMP/PHP IMAP webmail program 2.2.6

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


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



reply via email to

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