This clearly looks like a bug, so I forward it to bug-lilypond.

  /Mats

Markus Schneider wrote:

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

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

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

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

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



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

Reply via email to