lilypond-user
[Top][All Lists]
Advanced

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

Re: Definition of repeats using segno and coda


From: Jean Abou Samra
Subject: Re: Definition of repeats using segno and coda
Date: Sun, 26 Feb 2023 20:51:31 +0100
User-agent: Evolution 3.46.4 (3.46.4-1.fc37)

Le dimanche 26 février 2023 à 20:39 +0100, Volodymyr Prokopyuk a écrit :

Hi,

I'd like to find out the right way to define repeats using segno and coda.

**Desired output written in scores
**

Section A { ^codaMark } Section B { _D.C. al codaMark a poi la Coda } { ^Coda } Section C

Order of sections to play
Section A => Section B => Section A => Section C

Questions

This works for me:

\version "2.24.1"

mus = {
  \repeat segno 2 {
    a'1 1 1
    \alternative {
      \volta 1 {
        b'1 1 1
      }
      \volta 2 {
        \section
        \sectionLabel "Coda"
      }
    }
  }
  c''1 1 1
}


{ \mus }

What do you mean by “imperatively instruct”?

Regards,

Jean

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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