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

New issue 1257 by pnorcks: SpanBar at linebreak disappears when between \stopStaff and \startStaff
http://code.google.com/p/lilypond/issues/detail?id=1257

Original report:
http://lists.gnu.org/archive/html/bug-lilypond/2010-09/msg00130.html

%% BEGIN
\version "2.13.32"

\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
  }
}
%% END


Attachments:
        span-bar.png  2.2 KB


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to