lilypond-user
[Top][All Lists]
Advanced

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

Re: Simple ternary da capo structure


From: Xavier Scheuer
Subject: Re: Simple ternary da capo structure
Date: Wed, 18 Sep 2024 14:21:07 +0200

On Wed, 18 Sept 2024 at 12:57, David Sumbler <david@aeolia.co.uk> 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


reply via email to

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