forked from openlp/openlp
27 lines
915 B
JSON
27 lines
915 B
JSON
{
|
||
"title": "Amazing Grace",
|
||
"authors": [
|
||
"John Newton"
|
||
],
|
||
"copyright": "Public Domain",
|
||
"cclinumber": "1234",
|
||
"verses": [
|
||
[
|
||
"Amazing grace how sweet the sound\nThat saved a wretch like me;\nI once was lost, but now am found,\nWas blind, but now I see.",
|
||
"v"
|
||
],
|
||
[
|
||
"’Twas grace that taught my heart to fear,\nAnd grace my fears relieved;\nHow precious did that grace appear,\nThe hour I first believed!",
|
||
"v"
|
||
],
|
||
[
|
||
"Through many dangers, toils and snares\nI have already come;\n’Tis grace hath brought me safe thus far,\nAnd grace will lead me home.",
|
||
"v"
|
||
],
|
||
[
|
||
"When we’ve been there ten thousand years,\nBright shining as the sun,\nWe’ve no less days to sing God’s praise\nThan when we first begun.",
|
||
"v"
|
||
]
|
||
]
|
||
}
|