X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-phrasing.ly;h=8fc5495dd3b94ad71b4beb1c2d24cc4b57191c6c;hb=dc9f32df583b0931f0e946b9a7d13dd4983d4701;hp=5d91f38847c52c8cb4f5fe2604a2b619a79fc14e;hpb=3db08de4502e30616808fc348b054d32822e5cc4;p=lilypond.git diff --git a/input/regression/lyric-phrasing.ly b/input/regression/lyric-phrasing.ly index 5d91f38847..8fc5495dd3 100644 --- a/input/regression/lyric-phrasing.ly +++ b/input/regression/lyric-phrasing.ly @@ -1,43 +1,29 @@ -\version "1.7.18" -\header{ - texidoc="Lyric phrasing +\version "2.11.51" +\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| + \layout { ragged-right = ##t } - 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. - } - > -} + +<< + \relative c' \new Voice = "bla" { + \autoBeamOff + c4( c16 d c b) c4 + d16[ e f g] + + } + \lyricsto "bla" \context Lyrics \lyricmode { + alllll __ tijd + izzz + } +>> +