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