bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issue 1257 in lilypond: SpanBar at linebreak disappears when between \st


From: lilypond
Subject: Issue 1257 in lilypond: SpanBar at linebreak disappears when between \stopStaff and \startStaff
Date: Fri, 10 Sep 2010 01:53:47 +0000

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]