]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/song-reordering.ly
Doc: CSS: A better brown for the usage manual
[lilypond.git] / input / regression / song-reordering.ly
index b8470d4fde821607175d754febca54a3f98c87bf..0ab48bd91a886f9972da29bd5330d098d616777e 100644 (file)
@@ -1,17 +1,21 @@
-\version "2.11.16"
-
+\version "2.19.21"
+\header {
+  texidoc="Festival song synthesis output supports
+reordered lyrics.
+"
+}
 \include "festival.ly"
 
 \festival #"song-reordering.xml" { \tempo 4 = 100 }
 <<
   \relative \context Voice = "lahlah" {
     \set Staff.autoBeaming = ##f
-    c4
+    c'4
     <<
       \context Voice = alternative {
         \voiceOne
-        \times 2/3 {
-          \override NoteColumn #'force-hshift = #-3
+        \tuplet 3/2 {
+          \override NoteColumn.force-hshift = #-3
           f8 f g
         }
       }
@@ -33,5 +37,5 @@
     \set associatedVoice = lahlah % applies to "rus"
     sau -- rus Rex
   } >>
-#(display "song-reordering")
+#(ly:progress "song-reordering")
 #(ly:progress "~a" (ly:gulp-file "song-reordering.xml"))