Consider accidentals in optical spacing correction.
[lilypond.git] / input / regression / span-bar.ly
blobfeb952071626752c61c6c26963b613e13f239ef2
1 \version "2.12.0"
2 \header {
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
7 between systems.
12 \layout {
13 \context {
14 \Staff
16 ragged-right =##t
19 \relative c' \new StaffGroup <<
20 \new Staff {
22 \once \override Score.BarLine #'transparent = ##t
24 \once \override Score.SpanBar #'transparent = ##t
25 a1 a1
26 \bar "|."
28 \lyricmode <<
29 \new Lyrics { bla1 die bla }
30 \new Lyrics { foo bar foo }
32 \new Staff {
33 f1 f1 f1 f1
39 %% Local variables:
40 %% LilyPond-indent-level:2
41 %% End: