X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-phrasing.ly;h=c7b2723f3e386d1672b0bd6ed953f44189d9bbb6;hb=37ca1f80bf5401accd17056938f4f7b2c147ddb2;hp=c1c69d2f905ccea598aa7f4d624643c2244ef092;hpb=11613b92019bb42418863f43de92287a64878f14;p=lilypond.git diff --git a/input/regression/lyric-phrasing.ly b/input/regression/lyric-phrasing.ly index c1c69d2f90..c7b2723f3e 100644 --- a/input/regression/lyric-phrasing.ly +++ b/input/regression/lyric-phrasing.ly @@ -1,44 +1,29 @@ +\version "2.10.0" +\header { -\version "1.9.2" -\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'' { - \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 + } +>> +