Hello all,

this example has two identical repeats with an alternative ending. After
issuing /stopStaff /startStaff the volta brackets are missing.

Can anyone help me to avoid this please?

Markus

----------------

\version "2.8.4"

\relative c'' {

  % Volta brackets displayed as expected
  \repeat volta 2 {
    | c4 c c c
  }
  \alternative {
    { | d d d d }
    { | e e e e }
  }

  \stopStaff

  s1

  \startStaff

  % This time, no volta bracket will show!
  \repeat volta 2 {
    | c4 c c c
  }
  \alternative {
    { | d d d d }
    { | e e e e }
  }
}

Attachment: novoltaexample.png
Description: PNG image

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

Reply via email to