]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-phrasing.ly
* lily/slur-quanting.cc (init_score_param): read scoring
[lilypond.git] / input / regression / lyric-phrasing.ly
index fd0ddc98396d498ca3fc93eebc54597db22b48b6..6640f244762762042ba9823e50428b80832c3050 100644 (file)
@@ -1,42 +1,26 @@
+\version "2.3.8"
+\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.
 
-  The multiple stanzas are aligned according to the start and end of a phrase.
-
-  Also, lyrics at the beginning of a 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 is 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.
-      }
-   >>
-}
 
+\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 }
+}