]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/song-stanzas.ly
Make the length of beamlets configurable.
[lilypond.git] / input / regression / song-stanzas.ly
1 \version "2.11.51"
2
3 \include "festival.ly"
4
5 \festival #"song-stanzas.xml" { \tempo 4 = 100 }
6 {
7 \time 3/4
8 \relative { c2 e4 g2. }
9 \addlyrics { play the game }
10 \addlyrics { speel het spel }
11 \addlyrics { joue le jeu }
12 }
13 #(ly:progress "song-stanzas")
14 #(ly:progress "~a" (ly:gulp-file "song-stanzas.xml"))