Hello! I'm trying to replicate this behaviour in Lilypond but having a little bit of trouble.
But I can only do something like this:
I've used the SegnoFormatter brief mode but it gives me a double coda marking, which I do not want.
Any help would be appreciated!
On a side note: is it possible to to move the segno "text" above a staff/context? Is it possible to also change the phrase (as to translate it to another language)?
CODE:
\version "2.24.4"
music = {\relative c'' {
c,2 g'
\repeat segno 3 {
c4 d e d
c4 d e d
\alternative {
\volta 1 {g, a b a g a b a}
\volta 2 {c, d e d c d e d}
\volta 3 {\fine }
} % end alternative
} % end segno
}} % end relative & variable
\score { \music }
\score { \unfoldRepeats {\music} }
Best regards,
Lucas