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: [email protected]
 GPG-keys available on request or at public keyserver

Reply via email to