]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-phrasing.ly
Doc-es: various updates.
[lilypond.git] / input / regression / lyric-phrasing.ly
index b8147edf905641f2ff81932745f6b904c3932df3..4865b114a21dc6ef2b7b3923abdee7a129b40fe5 100644 (file)
@@ -1,43 +1,29 @@
+\version "2.19.21"
+\header {
 
-\version "2.1.22"
-\header{
-  texidoc="Lyric phrasing
+  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.
 
-  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)
+  \layout { ragged-right = ##t }
 
-@example
-          |        |        |     |      |
-         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,
-  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.
-      }
-   >>
-}
+<<
+  \relative \new Voice = "bla" {
+    \autoBeamOff
+    c'4( c16 d c b)  c4
+    d16[ e f g]
+    
+  }
+  \context Lyrics \lyricsto "bla" {
+    alllll __ tijd
+    izzz
+  }
+>>
+