lilypond-user
[Top][All Lists]
Advanced

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

Re: Help with D.S w/ Volta 1 empty


From: Timothy Lanfear
Subject: Re: Help with D.S w/ Volta 1 empty
Date: Fri, 27 Dec 2024 22:23:05 +0000
User-agent: Mozilla Thunderbird

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

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