Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 2876 by [email protected]: SpanBar at linebreak disappears when between \stopStaff and \startStaff
http://code.google.com/p/lilypond/issues/detail?id=2876

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.


Attachments:
        bug.png  5.0 KB

Reply via email to