]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyrics-spanbar.ly
Doc-es: various updates.
[lilypond.git] / input / regression / lyrics-spanbar.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "Empty measures do not confuse @code{SpanBarStub}.
5 These lyrics should remain clear of the span bars.
6 "
7 }
8
9 \new StaffGroup <<
10   \new Staff { \repeat unfold 8 { R1 e'1 } }
11   \addlyrics {
12     Worked twice...
13     and then
14     I continued...
15     working... correctly.
16   }
17   \new Staff { R1*16 }
18 >>