]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyrics-multi-stanza.ly
release: 1.5.20
[lilypond.git] / input / regression / lyrics-multi-stanza.ly
index 9d879a06ea544774bee69fc97027abefaea52b71..1af9baed140378aef7eb27c4c559cabadcdef2c9 100644 (file)
@@ -1,8 +1,14 @@
+\header {
+
+texidoc = "Lyrics syllables are aligned according to
+  punctuation. Stanza and stz set stanza numbers. "
+
+}
 
        
 \score {
 \addlyrics
-  \notes \relative c'' \context Voice = duetto { \time 3/4; g2 e4 a2 f4 g2.  }
+  \notes \relative c'' \context Voice = duetto { \time 3/4 g2 e4 a2 f4 g2.  }
   \lyrics \context Lyrics <
   \context LyricsVoice = "duet-1" {
     \property LyricsVoice . stanza = "Bert"
@@ -11,6 +17,6 @@
     \property LyricsVoice . stanza = "Ernie" 
     Ooooo, ch\'e -- ri, je t'aime. }
   >
-  \paper { linewidth = -1.0;}
+  \paper { linewidth = -1.0}
 }