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 {
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 }
>
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 }
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
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' {