lilypond-user
[Top][All Lists]
Advanced

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

Re: Changing volta number text


From: Ralph Palmer
Subject: Re: Changing volta number text
Date: Thu, 20 May 2021 09:24:05 -0700

On Tue, May 18, 2021 at 1:11 PM Jean Abou Samra <jean@abou-samra.fr> wrote:

It is worth noting that the \volta command added by Dan Eble in the 2.23
development series does exactly the job requested here, if I understood
correctly.

\version "2.23.2"

\language english

{
   \time 3/4
   \repeat volta 4
   {
     a'4 b' c' |
     b'4 c' d' |
   }
   \alternative {
     \volta 1,3 {
       e'4 f' g' |
     }
     \volta 2 {
       d'4 c' b' |
     }
     \volta 4 {
       g'4 a' b' |
     }
   }
   c'2.
}

Updated documentation is here:

http://lilypond.org/doc/v2.23/Documentation/notation/long-repeats.html#alternative-endings

Best,
Jean

Wow! Thanks, Jean. Downloaded and (with some fits and starts) installed 2.23.2.

All the best,

Ralph

--
Ralph Palmer
Seattle
USA
(he, him, his)
palmer.r.violin@gmail.com

reply via email to

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