On 18/09/2024 11:57, David Sumbler 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 "\setScore.dalSegnoTextFormatter=#format-dal-segno-text-brief" but that doesn't seem to make any difference.  Any suggestions?

I'm not completely clear about what you are looking for, but maybe this will give you some ideas on how to proceed.

\version "2.24.0"

\layout {
  \context {
    \Score
    \override SectionLabel.direction = #DOWN
    \override SectionLabel.self-alignment-X = #RIGHT
  }
  \set Score.finalFineTextVisibility = ##t
  \set Score.fineText = \markup \larger "D. C. al fine"
}

{
  R1*4
  \sectionLabel \markup \italic "Fine"
  \section
  R1*4
  \fine
}

--
Timothy Lanfear, Bristol, UK.

Reply via email to