Hello. In this MWE the \volta 1 is empty - as the piece returns to D.C/D.S immediately. The song structure is something as A A B A C.
However, the musician's instructions give this weird "D.C to *empty* and go to Coda". Is there a command to make the instructions not weird like a straight "D.C to Coda"?
\version "2.24.3"
music = {
\clef bass
\repeat segno 3 {
c1 d e f
\alternative {
\volta 1 {}
\volta 2 {g1 g1 g1 g1}
\volta 3 {b1}
} % end alternative
} % end ds
} % end variable
\score { \music }
\score { \unfoldRepeats \music }
DSVolta1Empty.pdf
Description: Adobe PDF document
