X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-phrasing.ly;h=4865b114a21dc6ef2b7b3923abdee7a129b40fe5;hb=7f1b4934f96cfea964986c29d4048e6e794b9611;hp=6a4da6320e522a3ec30318253020636e8bfb8021;hpb=68a168bff1fec7f8011b2afa82d4fc89182c4bf7;p=lilypond.git diff --git a/input/regression/lyric-phrasing.ly b/input/regression/lyric-phrasing.ly index 6a4da6320e..4865b114a2 100644 --- a/input/regression/lyric-phrasing.ly +++ b/input/regression/lyric-phrasing.ly @@ -1,42 +1,29 @@ -\version "1.3.146" -\header{ - texidoc="Lyric phrasing +\version "2.19.21" +\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 { linewidth = -1. } -\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 \new Voice = "bla" { + \autoBeamOff + c'4( c16 d c b) c4 + d16[ e f g] + + } + \context Lyrics \lyricsto "bla" { + alllll __ tijd + izzz + } +>> + +