]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-extender-broken.ly
* input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
[lilypond.git] / input / regression / lyric-extender-broken.ly
1 \version "2.1.7"
2 \header{
3     texidoc =
4
5     "Extenders that end a staff should not extend past the staff."
6
7 }
8
9 sopran = \notes \relative c'' {
10 \time 3/4 a2.( | \break
11  g2) g4
12 }
13
14 text = \lyrics {
15 Aaaaa __ aaaaaah
16 }
17
18 \score {
19 <<
20     
21   \context Voice = "foo" \sopran
22   \context LyricsVoice \newaddlyrics foo \text
23 >>
24 \paper { linewidth = 5.0\cm
25 }
26 }
27