]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-phrasing.ly
* input/regression/{many}.ly: refresh, trying to guess how
[lilypond.git] / input / regression / lyric-phrasing.ly
index 0cdeeab8b38b27a8f1a03449719ff99785642060..3f3414e78df771bb153c123a7c3bbfe5c71417b3 100644 (file)
@@ -1,24 +1,21 @@
 
-\version "2.1.7"
+\version "2.1.22"
 \header{
-  texidoc="Lyric phrasing
+  texidoc="
+  The multiple stanzas of lyric phrasing are aligned according to the start 
+  and end of a phrase.
 
-  We find start and end of phrases, and align lyrics of multiple stanzas
-  accordingly.
-
-  Also, lyrics at start of melismata should be left aligned.
-  (is that only lyrics that are followed by `__'?  Because
-  that seems to be the case now -- jcn)
+  By default, lyrics are centered with respect to the corresponding notes.
 
 @example
-          |        |        |     |      |
-         x|       x|       x|    x|     x|
+           |        |        |     |      |
+          x|       x|       x|    x|     x|
 
      1:  Start  sentence  melisma      end.
      2:  x         x         x______      x
 @end example
 
-  Only lyrics that are followed by '__' while there's a melisma,
+  While there is a melisma, lyrics are followed by '__' and they
   are left-aligned, in this case the third x."
 }
 
       \autoBeamOff
       a a a8 ( a) a4
     }
-    \context Lyrics <<
-      \new LyricsVoice \newaddlyrics "v"  \lyrics {
-        \property LyricsVoice . stanza = "1:"
+  <<
+      \new Lyrics \lyricsto "v"  \lyrics {
+        \set stanza = "1:"
         Start sentence melisma end.
       }
-      \new LyricsVoice \newaddlyrics "v" \lyrics {
-        \property LyricsVoice . stanza = "2:"
+      \new Lyrics \lyricsto "v" \lyrics {
+        \set stanza = "2:"
         x x x __ x.
       }
    >>