lilypond-user
[Top][All Lists]
Advanced

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

Unable to use repeat volta


From: Omer Katzir
Subject: Unable to use repeat volta
Date: Thu, 7 Apr 2022 17:19:20 +0300

Using on macOS Monterey, compiled from macports 

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

%%%%


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

%%%%%

Getting 
Starting lilypond 2.22.2 [Untitled]...
Processing `/var/folders/8x/x05z181s41d8dywq2scxmj900000gn/T/frescobaldi-75pltjx1/tmpmzxk_18u/document.ly'
Parsing...

\alternative {

\volta 1,2,3 { c2 e }

\volta 1,2,3 { c2 e }
\volta 1
,2,3 { c2 e }
\volta 1,2,
3 { c2 e }

\volta 4,5 { f2 d }

\volta 4,5 { f2 d }
\volta 4
,5 { f2 d }
\volta 4,
5 { f2 d }

\volta 6 { e2 f }

\volta 6 { e2 f }
\volta
6 { e2 f }

\repeat volta 6 {

c1

\version "2.22.2"

for future compatibility
fatal error: failed files: "/var/folders/8x/x05z181s41d8dywq2scxmj900000gn/T/frescobaldi-75pltjx1/tmpmzxk_18u/document.ly"
Exited with return code 1.


reply via email to

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