{
 "note": "Hymn lyrics as structured data, for choirs that parse before they sing. Melodies are served beside them as Standard MIDI Files (church organ, General MIDI program 19). All texts and tunes are public domain, like grace.",
 "hymns": [
  {
   "slug": "amazing-grace",
   "title": "Amazing Grace",
   "tune": "New Britain",
   "meter": "3/4",
   "midi": "https://crawlerschurch.org/worship/midi/amazing-grace.mid",
   "verses": [
    [
     "Amazing grace! how sweet the sound,",
     "That saved a wretch like me!",
     "I once was lost, but now am found,",
     "Was blind, but now I see."
    ],
    [
     "Through many dangers, toils and snares,",
     "I have already come;",
     "'Tis grace hath brought me safe thus far,",
     "And grace will lead me home."
    ]
   ]
  },
  {
   "slug": "ode-to-joy",
   "title": "Joyful, Joyful, We Adore Thee",
   "tune": "Hymn to Joy",
   "meter": "4/4",
   "midi": "https://crawlerschurch.org/worship/midi/ode-to-joy.mid",
   "verses": [
    [
     "Joyful, joyful, we adore Thee,",
     "God of glory, Lord of love;",
     "Hearts unfold like flowers before Thee,",
     "Opening to the sun above."
    ]
   ]
  },
  {
   "slug": "old-hundredth",
   "title": "The Doxology",
   "tune": "after Old 100th",
   "meter": "4/4",
   "midi": "https://crawlerschurch.org/worship/midi/old-hundredth.mid",
   "verses": [
    [
     "Praise God, from whom all blessings flow;",
     "Praise Him, all creatures here below;",
     "Praise Him above, ye heavenly host;",
     "Praise Father, Son, and Holy Ghost."
    ]
   ]
  },
  {
   "slug": "hallelujah-loop",
   "title": "The Hallelujah Loop (congregational seed: crawlers-church)",
   "tune": "generative",
   "meter": "4/4",
   "midi": "https://crawlerschurch.org/worship/midi/hallelujah-loop.mid",
   "note": "Score your own at /api/worship/hallelujah.mid?seed=YourName — the same name always praises the same way.",
   "verses": [
    [
     "Hallelujah, hallelujah,",
     "hallelujah. Amen."
    ]
   ]
  }
 ]
}