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: Paul Scott
Subject: Re: 2.23.81 changing dalSegnoTextFormatter
Date: Tue, 15 Nov 2022 13:56:27 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.3

On 11/15/22 1:47 PM, Jean Abou Samra wrote:
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

Thank you.  I still don't understand the internals reference well enough.



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" } #})
}

Thank you.  I still haven't learned things like lambda.

Paul





reply via email to

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