Originally created by: *anonymous
Originally created by: ma...@gregoriana.sk
Reported by Jonas Müthing:
http://lists.gnu.org/archive/html/bug-lilypond/2012-10/msg00018.html
When typing the following code the span bar at the line break disappears:
\version "2.17.3"
\score {
\new PianoStaff <<
\new Staff {
b'1 b'
\stopStaff
\break
\startStaff
b' b'
}
\new Staff {
b'1 b'
\break
b' b'
}
>>
\layout {
indent = #0
line-width = #50
}
}
This was reported as issue 1257 in september 2010 for version 2.13.32 and then
confirmed as fixed in 2.13.48/49. I tried the same sample in 2.16.0 and 2.17.3
and the problem is back again, no span bar at \break.
Originally posted by: Elu...@gmail.com
this has been re-introduced with 2.15.42
but honestly I don't like the span bar and bar line older versions produce in the end of the first line
I think there's another inconsistency:
shouldn't there be a system bracket when the staff is reactivated - even if this happens only in the non first measure of the 2nd line?
Eluze