]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/song-associated-voice.ly
Merge commit 'origin' into includes
[lilypond.git] / input / regression / song-associated-voice.ly
1 \version "2.12.0"
2
3 \include "festival.ly"
4
5 \festival #"song-associated-voice.xml" { \tempo 4 = 100 }
6 \relative c'
7 {
8 << \context Voice = melody {
9      \time 3/4
10      c2 e4 g2.
11   }
12   \new Lyrics \lyricmode {
13     \set associatedVoice = #"melody"
14     play2 the4 game2.
15   } >>
16 }
17 #(ly:progress "song-associated-voice")
18 #(ly:progress "~a" (ly:gulp-file "song-associated-voice.xml"))