123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- \version "2.18.2"
- \header {
- title = "We Three Kings"
- composer = "John Hopkins, Jr."
- arranger = "Ralph Giles"
- }
- words = \lyricmode {
- We three kings of Or- i- ent are;
- Bear- ing gifts we tra- verse a- far,
- Field and foun- tain, moor and mo- un- tain,
- Fol- low- ing yon- der star.
- O _ Star of won- der, star of night,
- Star with roy- al beau- ty bright,
- West- ward lead- ing, still pro- ceed- ing,
- Guide us to thy per- fect light.
- }
- \new PianoStaff <<
- \chords {
- a2.*2:m d2.:sus2.5- a:m
- a2.*2:m d2.:sus2.5- a:m
- r2.*8
- r2.*2
- c2.*2 f2. c
- c2.*2 f2. c
- r2.*4
- c2.*2 f2.:sus4 c
- }
- \new Staff = "treble" {
- \new Voice = "melody" {
- \clef treble
- \time 3/4
- \voiceOne
- \relative {
- e'2\( d4 c2
- \change Staff = "bass"
- a4 b4 c4 b4 a2.\)
- \change Staff = "treble"
- e'2\( d4 c2 \change Staff = "bass" a4 b4 c4 b4 a2.\)
- \change Staff = "treble"
- c2\( c4 d2 d4 e2 e4 g f e\)
- d\( e d \change Staff = "bass" c2 b4 a2.~a2.\) |
- \change Staff = "bass" b2.
- \change Staff = "treble" d2. |
- \change Staff = "bass"
- c2\( c4 c2 g4 c2 a4 c2.\) |
- c2\( c4 c2 g4 c2 a4 c2.\) |
- \change Staff = "treble"
- c2\( c4 d2 e4 f2 e4 d2 e4\) |
- \change Staff = "bass"
- c2\( c4 c2 g4 c2 a4 c2.\) ||
- }
- }
- }
- \new Lyrics \lyricsto melody \words
- \new Staff = "bass" {
- \new voice = "harmony" {
- \clef bass
- \voiceTwo
- <a, c e>2. <a, c e> <gis, d e> <a, c e>
- <a, c e>2. <a, c e> <gis, d e> <a, c e>
- s1*18
- }
- }
- >>
|