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 "|."
}
}
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond