Re: skip-of-length and \unfoldRepeats

2022-02-16 Thread Werner LEMBERG
>>> Now that I know to look for it, the definition of `\skip` in >>> >>> does describe this behavior. But I would never have found this on >>> my own. >> >> OK, how did you search exactly? Where di

Re: skip-of-length and \unfoldRepeats

2022-02-15 Thread Jean Abou Samra
Le 16/02/2022 à 06:04, Werner LEMBERG a écrit : In recent versions, like version 2.23.6 which you are using, you can use \skip \musicA which is nicer syntax-wise and plays well with \unfoldRepeats. Now that I know to look for it, the definition of `\skip` in

Re: skip-of-length and \unfoldRepeats

2022-02-15 Thread Werner LEMBERG
>> In recent versions, like version 2.23.6 which you are using, you >> can use >> >> \skip \musicA >> >> which is nicer syntax-wise and plays well with \unfoldRepeats. > > Now that I know to look for it, the definition of `\skip` in >

Re: skip-of-length and \unfoldRepeats

2022-02-15 Thread Joel C. Salomon
On 2/15/22 14:22, Jean Abou Samra wrote: In recent versions, like version 2.23.6 which you are using, you can use \skip \musicA which is nicer syntax-wise and plays well with \unfoldRepeats. Now that I know to look for it, the definition of `\skip` in

Re: skip-of-length and \unfoldRepeats

2022-02-15 Thread Valentin Petzel
I’m sorry if this has come across in the wrong way. English is not my native language, so sometime I do not get the tone right and sound ruder than I intended. I did by no means indent to reprimand you for your legitimate question. With the amazing Jean’s comment #skip-of-length should probably

Re: skip-of-length and \unfoldRepeats

2022-02-15 Thread Joel C. Salomon
On 2/15/22 14:22, Jean Abou Samra wrote: Le 15/02/2022 à 20:19, Joel C. Salomon a écrit : … seem not to play nicely together. In recent versions, like version 2.23.6 which you are using, you can use \skip \musicA which is nicer syntax-wise and plays well with \unfoldRepeats. Thank you; thi

Re: skip-of-length and \unfoldRepeats

2022-02-15 Thread Joel C. Salomon
On 2/15/22 14:38, Valentin Petzel wrote: 15.02.2022 20:20:02 Joel C. Salomon : … seem not to play nicely together. Well, how should they? At the point the skip-of-length is evaluated the repeats are not yet unfolded. To achieve what you want we could have some mechanics where skip events co

Re: skip-of-length and \unfoldRepeats

2022-02-15 Thread Jean Abou Samra
Le 15/02/2022 à 20:19, Joel C. Salomon a écrit : … seem not to play nicely together. ―Joel \version "2.23.6" musicA = \fixed c'' \repeat volta 2 { c d } musicB = \fixed c { a b } music = {   \musicA   \musicB } dynamics = {   <>\f   #(skip-of-length musicA)   <>\p   #(skip-of-length music

Re: skip-of-length and \unfoldRepeats

2022-02-15 Thread Valentin Petzel
Well, how should they? At the point the skip-of-length is evaluated the repeats are not yet unfolded. To achieve what you want we could have some mechanics where skip events could have an element property, and have the handling be done by the engraver. Valentin 15.02.2022 20:20:02 Joel C. Salo