File: song-basic.ly

package info (click to toggle)
lilypond 2.24.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 70,352 kB
  • sloc: cpp: 87,962; lisp: 43,344; xml: 31,269; python: 22,974; sh: 4,090; yacc: 4,080; perl: 2,873; lex: 1,387; makefile: 76
file content (16 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\version "2.21.0"
\header {
  texidoc="Festival song synthesis output supports
basic songs.
"
}
\include "festival.ly"

\festival "song-basic.xml" { \tempo 4 = 100 }
{
\time 3/4
\relative { c'2 r2 e4 g2. }
\addlyrics { play the game }
}
#(ly:progress "song-basic")
#(ly:progress "~a" (ly:gulp-file-utf8 "song-basic.xml"))