]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyrics-extender.ly
* scm/chord-name.scm (set-chord-name-style): new function.
[lilypond.git] / input / regression / lyrics-extender.ly
1 \version "1.7.6"
2 \header{
3     texidoc =
4
5     "Extenders that end a staff should not extend past the staff.
6 Also shown: a trick to get an extender at the end of the staff.
7 "
8
9 }
10
11 sopran = \notes \relative c'' {
12 \time 3/4 a2.( | \break
13 )g2 < g4 { s8 s8 } > |
14 }
15
16 text = \lyrics {
17 vielt __ Zeit. __ " " 
18 }
19
20 \score {
21 <
22 \addlyrics
23   \context Staff \sopran
24   \context Lyrics \text
25 >
26 \paper { linewidth = 5.0\cm
27 }
28 }
29 %% new-chords-done %%