… 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