]> git.donarmstrong.com Git - lilypond.git/commitdiff
Regtests: add descriptions to song-*. (fix 1206)
authorGraham Percival <graham@percival-music.ca>
Fri, 3 Sep 2010 14:24:03 +0000 (15:24 +0100)
committerGraham Percival <graham@percival-music.ca>
Fri, 3 Sep 2010 14:26:26 +0000 (15:26 +0100)
14 files changed:
input/regression/song-associated-voice.ly
input/regression/song-basic-nonenglish.ly
input/regression/song-basic.ly
input/regression/song-breathe.ly
input/regression/song-melisma.ly
input/regression/song-reordering.ly
input/regression/song-reordering2.ly
input/regression/song-repetition.ly
input/regression/song-skip-noword.ly
input/regression/song-skip.ly
input/regression/song-slurs.ly
input/regression/song-splitpart.ly
input/regression/song-stanzas.ly
input/regression/song-tempo.ly

index aceb759d8dd2804fdaaab212fdde88b140afe5c7..47ac9e783b1ff8137af4e742fa4108dd1d2aff4d 100644 (file)
@@ -1,4 +1,10 @@
 \version "2.12.0"
+\header {
+  texidoc="Festival song synthesis output supports
+associated voices.
+"
+}
+
 
 \include "festival.ly"
 
index 091799dfd07942a9db972fae75f0180333ebeba4..1aba620244775cbd927dc90badea78857dab39c2 100644 (file)
@@ -1,5 +1,9 @@
 \version "2.12.0"
-
+\header {
+  texidoc="Festival song synthesis output supports
+non-english syllabels.
+"
+}
 \include "festival.ly"
 
 \festivalsyl #"song-basic-nonenglish.xml" { \tempo 4 = 100 }
index 556a5224417b3ced397e87497f12ecefc292f190..bf8102eb844201b07264d071d3f8e32249b1f41c 100644 (file)
@@ -1,5 +1,9 @@
 \version "2.12.0"
-
+\header {
+  texidoc="Festival song synthesis output supports
+basic songs.
+"
+}
 \include "festival.ly"
 
 \festival #"song-basic.xml" { \tempo 4 = 100 }
index 1acc955a60e9c518827c2fcd5bbac4feeaf2c348..442b3fffc1fd9c169d33a55ff116883565e2a68d 100644 (file)
@@ -1,5 +1,9 @@
 \version "2.12.0"
-
+\header {
+  texidoc="Festival song synthesis output supports
+breath marks.
+"
+}
 \include "festival.ly"
 
 \festival #"song-breathe.xml" { \tempo 4 = 100 }
index 6eb952706164b461c32e0941e4e3637ff8c89a52..09865046af32afe5dc245406a42a82bba2ea5ab5 100644 (file)
@@ -1,5 +1,9 @@
 \version "2.12.0"
-
+\header {
+  texidoc="Festival song synthesis output supports
+melismas.
+"
+}
 \include "festival.ly"
 
 \festival #"song-melisma.xml" { \tempo 4 = 100 }
index 97081984a89368ab4705a489d05a9f53a0b22e42..1a45d962922de63b47c890c33047ab5676d805a3 100644 (file)
@@ -1,5 +1,9 @@
 \version "2.12.0"
-
+\header {
+  texidoc="Festival song synthesis output supports
+reordered lyrics.
+"
+}
 \include "festival.ly"
 
 \festival #"song-reordering.xml" { \tempo 4 = 100 }
index 222b16d70ab4eb5c04c4c872bea25d02ef10982b..5c1f5628d20ccd783c2c96447f6fa6643dc6b8e3 100644 (file)
@@ -1,5 +1,9 @@
 \version "2.12.0"
-
+\header {
+  texidoc="Festival song synthesis output supports
+reordered lyrics.
+"
+}
 \include "festival.ly"
 
 \festival #"song-reordering2.xml" { \tempo 4 = 100 }
index e4b5ffa7dc690944f4dc772dd164b69bbd13bd21..598fdf225fb3202ba2d8fde5b4cb6af638c8f04c 100644 (file)
@@ -1,5 +1,9 @@
 \version "2.12.0"
-
+\header {
+  texidoc="Festival song synthesis output supports
+repeat signs.
+"
+}
 \include "festival.ly"
 
 \score{
index 75c71122ceab7788efd4f083efa8a23311b39933..18938e351e44479642a89c625ab9209e0e91d410 100644 (file)
@@ -1,5 +1,9 @@
 \version "2.12.0"
-
+\header {
+  texidoc="Festival song synthesis output supports
+lyrics which are not complete words.
+"
+}
 \include "festival.ly"
 #(set! *skip-word* #f)
 
index 1302c3174cc4308abde499b514aa50cb86e5f212..ae5eff12633fff70a87a0cbbcd10d7bc3f598b30 100644 (file)
@@ -1,5 +1,9 @@
 \version "2.12.0"
-
+\header {
+  texidoc="Festival song synthesis output supports
+skips.
+"
+}
 \include "festival.ly"
 
 \festival #"song-skip.xml" { \tempo 4 = 100 }
index 57a54df7a696c8411e262be6779dacdba60a1d65..be67d0e2f94c5c1cd921a00b0036ee447224ec26 100644 (file)
@@ -1,5 +1,9 @@
 \version "2.12.0"
-
+\header {
+  texidoc="Festival song synthesis output supports
+slurs.
+"
+}
 \include "festival.ly"
 
 \festival #"song-slurs.xml" { \tempo 4 = 100 }
index 9079a66a2b43bf5e2377de0a846d93b34719948e..2001a5f0f649c3c98efa468ece3e9fa0e919871d 100644 (file)
@@ -1,5 +1,9 @@
 \version "2.12.0"
-
+\header {
+  texidoc="Festival song synthesis output supports
+divided voices.
+"
+}
 \include "festival.ly"
 
 \score{
index a172778073d35975cbf97b4c9e40cb042524875c..88506933fbea086ec89b6ab9e81629f9c8de6e78 100644 (file)
@@ -1,5 +1,9 @@
 \version "2.12.0"
-
+\header {
+  texidoc="Festival song synthesis output supports
+multiple stanzas.
+"
+}
 \include "festival.ly"
 
 \festival #"song-stanzas.xml" { \tempo 4 = 100 }
index 193aa50e2501423c54c3e0543c935cb7297c9827..6696e9c51a4bb1fc2c3b701306ac7e3ce045bbb8 100644 (file)
@@ -1,5 +1,9 @@
 \version "2.12.0"
-
+\header {
+  texidoc="Festival song synthesis output supports
+changing tempo in the middle of a piece.
+"
+}
 \include "festival.ly"
 
 \festival #"song-tempo.xml" { \tempo 4=90 }