thomasmorle...@gmail.com writes:
> On 2019/03/18 22:26:15, dak wrote:
>
>> The silence of the lambdas (almost):
>
>> #(define (divide-true-cdr ls)
>>"Split @var{ls} into those elements which don't and do have a tail of
>>value @code{#f}"
>>(call-with-values (lambda () (partition cdr ls
John Mandereau writes:
> Hi folks,
>
> I already asked almost one month ago if we could we cherry-pick the
> following commits from master:
>
> 88633ac Issue 5469/2: Add `TEX` environemnt variable for texi2pdf
> e757c64 Issue 5469/1: Tweak wrapped lines
> 002382c Issue 5463: Fix dblatex uses xete
On 2019/03/18 22:26:15, dak wrote:
mailto:thomasmorle...@gmail.com writes:
> On 2019/03/17 01:45:49, saul.james.tobin wrote:
>
>> Re cdr is not a predicate — the list being processed here is
composed
> of
>> pairs, the cdr of which is ##t or ##f.
>
> The description is still confusing. Do yo
Will play around with AnnounceNewContext — looks like it does what I'm
looking for. Thanks!
For segmenting list by ##t/##f tail, my code needs to preserve order. The
##t/##f value represents whether the next staff down may be condensed
upward. So:
((1 . #t) (2 . #f) (3 . #t) (4 . #t)), if we imag
Hi folks,
I already asked almost one month ago if we could we cherry-pick the
following commits from master:
88633ac Issue 5469/2: Add `TEX` environemnt variable for texi2pdf
e757c64 Issue 5469/1: Tweak wrapped lines
002382c Issue 5463: Fix dblatex uses xetex backend
Without them, GUB build on s
thomasmorle...@gmail.com writes:
> On 2019/03/17 01:45:49, saul.james.tobin wrote:
>
>> Re cdr is not a predicate — the list being processed here is composed
> of
>> pairs, the cdr of which is ##t or ##f.
>
> The description is still confusing. Do you mean something like below?
>
> #(define (divid
On 2019/03/17 01:45:49, saul.james.tobin wrote:
Re cdr is not a predicate — the list being processed here is composed
of
pairs, the cdr of which is ##t or ##f.
The description is still confusing. Do you mean something like below?
#(define (divide-true-cdr ls)
"Split @var{ls} into those elem
On 2019/03/13 08:51:52, Valentin Villenave wrote:
Further simplification; add CHANGES item.
Pushed as
https://git.savannah.gnu.org/cgit/lilypond.git/commit/?id=464cf0d8111976c63fe778f358ddbe28bce532a8
Thanks!
https://codereview.appspot.com/572520044/
__
Hello,
Here is the current patch countdown list. The next countdown will be on
March 21st.
A quick synopsis of all patches currently in the review process can be
found here:
http://philholmes.net/lilypond/allura/
Push:
687 Enhancement: inequal MIDI quantization of equal durati