Status: Accepted
Owner: ----
Labels: Type-Critical Regression
New issue 2665 by [email protected]: Span Bars missing with
alignAboveContext
http://code.google.com/p/lilypond/issues/detail?id=2665
Staves added to a staff group, such as ossia staves, should be joined with
span bars. For cases using alignAboveContext, the span bars are no longer
printed since sometime after ver 2.14.2.
This might not be Critical, if the new span-bar system has some different
way to request a span bar. (I tried but couldn't figure out allow-span-bar
= ##t)
\version "2.15.41"
\score {
\new StaffGroup <<
\new Staff="x" {
<<
c'1
\new Staff \with {
alignAboveContext = "x"
} {
e'1 } >> } >> }
Attachments:
A.png 3.6 KB