Le 28/11/2022 à 06:17, Paul Scott a écrit :
My current code involves a separate \score for the coda as I learned here a long time ago. As with the blank space question I haven't yet figured out how accomplish this with the new Segno structure.
It's still possible to use several scores:
\version "2.23.81"
{
\repeat segno 2 {
c'1 1 1
\once \set Score.dalSegnoTextFormatter =
#(lambda (context repeat-count markups)
#{ \markup \column { "D.S." "Al Coda" "with Repeats" } #})
}
\section
}
{
\sectionLabel "Coda"
d'1 \fine
}
If you would prefer correct MIDI, you could also use
https://lsr.di.unimi.it/LSR/Item?id=1098, but be sure
to read all the small print.
Best,
Jean
OpenPGP_signature
Description: OpenPGP digital signature
