Is it no longer legal to have repeats without voltas?
\score {
\notes \relative c'' { \repeat 2 { a b c d } }
}
gives:
x.ly:2:52: error: parse error, expecting `ALTERNATIVE':
\notes \relative c'' { \repeat 2 { a b c d }}
And
\score {
\notes \relative c'' { \repeat 2 { a b c d } \alternative{{}{}}}
}
does not show any repeat symbols.
Peter C
- Lilypond 1.1.38 and \repeat Peter Chubb
- Lilypond 1.1.38 and \repeat Han-Wen Nienhuys
