lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 2665 in lilypond: Span Bars missing with alignAbov


From: lilypond
Subject: [Lilypond-auto] Issue 2665 in lilypond: Span Bars missing with alignAboveContext
Date: Mon, 16 Jul 2012 02:40:16 +0000

Status: Accepted
Owner: ----
Labels: Type-Critical Regression

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




reply via email to

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