X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fsong-reordering2.ly;h=800df58cfa62563e0fadb9e08ae7b1b23c87d77c;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=fa9f5ebba16f19500839f73ec4da93388d1122cf;hpb=6d910958ea621e4ab878a118bd77e61ae210a6ef;p=lilypond.git diff --git a/input/regression/song-reordering2.ly b/input/regression/song-reordering2.ly index fa9f5ebba1..800df58cfa 100644 --- a/input/regression/song-reordering2.ly +++ b/input/regression/song-reordering2.ly @@ -1,12 +1,16 @@ -\version "2.11.51" - +\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 } }