]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/addlyrics-to-staff-context.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / addlyrics-to-staff-context.ly
1 \version "2.19.14"
2
3 \header {
4   texidoc = "
5 @code{\\addlyrics} may get used on a @code{Staff} context and will
6 then consider all note events created below it for synchronization.
7 "
8 }
9
10 \relative \new Staff {
11   \time 2/4
12   c''4 b8. a16 g4.
13   << { r8 a4( b) c2 } \\
14      { f,8 e4 d c2 }
15   >>
16 }
17 \addlyrics {
18   Life is __ _ love, _ live __ _ life.
19 }
20 \addlyrics {
21   No more let sins and sor -- rows grow.
22 }