On Wed, 18 Sept 2024 at 12:57, David Sumbler <[email protected]> wrote:
>
> Thank you both for your help. I'm still struggling with one thing,
though. I want "D.C." at the end of the 'B' section, rather than "D.C. al
Fine". The best thing I have managed so far was to put \jump "D.C." at the
end, but of course that doesn't remove the other marking. I have tried
"\set Score.dalSegnoTextFormatter = #format-dal-segno-text-brief" but that
doesn't seem to make any difference. Any suggestions?
Hello,
It should be possible to adapt/create his own #format-dal-segno based on
the current definitions in scm/translation-functions.scm.
Or simply use something like
\once \set Score.dalSegnoTextFormatter =
#(lambda _
#{ \markup \right-column { "D.C." } #})
Kind regards,
Xavier