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