]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyrics-multi-stanza.ly
*** empty log message ***
[lilypond.git] / input / regression / lyrics-multi-stanza.ly
index c630209cda3ba38d2bde939516e8947405625404..53a99a2ed1014e079d8c8c774857732ce50a78b5 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.18"
+
+\version "1.9.4"
 \header {
 
 texidoc = "Lyrics syllables are aligned according to
@@ -9,16 +10,16 @@ texidoc = "Lyrics syllables are aligned according to
        
 \score {
 \addlyrics
-  \notes \relative c'' \context Voice = duetto { \time 3/4 g2 e4 a2 f4 g2.  }
-  \lyrics \context Lyrics <
+  \notes \relative c'' \context Voice = duet { \time 3/4 g2 e4 a2 f4 g2.  }
+  \lyrics \context Lyrics <<
   \context LyricsVoice = "duet-1" {
     \property LyricsVoice . stanza = "Bert"
     Hi, my name is bert.    }
   \context LyricsVoice = "duet-2" {
     \property LyricsVoice . stanza = "Ernie" 
     Ooooo, ch\'e -- ri, je t'aime. }
-  >
+  >>
   \paper { raggedright = ##t}
 }
 
-%% new-chords-done %%
+