]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-phrasing.ly
*** empty log message ***
[lilypond.git] / input / regression / lyric-phrasing.ly
1 \version "2.1.28"
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
12 \score{
13 <<      \notes \relative c' \context Voice = "bla" {
14             \autoBeamOff
15             c4( c16 d c b)  c4
16             d16[ e f g]
17             
18         }
19         \lyrics  \lyricsto  "bla" \context Lyrics {
20             alllll __ tijd
21             izzz
22         } >>
23         
24     \paper { raggedright = ##t }
25 }