]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-phrasing-new.ly
7e3886f835a192cf61266904cba41aa8a2dd78fb
[lilypond.git] / input / regression / lyric-phrasing-new.ly
1 \header {
2
3 texidoc = "Lyric phrasing:
4
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 \context Staff  {
14  \addlyrics
15    \notes \relative c' \context Voice = "bla" {
16        \autoBeamOff
17        c4( c16 d c b)  c4
18        d16[ e f g]
19                                                  
20    }
21    \lyrics \context LyricsVoice = "bla-1" {
22        al tijd
23        izzz
24    }
25  
26  }
27
28 \paper { raggedright = ##t
29
30          \translator {
31              \VoiceContext
32
33          }
34      }
35 }
36