]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-combine-polyphonic.ly
94db06a4865a8862570e92d05be407abdb15bec3
[lilypond.git] / input / regression / lyric-combine-polyphonic.ly
1 \version "2.7.39"
2 \header {
3
4   texidoc ="Polyphonic rhythms and rests do not disturb
5 @code{\lyricsto}."
6
7 }
8
9 \layout { ragged-right = ##t}
10
11 {
12   \clef violin
13   \time 8/8
14   \key des \major
15   <<
16     \lyricsto "one"  \new Lyrics  {
17       Do mi nus ex
18     }
19     \new Voice = "one" {
20       \voiceOne
21       bes'4 bes'4
22       bes'4 bes'4
23     }
24     \new Voice = "two" {
25       \voiceTwo
26       ees'8 r8 r8 r8 ees' r8 r8 r8 
27     }
28     \lyricsto "two"  \new Lyrics  {
29       Do na
30     }
31   >>
32 }
33
34
35