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

Reply via email to