lilypond-user
[Top][All Lists]
Advanced

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

Transparent bar line leaves lines between staves


From: Knute Snortum
Subject: Transparent bar line leaves lines between staves
Date: Fri, 15 May 2015 11:17:47 -0700

In this snippet, there are "pieces" of the bar line left between the staves.  Is this a bug?

\version "2.19.20"

notes = { c8 d e d e f | e f g f g a | }
rh = \relative c'' \notes
lh = \relative c \notes

global = {
  \key c \major
  \time 6/8
}

\score {
  \new PianoStaff <<
    \new Staff {
      \global
      \clef treble
      \rh
    }
    \new Staff { 
      \global 
      \clef bass 
      \lh
    }
  >>
  \layout { 
    \context {
      \Score
      \override BarLine #'transparent = ##t
    }
  } 
}

Knute Snortum
(via Gmail)

reply via email to

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