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
Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git]
/
input
/
regression
/
song-skip.ly
blob
e53a2fb47cadf29d3a235771c9f77e9ac027a315
1
\version
"2.11.16"
2
3
\include
"festival.ly"
4
5
\festival
#
"song-skip.xml"
{
\tempo
4
=
100
}
6
\relative
{
c c g
' }
7
\addlyrics
{
8
twin --
\skip
4
9
kle
10
}
11
#(
ly
:
progress
"song-skip"
)
12
#(
ly
:
progress
"~a"
(
ly
:
gulp-file
"song-skip.xml"
))