lilypond-user
[Top][All Lists]
Advanced

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

Problem with repetition


From: Martin Chicoine
Subject: Problem with repetition
Date: Tue, 1 Feb 2011 12:30:23 -0500

What is the problem with this example? The second alternative does not show.

Thanks.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\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 {}
}


reply via email to

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