Comment #8 on issue 1962 by [email protected]: Visible gap in span bar when making lyrics to avoid bar lines
http://code.google.com/p/lilypond/issues/detail?id=1962
jfyi: now i have for lyrics contexts (when i want lyrics to avoid barlines): \consists "Bar_engraver" \consists "Separating_line_group_engraver" \override BarLine #'transparent = ##t \override BarLine #'bar-extent = #'(-0.001 . 0.001) \override BarLine #'minimum-Y-extent = #'(1 . -1) \override BarLine #'Y-extent = #'(1 . -1)
