three_kings.ly 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. \version "2.18.2"
  2. \header {
  3. title = "We Three Kings"
  4. composer = "John Hopkins, Jr."
  5. arranger = "Ralph Giles"
  6. }
  7. words = \lyricmode {
  8. We three kings of Or- i- ent are;
  9. Bear- ing gifts we tra- verse a- far,
  10. Field and foun- tain, moor and mo- un- tain,
  11. Fol- low- ing yon- der star.
  12. O _ Star of won- der, star of night,
  13. Star with roy- al beau- ty bright,
  14. West- ward lead- ing, still pro- ceed- ing,
  15. Guide us to thy per- fect light.
  16. }
  17. \new PianoStaff <<
  18. \chords {
  19. a2.*2:m d2.:sus2.5- a:m
  20. a2.*2:m d2.:sus2.5- a:m
  21. r2.*8
  22. r2.*2
  23. c2.*2 f2. c
  24. c2.*2 f2. c
  25. r2.*4
  26. c2.*2 f2.:sus4 c
  27. }
  28. \new Staff = "treble" {
  29. \new Voice = "melody" {
  30. \clef treble
  31. \time 3/4
  32. \voiceOne
  33. \relative {
  34. e'2\( d4 c2
  35. \change Staff = "bass"
  36. a4 b4 c4 b4 a2.\)
  37. \change Staff = "treble"
  38. e'2\( d4 c2 \change Staff = "bass" a4 b4 c4 b4 a2.\)
  39. \change Staff = "treble"
  40. c2\( c4 d2 d4 e2 e4 g f e\)
  41. d\( e d \change Staff = "bass" c2 b4 a2.~a2.\) |
  42. \change Staff = "bass" b2.
  43. \change Staff = "treble" d2. |
  44. \change Staff = "bass"
  45. c2\( c4 c2 g4 c2 a4 c2.\) |
  46. c2\( c4 c2 g4 c2 a4 c2.\) |
  47. \change Staff = "treble"
  48. c2\( c4 d2 e4 f2 e4 d2 e4\) |
  49. \change Staff = "bass"
  50. c2\( c4 c2 g4 c2 a4 c2.\) ||
  51. }
  52. }
  53. }
  54. \new Lyrics \lyricsto melody \words
  55. \new Staff = "bass" {
  56. \new voice = "harmony" {
  57. \clef bass
  58. \voiceTwo
  59. <a, c e>2. <a, c e> <gis, d e> <a, c e>
  60. <a, c e>2. <a, c e> <gis, d e> <a, c e>
  61. s1*18
  62. }
  63. }
  64. >>