Re: 2.23.5 articulate.ly and repeat alternatives

2022-01-09 Thread Jean Abou Samra
Le 07/01/2022 à 13:12, Thomas Morley a écrit : Am Fr., 7. Jan. 2022 um 02:31 Uhr schrieb Joel C. Salomon : Yesterday, I wrote: \version "2.23.5" \include "articulate.ly" music = \relative c' { c1 \repeat volta 2 { e \alternative {

Re: 2.23.5 articulate.ly and repeat alternatives

2022-01-07 Thread Thomas Morley
Am Fr., 7. Jan. 2022 um 02:31 Uhr schrieb Joel C. Salomon : > > > Yesterday, I wrote: > > \version "2.23.5" > > \include "articulate.ly" > > > > music = \relative c' { > >c1 > >\repeat volta 2 { > > e > > \alternative { > >{ g } { gis } >

Re: 2.23.5 articulate.ly and repeat alternatives

2022-01-06 Thread Joel C. Salomon
Yesterday, I wrote:     \version "2.23.5"     \include "articulate.ly"     music = \relative c' {   c1   \repeat volta 2 {     e     \alternative {   { g } { gis }     }   }   b     }     \score { \music }     \score { \unfoldRepeats \music }

Re: 2.23.5 articulate.ly and repeat alternatives

2022-01-06 Thread Jean Abou Samra
Le 06/01/2022 à 02:10, Joel C. Salomon a écrit : A nice thing I’ve discovered in reviving my old (2.18) project is that articulate.ly now expands repeats without `\unfoldRepeats`.  A less-nice thing is that this behavior behaves oddly around `\alternative`:     \version "2.23.5"     \includ

2.23.5 articulate.ly and repeat alternatives

2022-01-05 Thread Joel C. Salomon
A nice thing I’ve discovered in reviving my old (2.18) project is that articulate.ly now expands repeats without `\unfoldRepeats`. A less-nice thing is that this behavior behaves oddly around `\alternative`: \version "2.23.5" \include "articulate.ly" music = \relative c' {