(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 }
}
