X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-phrasing.ly;h=34724d77aff7058b1f1506c2424610b329d4bde9;hb=01f24004c5a9984eaa6c644881505349e49b3a4a;hp=a6cc56ed3886dab23cf46713b87c37bf0e92df42;hpb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;p=lilypond.git diff --git a/input/regression/lyric-phrasing.ly b/input/regression/lyric-phrasing.ly index a6cc56ed38..34724d77af 100644 --- a/input/regression/lyric-phrasing.ly +++ b/input/regression/lyric-phrasing.ly @@ -1,26 +1,29 @@ -\version "2.3.4" +\version "2.14.0" \header { -texidoc = " + 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. " } + \layout { ragged-right = ##t } + + + + +<< + \relative c' \new Voice = "bla" { + \autoBeamOff + c4( c16 d c b) c4 + d16[ e f g] + + } + \lyricsto "bla" \context Lyrics \lyricmode { + alllll __ tijd + izzz + } +>> + -\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 } -}