]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/song-reordering.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / song-reordering.ly
1 \version "2.14.0"
2 \header {
3   texidoc="Festival song synthesis output supports
4 reordered lyrics.
5 "
6 }
7 \include "festival.ly"
8
9 \festival #"song-reordering.xml" { \tempo 4 = 100 }
10 <<
11   \relative \context Voice = "lahlah" {
12     \set Staff.autoBeaming = ##f
13     c4
14     <<
15       \context Voice = alternative {
16         \voiceOne
17         \times 2/3 {
18           \override NoteColumn #'force-hshift = #-3
19           f8 f g
20         }
21       }
22       {
23         \voiceTwo
24         f8.[ g16]
25         \oneVoice
26       } >>
27     a8( b) c
28   }
29   \new Lyrics \lyricsto "lahlah" {
30     Ju -- ras -- sic Park
31   }
32   \new Lyrics \lyricsto "lahlah" {
33     \set associatedVoice = alternative % applies to "ran"
34     Ty --
35     ran --
36     no --
37     \set associatedVoice = lahlah % applies to "rus"
38     sau -- rus Rex
39   } >>
40 #(ly:progress "song-reordering")
41 #(ly:progress "~a" (ly:gulp-file "song-reordering.xml"))