lilypond-user
[Top][All Lists]
Advanced

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

Re: 2.23.81 coda in new staff or after blank space


From: Paul Scott
Subject: Re: 2.23.81 coda in new staff or after blank space
Date: Wed, 30 Nov 2022 08:12:58 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.3


On 11/29/22 04:06, Jean Abou Samra wrote:
Le 28/11/2022 à 06:17, Paul Scott a écrit :
My current code involves a separate \score for the coda as I learned here a long time ago. As with the blank space question I haven't yet figured out how accomplish this with the new Segno structure.



It's still possible to use several scores:


\version "2.23.81"

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

{
  \sectionLabel "Coda"
  d'1 \fine
}


If you would prefer correct MIDI, you could also use
https://lsr.di.unimi.it/LSR/Item?id=1098, but be sure
to read all the small print.

Thank you,

Paul





reply via email to

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