Kieren MacMillan wrote:
Hi Dominic,

Interesting... I tried
________________

\version "2.11.35"
music =
{
    e4 e e e |
    e e e \bar "" \break
    \repeat volta 1 { e | e e e e }
}
\score { \music }
________________

but this exposes a bug (at least, it doesn't behave according to the documentation).
That's not a bug. The \bar "" overrides the bar line setting provided by the \repeat command, so that the bar type (before and after the line break) is "".
What in the documentation contradicts this behaviour?

   /Mats


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

Reply via email to