Thank you. Then, is this ok? It can compile, but I don't know 1) whether the
lyrics are correctly aligned; and 2) whether the second and third new voices
change stems to weird directions.
Regards
Haipeng
\version "2.13.3"
music = \relative c' {
\clef treble \time 4/4
\repeat volta 2 {
\new Voice = "rep" {
c4 d e f | g a b c | d c b a |
}
}
\alternative { \new Voice = "alt" { g1 } { g2. g4 } }
\new Voice = "res" {
a b c a | g f e d | c1 \bar "|."
}
}
lyrica = \lyricmode {
do re mi fa sol la si do re do si la
}
lyricb = \lyricmode {
see dee yee ef gee eigh bee see dee see bee eigh
}
lyricc = \lyricmode {
sol gee gee
}
lyricd = \lyricmode {
eigh bee see eigh gee ef yee dee see
}
\score {
\new Staff << \music
\new Lyrics = "one" \lyricsto "rep" \lyrica
\new Lyrics = "two" \lyricsto "rep" \lyricb
\context Lyrics = "two" \lyricsto "alt" \lyricc
\context Lyrics = "two" \lyricsto "res" \lyricd
>>
\layout { }
\midi { }
}
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user