Michael Gerdau <[email protected]> writes:

>> We are happy to announce the release of LilyPond 2.25.23. This is
>> termed a development release, but these are usually reliable for
>> testing new features and recent bug fixes. However, if you require
>> stability, we recommend using version 2.24.4, the current stable
>> release.
>> Please refer to the Installing section in the Learning Manual for
>> instructions how to set up the provided binaries:
>> https://lilypond.org/doc/v2.25/Documentation/learning/installing
>
> Thanks fpr providing 2.25.23!
>
> I've installed it and ran convert-ly. It changed
>   \set Score.tempoWholesPerMinute = #(ly:make-moment 210 4)
> into
>   \set Score.tempoWholesPerMinuteAsMoment = #(ly:make-moment 210 4)
> and after that I got this warning:
> warning: the property 'tempoWholesPerMinuteAsMoment' is deprecated;
> use 'tempoWholesPerMinute'
>
> Is that a regression?

That is probably a less than helpful change.  Maybe this should instead
be converted to

   \set Score.tempoWholesPerMinute = #210/4

since it is more or less the most basic form of accessing this property.

-- 
David Kastrup

Reply via email to