openlp/tests/resources/songs/openlp/songs-2.4.6.json

57 lines
1.7 KiB
JSON

{
"title": "Amazing Grace",
"authors": [
{
"first_name": "John",
"last_name": "Newton",
"display_name": "John Newton",
"type": "words+music"
}
],
"verse_order": "v1 v2 v3 v4 v5 v6",
"copyright": "Public Domain",
"theme_name": "Moss on tree",
"media_files": [
{
"file_name": "/home/raoul/.local/share/openlp/songs/audio/7/Amazing-Grace.mp3",
"type": "audio"
}
],
"songbooks": [
{
"songbook": "Hymnbook",
"entry": "1"
}
],
"topics": [
"Grace",
"Salvation"
],
"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.",
"v1"
],
[
"'Twas grace that taught my heart to fear,\nAnd grace my fears relieved;\nHow precious did that grace appear,\nThe hour I first believed!",
"v2"
],
[
"Through many dangers, toils and snares\nI have already come;\n'Tis grace that brought me safe thus far,\nAnd grace will lead me home.",
"v3"
],
[
"The Lord has promised good to me,\nHis word my hope secures;\nHe will my shield and portion be\nAs long as life endures.",
"v4"
],
[
"Yes, when this heart and flesh shall fail,\nAnd mortal life shall cease,\nI shall possess within the veil\nA life of joy and peace.",
"v5"
],
[
"When we've been there a thousand years,\nBright shining as the sun,\nWe've no less days to sing God's praise\nThan when we first begun.",
"v6"
]
]
}