lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Segno Structure + Fine


From: Lucas Cavalcanti
Subject: Segno Structure + Fine
Date: Sun, 25 Aug 2024 14:55:37 -0300

Hello! I'm trying to replicate this behaviour in Lilypond but having a little bit of trouble.
image.png

But I can only do something like this:
image.png
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

Attachment: HelpWantedSegno.ly
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]