lilypond-user
[Top][All Lists]
Advanced

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

Volta brackets wont show after /stopStaff /startStaff


From: Markus Schneider
Subject: Volta brackets wont show after /stopStaff /startStaff
Date: Fri, 16 Jun 2006 02:35:54 +0200

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


reply via email to

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