lilypond-user
[Top][All Lists]
Advanced

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

Re: Problem with repetition


From: Nick Payne
Subject: Re: Problem with repetition
Date: Wed, 02 Feb 2011 07:32:24 +1100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7

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



reply via email to

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