Hello, fellow lilypond users!

Is it possible to use the segno and volta commands in lilypond to generate
a file like this screenshot below?
[image: image.png]
This question arose because I need to use the \unfoldRepeats command to
check if my parts are synced (polymeter music)
.

Best regards,
Lucas

Base code:
\version "2.24.4"
\relative c'' {
  c1 d e f \break
  %\repeat segno 2 {
    \repeat volta 2 {
      c4 d8 e c4 d8 e
      c4 d8 e c4 d8 e
      c4 d8 e c4 d8 e
      \alternative {
      \volta 1 {f1}
      \volta 2 {g1}
      } % end alternative
    } % end ritornelo
  %} % end segno
  \break e1 } % EOF

Reply via email to