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