lilypond-user
[Top][All Lists]
Advanced

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

Re: Unable to use repeat volta


From: Michael Gerdau
Subject: Re: Unable to use repeat volta
Date: Thu, 7 Apr 2022 16:36:22 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

Using on macOS Monterey, compiled from macports

Taken the snippet from
https://lilypond.org/doc/v2.23/Documentation/notation/long-repeats <https://lilypond.org/doc/v2.23/Documentation/notation/long-repeats>

%%%%

Here the line

\fixed c'' {

is missing.

   \repeat volta 6 {
     c4 d e f
     \alternative {
       \volta 1,2,3 { c2 e }
       \volta 4,5 { f2 d }
       \volta 6 { e2 f }
     }
   }
   c1
}

%%%%%

With the above line it works for me.
Even w/o that line I get at least some of the above compiled. I certainly do not get your erros. I'm on Windows and 2.23.7 though.

Kind regards,
Michael

--
 Michael Gerdau       email: mgd@qata.de
 GPG-keys available on request or at public keyserver



reply via email to

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