]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/span-bar.ly
* Documentation/user/refman.itely: updates.
[lilypond.git] / input / regression / span-bar.ly
1 \version "1.7.16"
2 \header {
3 texidoc = "Span bars draw only in between staff bar lines, so setting those to transparent shows bar lines between systems only.
4 "
5 }
6
7 \score {
8  \notes \relative c' \context StaffGroup = groupie <
9   \context Staff = SA { c1 c1 c1}
10   \context Lyrics = LA \lyrics <
11    { bla1 die bla }
12   >
13   \context Staff = SB { a1 a1 a1}
14   \context Lyrics = LB \lyrics <
15    { bla1 die bla }
16    { foo bar foo }
17   >
18   \context Staff = SC { f1 f1 f1}
19   \context Lyrics = LC \lyrics <
20    { bla1 die bla }
21    { foo bar foo }
22    { foo bar foo }
23   >
24   \context Staff = SD { d1 d1 d1}
25   \context Lyrics = LD \lyrics <
26    { bla1 die bla }
27    { foo bar foo }
28    { foo bar foo }
29    { foo bar foo }
30   >
31  >
32  \paper {
33   \translator {
34    \StaffContext
35    BarLine \override #'transparent = ##t
36   }
37  }
38 }
39 %% new-chords-done %%