Fix 524 pitched trill losing accidental.
[lilypond.git] / input / regression / span-bar-partial.ly
blobc1075bc8c7ad9764220f7b8573fa8b9eb80d17ba
1 \version "2.11.32"
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: