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 {}
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to