lilypond-user
[Top][All Lists]
Advanced

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

Re: 2.23.81 changing dalSegnoTextFormatter


From: Jean Abou Samra
Subject: Re: 2.23.81 changing dalSegnoTextFormatter
Date: Tue, 15 Nov 2022 21:47:53 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.1

Le 15/11/2022 à 21:24, Paul Scott a écrit :
I see \set Score.dalSegnoTextFormatter = #format-dal-segno-text-brief

in NR 1.4.1 .

How can I find the documentation to change the text used?


In the internals reference, like all properties in general.

https://lilypond.org/doc/v2.23/Documentation/internals/tunable-context-properties


For example I need the common

"D.S. Al Coda with repeats"


\version "2.23.81"

\repeat segno 2 {
  c'1 1 1 1 1
  \once \set Score.dalSegnoTextFormatter =
    #(lambda (context repeat-count markups)
      #{ \markup \column { "D.S." "Al Coda" "with Repeats" } #})
}


Best,
Jean


Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

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