Update .ly files.
[lilypond.git] / input / regression / span-bar-partial.ly
blob6ef67048fec23c6ce143268b7173c79a2d4ec6cd
1 \version "2.12.0"
2 \header {
3 texidoc = "Span bars can be turned on/off on a staff-by-staff basis."
6 \layout {
7 \context {
8 \Staff
10 ragged-right =##t
13 \relative c' \new StaffGroup <<
14 \new Staff {
16 \once \override Staff.BarLine #'allow-span-bar = ##f
17 c1 c1 c1
18 \bar "|."
20 \new Staff {
21 a1 a1
22 \once \override Staff.BarLine #'allow-span-bar = ##f
23 a1 a1
25 \new Staff {
26 f1 f1 f1 f1
32 %% Local variables:
33 %% LilyPond-indent-level:2
34 %% End: