]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-phrasing.ly
* input/regression/override-nest.ly: new file.
[lilypond.git] / input / regression / lyric-phrasing.ly
1 \version "2.7.13"
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 { raggedright = ##t }
12
13
14
15
16 <<
17   \relative c' \context Voice = "bla" {
18     \autoBeamOff
19     c4( c16 d c b)  c4
20     d16[ e f g]
21     
22   }
23   \lyricsto "bla" \context Lyrics \lyricmode {
24     alllll __ tijd
25     izzz
26   }
27 >>
28
29