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

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

Reply via email to