]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/span-bar.ly
* buildscripts/mf-to-table.py (base): break table every three
[lilypond.git] / input / regression / span-bar.ly
1 \version "1.7.18"
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 = SB { a1 a1 a1}
10   \context Lyrics = LB \lyrics <
11    { bla1 die bla }
12    { foo bar foo }
13   >
14   \context Staff = SC { f1 f1 f1}
15  >
16  \paper {
17   \translator {
18    \StaffContext
19    BarLine \override #'transparent = ##t
20   }
21   raggedright =##t 
22  }
23 }
24