I still would appreciate help adding the coda.
I will attach my last attempt again,
Thank you,
Paul
On 11/16/22 07:59, Paul Scott wrote:
On 11/16/22 00:21, Jean Abou Samra wrote:
Was it intentional to reply off-list?
No.
Le 16/11/2022 à 07:20, Paul Scott a écrit :
On 11/15/22 3:18 PM, Jean Abou Samra wrote:
Le 15/11/2022 à 23:16, Paul Scott a écrit :
I'm not finding a place to put that where it works. I get the
default text.
The example I gave works, so can you give an example of what you
tried that does not work?
True. Your example works. Can you show me how to add a coda?
Attached is my last attempt.
I do very much appreciate the large amount of time you spend helping
users on this list. Your knowledge is amazing!
Paul
\version "2.23.81"
music = {
\repeat segno 2 {
c'1 1 1 1
\once \set Score.dalSegnoTextFormatter =
#(lambda (context repeat-count markups)
#{ \markup \column { "D.S." "Al Coda" "with Repeats" } #})
\alternative{
\volta 1 { c'1 }
\volta 2 \volta #'() {
\section
\sectionLabel "Coda"
}
}
c'1
}
d'1
}
\score{ \new Staff \new Voice \music }