Greetings!

I would like to do something like this:



I added the red volta in Inkscape

This is the mwe I used to create the basic structure:
\fixed c'' {
  \repeat volta 4 {
    c4 d e f
    \alternative {
      \volta 1,2,3 { \once \override Score.VoltaBracket.musical-length = \musicLength 1
      c2 e c e c e c e \break c e c e c e c e }
      \volta 4 { f2 d }
    }
  }
  c1
}

Which command would I need to add for a left-open volta with no text for the final measure of a repeat?


Best wishes,
Jakob

Reply via email to