]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-phrasing.ly
Merge remote-tracking branch 'origin' into translation
[lilypond.git] / input / regression / lyric-phrasing.ly
1 \version "2.19.2"
2 \header {
3
4   texidoc = "
5   Normally, the lyric is centered on the note head. However, on
6   melismata, the text is left aligned on the left-side of the note head.
7
8 "
9 }
10
11   \layout { ragged-right = ##t }
12
13
14
15
16 <<
17   \relative c' \new Voice = "bla" {
18     \autoBeamOff
19     c4( c16 d c b)  c4
20     d16[ e f g]
21     
22   }
23   \context Lyrics \lyricsto "bla" {
24     alllll __ tijd
25     izzz
26   }
27 >>
28
29