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