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
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user