1\version "2.21.0"
2\header {
3  texidoc = "Festival song synthesis output supports
4lyrics which are not complete words.
5"
6}
7\include "festival.ly"
8#(*skip-word* #f)
9
10\festival "song-skip-noword.xml" { \tempo 4 = 100 }
11\relative { c'4 c g' }
12\addlyrics {
13  twin -- \skip 4
14  kle
15}
16
17#(ly:progress "song-skip-noword")
18#(ly:progress "~a" (ly:gulp-file "song-skip-noword.xml"))
19
20#(*skip-word* "-skip-")
21