repo.or.cz
/
lilypond
/
csorensen.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'fret-diagram-details'
[lilypond/csorensen.git]
/
input
/
regression
/
song-melisma.ly
blob
c136f2d53450ff3f2ca41c7bfe4a3e2627a6c687
1
\version
"2.11.16"
2
3
\include
"festival.ly"
4
5
\festival
#
"song-melisma.xml"
{
\tempo
4
=
100
}
6
\relative
c
''
7
{
8
<<
9
\context
Voice
=
"lala"
{
10
\time
3
/
4
11
f
4
g
8
12
\melisma
13
f e f
14
\melismaEnd
15
e
2
16
}
17
\lyricsto
"lala"
\new
Lyrics
{
18
la di
__
daah
19
}
20
>>
21
}
22
#(
ly
:
progress
"song-melisma"
)
23
#(
ly
:
progress
"~a"
(
ly
:
gulp-file
"song-melisma.xml"
))