]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyrics-multi-stanza.ly
release: 1.3.132
[lilypond.git] / input / regression / lyrics-multi-stanza.ly
1
2         
3 \score {
4 \addlyrics
5   \notes \relative c'' \context Voice = duetto { \time 3/4; g2 e4 a2 f4 g2.  }
6   \lyrics \context Lyrics <
7   \context LyricsVoice = "duet-1" {
8     \property LyricsVoice . stanza = "Bert"
9     Hi, my name is bert.    }
10   \context LyricsVoice = "duet-2" {
11     \property LyricsVoice . stanza = "Ernie" 
12     Ooooo, ch\'e -- ri, je t'aime. }
13   >
14   \paper { linewidth = -1.0;}
15 }
16