I'm wondering the same thing, here's my example: \version "2.24.4"
\relative c' {
c1
\mark \markup{\segno}
\repeat volta 2 {
d
\mark \markup{\coda}
\alternative {
\volta 1 {
e
}
\volta 2 {
f
}
}
}
g_\markup { \hspace #8 \center-column {
\line {\italic "D.S." \segno \italic "al" \coda}
\italic "e poi la Coda"
}
}
\break
\sectionLabel "Coda"
\repeat unfold 5 {a}
\bar "|."
}
Is it possible to write this using repeat segno structure?
