lilypond-devel
[Top][All Lists]
Advanced

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

Nested segno and volta repeats


From: Jean Abou Samra
Subject: Nested segno and volta repeats
Date: Sun, 29 May 2022 09:56:06 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1

Hi Dan,

Is there any way to get this repeat structure with the recent
repeat additions? This is from a question on the user list.

||:  A    :||     B    ||
         Fine      D.C. Al Fine

-> A A B A


My first thought was to do

\version "2.23.10"

m =
\repeat segno 2 {
  \repeat volta 2 {
    a'1
  }
  \volta 2 \fine
  b'1
}

{ \m }
{ \unfoldRepeats \m }


That works about fine, except that the resulting
structure with \unfoldRepeats is A A B A A and
not A A B A. What I need seems to be a kind of
\volta 2 \fine within the inner \repeat volta
that would apply \volta with the outer \repeat
segno. Did miss something like that? Should
it be registered as a feature request?

Best,
Jean




reply via email to

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