PATCHES - Countdown to October 4

2023-10-02 Thread Colin Campbell
Here is the current countdown report. The next countdown will begin on October 4th. A list of all merge requests can be found here: https://gitlab.com/lilypond/lilypond/-/merge_requests?sort=label_priority Push: !2119 NR: Document cluster styles - Werner Lemberg https://gitlab.com/lilypo

Re: [RFC] HTML documentation with texi2any

2023-10-02 Thread Jonas Hahnfeld via Discussions on LilyPond development
On Sun, 2023-09-03 at 14:40 +0200, Jonas Hahnfeld via Discussions on LilyPond development wrote: > For a possible timeline, we could wait for the release of LilyPond > 2.25.8 (probably September 16/17 because I'm travelling next weekend, > unless Jean wants to do it again) and then merge the change

Re: unnecessary line in `define-context-properties.scm`?

2023-10-02 Thread David Kastrup
Werner LEMBERG writes: > I wonder whether line 35 in file `define-context-properties.scm` is > necessary. AFAICS, the `map` call in functions > `all-user-translation-properties` and > `all-internal-translation-properties`, together with the following > > ``` > (define-public all-translation-prop

unnecessary line in `define-context-properties.scm`?

2023-10-02 Thread Werner LEMBERG
I wonder whether line 35 in file `define-context-properties.scm` is necessary. AFAICS, the `map` call in functions `all-user-translation-properties` and `all-internal-translation-properties`, together with the following ``` (define-public all-translation-properties (append all-user-translatio