]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyrics-multi-stanza.ly
* input/regression/slur-area.ly: move from test/
[lilypond.git] / input / regression / lyrics-multi-stanza.ly
index 9aa98b4565f9c7a977b3eefc3a75e92027cab4f5..b6001112d84d9bb33d6c6e59eb374899d80bcbe3 100644 (file)
@@ -1,9 +1,15 @@
+\version "1.7.18"
+\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"
@@ -12,6 +18,7 @@
     \property LyricsVoice . stanza = "Ernie" 
     Ooooo, ch\'e -- ri, je t'aime. }
   >
-  \paper { linewidth = -1.0;}
+  \paper { raggedright = ##t}
 }
 
+