On 27/12/2024 21:13, Lucas Cavalcanti wrote:
Is there any way to replicate this image in lilypond? I thought the empty \volta 1 would be enough, but the results ("D.C. al e poi la <coda-sign that is missing>") aren't sufficient and I haven't found a way to change lilypond's segno text.
image.png


I think this does what you want. You could also replace the inner \repeat segno with a \repeat volta

version "2.24.3"

{
  \clef "bass"
  \repeat segno 2 {
    { \repeat segno 2 { c1 d e f } }
    \alternative {
      \volta 1 { g1 g g g }
      \volta 2 \volta #'() { \section \sectionLabel "Coda" }
    }
  }
  \stopStaff
  s1
  \startStaff
  b1
}

--
Timothy Lanfear, Bristol, UK.

Reply via email to