bug-lilypond
[Top][All Lists]
Advanced

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

Dash span bars broken with alignAboveContext


From: Jay Anderson
Subject: Dash span bars broken with alignAboveContext
Date: Sun, 15 Jul 2012 18:32:03 -0700

\version "2.15.41"

mus = \repeat unfold 5 c'1

\score
{
  \new StaffGroup \with
  { \override SpanBar #'glyph-name = #"dashed" }
  <<
    \new Staff="x"
    {
      \mus
      <<
        \mus
        \new Staff \with { alignAboveContext = "x" } \mus
      >>
    }
  >>
}

This example works in 2.14.2 with dash bars being between the staves.
In 2.15.41 the dashes are missing. Taking out the alignAboveContext
make dashed bars show, but the staff is below "x".

-----Jay



reply via email to

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