[ << Common notation ] | [首页][目录][索引] | [ Fundamental concepts >> ] |
[ < Aligning lyrics to a melody ] | [ 上 : Songs ] | [ Final touches > ] |
3.3.3 Lyrics to multiple staves
The simple approach using \addlyrics
can be used for
placing lyrics under more than one staff. Here is an example from
Handel’s oratorio Judas Maccabæus.
<< \relative { \key f \major \time 6/8 \partial 8 c''8 | c8([ bes]) a a([ g]) f | f'4. b, | c4.~ 4 } \addlyrics { Let flee -- cy flocks the hills a -- dorn, __ } \relative { \key f \major \time 6/8 \partial 8 r8 | r4. r4 c'8 | a'8([ g]) f f([ e]) d | e8([ d]) c bes'4 } \addlyrics { Let flee -- cy flocks the hills a -- dorn, } >>
Scores any more complex than this simple example are better produced by separating out the score structure from the notes and lyrics with variables. See Organizing pieces with variables, for an introduction.
参见
Notation Reference: Vocal music.
[ << Common notation ] | [首页][目录][索引] | [ Fundamental concepts >> ] |
[ < Aligning lyrics to a melody ] | [ 上 : Songs ] | [ Final touches > ] |