X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fsong-basic.ly;h=35815bbff54aa9d023d7ba8d2fa84912588d6136;hb=82e8427010b8e1a932e0642f03b0c94a8494f03a;hp=556a5224417b3ced397e87497f12ecefc292f190;hpb=daf323ec5bc8a09f80ea54c63f1cfedb310d2aaa;p=lilypond.git diff --git a/input/regression/song-basic.ly b/input/regression/song-basic.ly index 556a522441..35815bbff5 100644 --- a/input/regression/song-basic.ly +++ b/input/regression/song-basic.ly @@ -1,11 +1,15 @@ -\version "2.12.0" - +\version "2.19.21" +\header { + texidoc="Festival song synthesis output supports +basic songs. +" +} \include "festival.ly" \festival #"song-basic.xml" { \tempo 4 = 100 } { \time 3/4 -\relative c' { c2 r2 e4 g2. } +\relative { c'2 r2 e4 g2. } \addlyrics { play the game } } #(ly:progress "song-basic")