]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/song-melisma.ly
Merge remote-tracking branch 'origin/translation' into staging
[lilypond.git] / input / regression / song-melisma.ly
1 \version "2.19.2"
2 \header {
3   texidoc="Festival song synthesis output supports
4 melismas.
5 "
6 }
7 \include "festival.ly"
8
9 \festival #"song-melisma.xml" { \tempo 4 = 100 }
10 \relative c''
11 {
12 <<
13   \context Voice = "lala" {
14     \time 3/4
15     f4 g8
16     \melisma
17     f e f
18     \melismaEnd
19     e2
20   }
21   \new Lyrics \lyricsto "lala" {
22     la di __ daah
23   }
24 >>
25 }
26 #(ly:progress "song-melisma")
27 #(ly:progress "~a" (ly:gulp-file "song-melisma.xml"))