]> 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 c92a19352be7136e7a41ad925ed880f3dd8054e4..53a99a2ed1014e079d8c8c774857732ce50a78b5 100644 (file)
@@ -1,5 +1,5 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\version "1.9.4"
 \header {
 
 texidoc = "Lyrics syllables are aligned according to
@@ -10,15 +10,15 @@ 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}
 }