]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-phrasing.ly
new file.
[lilypond.git] / input / regression / lyric-phrasing.ly
index 915791596a08581af5258ba24842fbe1a5c6b738..a6cc56ed3886dab23cf46713b87c37bf0e92df42 100644 (file)
@@ -1,40 +1,26 @@
+\version "2.3.4"
+\header {
 
-\version "2.1.26"
-\header{
-  texidoc="
-  The multiple stanzas of lyric phrasing are aligned according to the start 
-  and end of a phrase.
+texidoc = "
+  Normally, the lyric is centered on the note head. However, on
+  melismata, the text is left aligned on the left-side of the note head.
 
-  By default, lyrics are centered with respect to the corresponding notes.
-
-@example
-           |        |        |     |      |
-          x|       x|       x|    x|     x|
-
-     1:  Start  sentence  melisma      end.
-     2:  x         x         x______      x
-@end example
-
-  While there is a melisma, lyrics are followed by '__' and they
-  are left-aligned, in this case the third x."
+"
 }
 
-\paper { raggedright = ##t}
-\score {
-  \addlyrics
-    \context Voice = "v" \notes  \relative c'' {
-      \autoBeamOff
-      a a a8 ( a) a4
-    }
-  <<
-      \new Lyrics \lyricsto "v"  \lyrics {
-        \set stanza = "1:"
-        Start sentence melisma end.
-      }
-      \new Lyrics \lyricsto "v" \lyrics {
-        \set stanza = "2:"
-        x x x __ x.
-      }
-   >>
-}
 
+\score{
+    <<
+        \relative c' \context Voice = "bla" {
+           \autoBeamOff
+           c4( c16 d c b)  c4
+           d16[ e f g]
+           
+       }
+       \lyricsto "bla" \context Lyrics \lyrics {
+           alllll __ tijd
+           izzz
+       }
+    >>
+    \paper { raggedright = ##t }
+}