lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 2876 in lilypond: SpanBar at linebreak disappears


From: lilypond
Subject: [Lilypond-auto] Issue 2876 in lilypond: SpanBar at linebreak disappears when between \stopStaff and \startStaff
Date: Wed, 03 Oct 2012 18:54:19 +0000

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

New issue 2876 by address@hidden: 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

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