1\version "2.21.0"
2\header {
3  texidoc="Festival song synthesis output supports
4skips.
5"
6}
7\include "festival.ly"
8
9\festival "song-skip.xml" { \tempo 4 = 100 }
10\relative { c' c g' }
11\addlyrics {
12  twin -- \skip 4
13  kle
14}
15#(ly:progress "song-skip")
16#(ly:progress "~a" (ly:gulp-file "song-skip.xml"))
17