Thanks, that works.
Knute Snortum
(via Gmail)
On Fri, May 15, 2015 at 11:29 AM, Kieren MacMillan <
kieren_macmil...@sympatico.ca> wrote:
> Hi Knute,
>
> > In this snippet, there are "pieces" of the bar line left between the
> staves. Is this a bug?
>
> No. You’ve only hidden the BarLine (which
, but if you add
\override SpanBar #'transparent = ##t
then it will go away.
- Abraham
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Transparent-bar-line-leaves-lines-between-staves-tp176602p176603.html
Sent from the
Hi Knute,
> In this snippet, there are "pieces" of the bar line left between the staves.
> Is this a bug?
No. You’ve only hidden the BarLine (which lives within the Staff), not the
SpanBar (which lives between connected Staff contexts of a PianoStaff).
Instead, use:
notes = { c8 d e d e f |
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 {