]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/song-reordering2.ly
Doc-es: various updates.
[lilypond.git] / input / regression / song-reordering2.ly
index 68bd7aaf134f2519027d6d06a8037656fe7c7282..800df58cfa62563e0fadb9e08ae7b1b23c87d77c 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.19.21"
 \header {
   texidoc="Festival song synthesis output supports
 reordered lyrics.
@@ -10,7 +10,7 @@ reordered lyrics.
 <<
   \relative \context Voice = "lahlah" {
     \set Staff.autoBeaming = ##f
-    c4
+    c'4
     <<
       {
         \voiceTwo
@@ -19,8 +19,8 @@ reordered lyrics.
       }
       \context Voice = alternative {
         \voiceOne
-        \times 2/3 {
-          \override NoteColumn #'force-hshift = #-3
+        \tuplet 3/2 {
+          \override NoteColumn.force-hshift = #-3
           f8 f g
         }
       }