Martin,

-----Original Message-----
From: lilypond-user-bounces+james.lowe=datacore....@gnu.org 
[mailto:lilypond-user-bounces+james.lowe=datacore....@gnu.org] On Behalf Of 
Nick Payne
Sent: 01 February 2011 20:32
To: lilypond-user@gnu.org
Subject: Re: Problem with repetition

On 02/02/11 04:30, Martin Chicoine wrote:
> \version "2.12.3"
>
> \score {
>   \new Staff {
>     \new Voice {
>        \relative c'' {
>                   \repeat volta 2 {
>                              a4 b d f |
>                              c a c d |
>                              c d e a |
>                   }
>                   \alternative {
>                              {a c e d} |
>                              {a d c e} |
>                   }
>        }
>     }
>   }
>   \layout {}
> }
You need to get rid of the barcheck between the first and second alternatives. 
You can't have anything between the closing brace of one and the opening brace 
of another. Move the barchecks inside the braces.


--

Nick is correct, and we have updated the newer version of the documentation 
explaining this so hopefully other users won't make the same mistake.

James



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to