]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/song-reordering2.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / song-reordering2.ly
index f0bef6576d1c513b8e227550d9be5bce681d00d1..800df58cfa62563e0fadb9e08ae7b1b23c87d77c 100644 (file)
@@ -1,12 +1,16 @@
-\version "2.11.16"
-
+\version "2.19.21"
+\header {
+  texidoc="Festival song synthesis output supports
+reordered lyrics.
+"
+}
 \include "festival.ly"
 
 \festival #"song-reordering2.xml" { \tempo 4 = 100 }
 <<
   \relative \context Voice = "lahlah" {
     \set Staff.autoBeaming = ##f
-    c4
+    c'4
     <<
       {
         \voiceTwo
@@ -15,8 +19,8 @@
       }
       \context Voice = alternative {
         \voiceOne
-        \times 2/3 {
-          \override NoteColumn #'force-hshift = #-3
+        \tuplet 3/2 {
+          \override NoteColumn.force-hshift = #-3
           f8 f g
         }
       }
@@ -34,5 +38,5 @@
     \set associatedVoice = lahlah % applies to "rus"
     sau -- rus Rex
   } >>
-#(display "song-reordering2")
+#(ly:progress "song-reordering2")
 #(ly:progress "~a" (ly:gulp-file "song-reordering2.xml"))