3 texidoc
= "Span bars are drawn only between staff bar lines. By setting
4 bar lines to transparent, they are shown only between systems.
6 Setting @code{SpanBar} transparent removes the barlines
19 \relative c' \new StaffGroup
<<
22 \once \override Score
.BarLine
#'transparent
= ##t
24 \once \override Score
.SpanBar
#'transparent
= ##t
29 \new Lyrics
{ bla
1 die bla
}
30 \new Lyrics
{ foo bar foo
}
40 %% LilyPond-indent-level:2