PATCHES - Countdown to August 12

2022-08-10 Thread Colin Campbell
>From the dusty slopes of Bluenose Mountain, here is the current countdown >list.The next countdown will begin on August 12th.A list of all merge requests >can be found here: https://gitlab.com/lilypond/lilypond/-/merge_requests?sort=label_priority Push:!1529 Trill spanner fixes - Jean Abou Samra

Re: Can't have rehearsal mark and segno mark at same moment

2022-08-10 Thread Dan Eble
On Aug 10, 2022, at 18:01, Dan Eble wrote: > > On Aug 10, 2022, at 14:20, Jean Abou Samra wrote: >> >> \set Score.rehearsalMark = >> \mark \default ... > Remember the reasons that you preferred that \bar send an event rather than > set a property? Maybe they apply to this too. Oh, never m

Re: Can't have rehearsal mark and segno mark at same moment

2022-08-10 Thread Dan Eble
On Aug 10, 2022, at 14:20, Jean Abou Samra wrote: > > There is also \mark . I don't know if it's really that > useful. If you need this, you can just as well do > > \set Score.rehearsalMark = > \mark \default I found that interface inconvenient enough not to imitate it in the coda and seg

Re: Can't have rehearsal mark and segno mark at same moment

2022-08-10 Thread Jean Abou Samra
Le 10/08/2022 à 21:42, Jean Abou Samra a écrit : Le 10/08/2022 à 21:28, David Kastrup a écrit : Jean Abou Samra writes: Le 10/08/2022 à 20:35, Vincent Gay a écrit : 10 août 2022 20:20:52 Jean Abou Samra : Another open question is how several marks, of any kind, should be positioned re

Re: Can't have rehearsal mark and segno mark at same moment

2022-08-10 Thread Jean Abou Samra
Le 10/08/2022 à 21:28, David Kastrup a écrit : Jean Abou Samra writes: Le 10/08/2022 à 20:35, Vincent Gay a écrit : 10 août 2022 20:20:52 Jean Abou Samra : Another open question is how several marks, of any kind, should be positioned relative to each other when they are at the same place

Re: Can't have rehearsal mark and segno mark at same moment

2022-08-10 Thread David Kastrup
Jean Abou Samra writes: > Le 10/08/2022 à 20:35, Vincent Gay a écrit : >> 10 août 2022 20:20:52 Jean Abou Samra : >> >>> Another open question is how several marks, of any kind, should be >>> positioned relative to each other when they are at the same place. >>> In the example that started this t

Re: Can't have rehearsal mark and segno mark at same moment

2022-08-10 Thread Jean Abou Samra
Le 10/08/2022 à 20:35, Vincent Gay a écrit : 10 août 2022 20:20:52 Jean Abou Samra : Another open question is how several marks, of any kind, should be positioned relative to each other when they are at the same place. In the example that started this thread, should the "A" mark be above the se

Re: Can't have rehearsal mark and segno mark at same moment

2022-08-10 Thread Vincent Gay
10 août 2022 20:20:52 Jean Abou Samra : > Another open question is how several marks, of any kind, should be > positioned relative to each other when they are at the same place. > In the example that started this thread, should the "A" mark be above > the segno mark, or on its right, or on its l

Re: Can't have rehearsal mark and segno mark at same moment

2022-08-10 Thread Jean Abou Samra
Le 10/08/2022 à 19:30, Vincent Gay a écrit : Le 10/08/2022 à 05:01, Dan Eble a écrit : Can you clarify for me what you wanted to achieve? Finally I can say things differently. In jazz we don't use (or rarely use) reheasalmarks like in classical music. On the other hand we need various text sys

Re: Can't have rehearsal mark and segno mark at same moment

2022-08-10 Thread Vincent Gay
Le 10/08/2022 à 05:01, Dan Eble a écrit : Can you clarify for me what you wanted to achieve? Finally I can say things differently. In jazz we don't use (or rarely use) reheasalmarks like in classical music. On the other hand we need various text systems that can sometimes (often) overlap. I had

Re: Can't have rehearsal mark and segno mark at same moment

2022-08-10 Thread Vincent Gay
Le 10/08/2022 à 05:01, Dan Eble a écrit : I read a machine translation of the thread on lilypond-user-fr, and I thought that probably you did not really want to print a rehearsal mark and a segno simultaneously. But yes, Dan, it's really what I need. Your experience is in classical music, mi

Re: Can't have rehearsal mark and segno mark at same moment

2022-08-10 Thread Aaron Hill
On 2022-08-09 8:01 pm, Dan Eble wrote: The marks that \repeat segno creates are intended to identify points of repetition and departure for performance. Having one of those, I do not understand why one would want to identify the same point with a second mark for rehearsal. Surely this is about

Re: Nested quasiquoting and Scheme embedded in #{ #}

2022-08-10 Thread Jean Abou Samra
Le 10/08/2022 à 13:32, Jean Abou Samra a écrit : Hi, A little request for feedback from Scheme power users: Apologies: I got confused in my own thinking and thought this change would simplify more than it can do. Consider this request moot. Sorry for the noise. Jean

Re: Can't have rehearsal mark and segno mark at same moment

2022-08-10 Thread Jean Abou Samra
Le 10/08/2022 à 13:54, Dan Eble a écrit : On Aug 10, 2022, at 00:38, Werner LEMBERG wrote: Just imagine a piece (say, a waltz by Johann Strauss[*]) that has not a single segno, but a bunch of them. It might confuse an orchestra if the conductor asks to start 'at the segno' during a rehearsa

Re: Can't have rehearsal mark and segno mark at same moment

2022-08-10 Thread Dan Eble
On Aug 10, 2022, at 00:38, Werner LEMBERG wrote: > > Just imagine a piece (say, a waltz by Johann Strauss[*]) that has not > a single segno, but a bunch of them. It might confuse an orchestra if > the conductor asks to start 'at the segno' during a rehearsal – from > experience I can tell you th

Nested quasiquoting and Scheme embedded in #{ #}

2022-08-10 Thread Jean Abou Samra
Hi, A little request for feedback from Scheme power users: Consider the following snippet from David K. \version "2.23.11" #(define-macro (pattern args result)    `(define-music-function (parser location ,@args) ,(make-list (length args) 'ly:music?)   #{ $@(list ,@result) #})) $(pattern