Merge branch 'fret-diagram-details'
[lilypond/csorensen.git] / input / regression / song-melisma.ly
blobc136f2d53450ff3f2ca41c7bfe4a3e2627a6c687
1 \version "2.11.16"
3 \include "festival.ly"
5 \festival #"song-melisma.xml" { \tempo 4 = 100 }
6 \relative c''
8 <<
9 \context Voice = "lala" {
10 \time 3/4
11 f4 g8
12 \melisma
13 f e f
14 \melismaEnd
17 \lyricsto "lala" \new Lyrics {
18 la di __ daah
22 #(ly:progress "song-melisma")
23 #(ly:progress "~a" (ly:gulp-file "song-melisma.xml"))