Re: Unexpected behaviour of ly:make-book and ly:make-book-part

2016-07-03 Thread David Kastrup
Timothy Lanfear writes: > While constructing books using Scheme functions, I found some > behaviour I did not expect. > > The scores are written out in the reverse order from the order of the > arguments. Easily fixed by applying the reverse function to the list > of scores. Is there a reason for

Unexpected behaviour of ly:make-book and ly:make-book-part

2016-07-03 Thread Timothy Lanfear
While constructing books using Scheme functions, I found some behaviour I did not expect. The scores are written out in the reverse order from the order of the arguments. Easily fixed by applying the reverse function to the list of scores. Is there a reason for this choice of ordering? The s