lilypond-devel
[Top][All Lists]
Advanced

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

Re: [Guile 2.2]


From: Thomas Morley
Subject: Re: [Guile 2.2]
Date: Wed, 15 Mar 2017 00:03:31 +0100

2017-03-14 23:53 GMT+01:00 Thomas Morley <address@hidden>:
> 2017-03-12 15:52 GMT+01:00 Thomas Morley <address@hidden>:


> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> scheme-engraver.ly
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>
> $ lilypond-git-guile-2.2 scheme-engraver.ly
> GNU LilyPond 2.19.57
> Processing `scheme-engraver.ly'
> Parsing...
> Interpreting music...Passing a number to format as the port is deprecated.
> Pass (current-error-port) instead.
> [...]
> Success: compilation successfully completed


I guess this may be fixed pretty easily by replacing all instancies of
(format 1 ...)
with
(format #t ...)

Cheers,
  Harm



reply via email to

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