lilypond-user
[Top][All Lists]
Advanced

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

\sectionLabel and \repeat segno


From: Joel C. Salomon
Subject: \sectionLabel and \repeat segno
Date: Fri, 25 Feb 2022 14:18:21 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

… interact oddly. Which is reasonable, since the segno mark is the same sort of creature as section labels. But what’s a good work-around?

(In my actual code, it’s the segno mark that wins; not sure why it’s the section label in this minimal example.)

—Joel

\version "2.23.6"

musicA = { c'' }

musicB = {
  \sectionLabel "brokenlabel"
  \repeat segno 2 {
    d''
    \volta 2 \fine
    e''
  }
}

\score {
  { \musicA \musicB }
}



reply via email to

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