]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyrics-multi-stanza.ly
1af9baed140378aef7eb27c4c559cabadcdef2c9
[lilypond.git] / input / regression / lyrics-multi-stanza.ly
1 \header {
2
3 texidoc = "Lyrics syllables are aligned according to
4   punctuation. Stanza and stz set stanza numbers. "
5
6 }
7
8         
9 \score {
10 \addlyrics
11   \notes \relative c'' \context Voice = duetto { \time 3/4 g2 e4 a2 f4 g2.  }
12   \lyrics \context Lyrics <
13   \context LyricsVoice = "duet-1" {
14     \property LyricsVoice . stanza = "Bert"
15     Hi, my name is bert.    }
16   \context LyricsVoice = "duet-2" {
17     \property LyricsVoice . stanza = "Ernie" 
18     Ooooo, ch\'e -- ri, je t'aime. }
19   >
20   \paper { linewidth = -1.0}
21 }
22