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)
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to