lilypond-user
[Top][All Lists]
Advanced

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

RE: Problem with repetition


From: James Lowe
Subject: RE: Problem with repetition
Date: Wed, 2 Feb 2011 11:59:35 +0000

Martin,

-----Original Message-----
From: address@hidden [mailto:address@hidden On Behalf Of Nick Payne
Sent: 01 February 2011 20:32
To: address@hidden
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





reply via email to

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