bug-lilypond
[Top][All Lists]
Advanced

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

2.6.5 no volta brackets after \stopstaff \startstaff


From: Markus Schneider
Subject: 2.6.5 no volta brackets after \stopstaff \startstaff
Date: Thu, 26 Jan 2006 10:31:18 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hello,

I'm getting no volta brackets after issuing the \stopstaff \startstaff commands
in lilypond 2.6.5 for win32/W2k.

Script:

\version "2.6.5"

rep = {
  \repeat volta 4 {
      | d d d d
    }
    \alternative { {
      | d d d d
    } {
      | e e e e
    }}
}

{
  \relative c'' {
    | c4 c c c
    % Correct display of volta brackets
    \rep
    | f f f f
    \stopStaff
    | g g g g
    \startStaff 
    | f f f f
    % No volta brackets are drawn this time!
    \rep
    \bar "|."
  }
}





reply via email to

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