Re: Transparent bar line leaves lines between staves

2015-05-15 Thread Knute Snortum
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

Re: Transparent bar line leaves lines between staves

2015-05-15 Thread tisimst
, 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

Re: Transparent bar line leaves lines between staves

2015-05-15 Thread Kieren MacMillan
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 |

Transparent bar line leaves lines between staves

2015-05-15 Thread Knute Snortum
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 {