]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-phrasing.ly
* tex/GNUmakefile (TEX_FILES): add texinfo.cnf
[lilypond.git] / input / regression / lyric-phrasing.ly
index 97d659c94eab32a6204811f0d1bd9754b1b3abe9..f8aac3f37b9eb77bfa6b2ab87c85a2b37208a259 100644 (file)
@@ -1,44 +1,26 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
-\header{
-  texidoc="Lyric phrasing
+\version "2.3.22"
+\header {
 
-  We find start and end of phrases, and align lyrics of multiple stanzas
-  accordingly.
+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.
 
-  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)
-
-@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'' {
-      \property Staff.automaticMelismata = ##t
-      \autoBeamOff
-      a a a8 ( a-) a4
-    }
-    \context Lyrics <
-      \context LyricsVoice = "v-1" \lyrics {
-        \property LyricsVoice . stanza = "1:"
-        Start sentence melisma end.
-      }
-      \context LyricsVoice = "v-2" \lyrics {
-        \property LyricsVoice . 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 \lyricmode {
+           alllll __ tijd
+           izzz
+       }
+    >>
+    \layout { raggedright = ##t }
+}