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