]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-phrasing-new.ly
* scm/paper.scm (set-staff-size): new function: set default
[lilypond.git] / input / regression / lyric-phrasing-new.ly
1 \version "2.1.10"
2 \header {
3
4 texidoc = "Lyric phrasing:
5
6   Normally, the lyric is centered on the note head. However, on
7   melismata, the text is left aligned on the left-side of the note head.
8
9 "
10 }
11
12
13 \score{
14 <<      \notes \relative c' \context Voice = "bla" {
15             \autoBeamOff
16             c4( c16 d c b)  c4
17             d16[ e f g]
18             
19         }
20         \lyrics  \lyricsto  "bla" \context LyricsVoice {
21             al tijd
22             izzz
23         } >>
24         
25     \paper { raggedright = ##t }
26 }