lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

2.23.5 articulate.ly and repeat alternatives


From: Joel C. Salomon
Subject: 2.23.5 articulate.ly and repeat alternatives
Date: Wed, 5 Jan 2022 20:10:59 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.4.1


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' {
      c1
      \repeat volta 2 {
        e
        \alternative {
          { g } { gis }
        }
      }
      b
    }

    \score { \music }
    \score { \unfoldRepeats \music }
    \score { \articulate \music }
    \score { \articulate \unfoldRepeats \music }

Both alternatives print each time with `\articulate`, though naked `\unfoldRepeats` works on its own.

(And `\articulate \unfoldRepeats` behaves the same as `\articulate`, which suggests my mental model of these as music functions is missing something.)

—Joel C. Salomon



reply via email to

[Prev in Thread] Current Thread [Next in Thread]