X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-phrasing.ly;h=93d143c6e49318086cdd69b7ba668ca2d79e3a3f;hb=c42f7b2a9fef1c09421413239ad3c5ec0461c018;hp=0cdeeab8b38b27a8f1a03449719ff99785642060;hpb=c203c51a1740bad64a298c6556be643164e4b7ef;p=lilypond.git diff --git a/input/regression/lyric-phrasing.ly b/input/regression/lyric-phrasing.ly index 0cdeeab8b3..93d143c6e4 100644 --- a/input/regression/lyric-phrasing.ly +++ b/input/regression/lyric-phrasing.ly @@ -1,43 +1,29 @@ +\version "2.12.0" +\header { -\version "2.1.7" -\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 - } - \context Lyrics << - \new LyricsVoice \newaddlyrics "v" \lyrics { - \property LyricsVoice . stanza = "1:" - Start sentence melisma end. - } - \new LyricsVoice \newaddlyrics "v" \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 + } +>> +