~suutari-olli/openlp/click-slide-to-go-live-from-blank

« back to all changes in this revision

Viewing changes to tests/resources/opsprosongs/Amazing Grace3.json

trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "title": "Amazing Grace",
 
3
    "verse_order_list": ["v1", "v2", "v3", "v4", "v5"],
 
4
    "verses": [
 
5
        [
 
6
            "v1",
 
7
            "Amazing grace! How sweet the sound!\r\n{translation}That saved a wretch like me!{/translation}\r\nI once was lost, but now am found;\r\n{translation}Was blind, but now I see.{/translation}",
 
8
            null
 
9
        ],
 
10
        [
 
11
            "v2",
 
12
            "'Twas grace that taught my heart to fear,\r\nAnd grace my fears relieved.\r\n{translation}How precious did that grace appear,\r\nThe hour I first believed.\r\n{/translation}",
 
13
            null
 
14
        ],
 
15
        [
 
16
            "v3",
 
17
            "The Lord has promised good to me,\r\nHis Word my hope secures.\r\nHe will my shield and portion be\r\n{translation}As long as life endures.{/translation}",
 
18
            null
 
19
        ],
 
20
        [
 
21
            "v4",
 
22
            "Thro' many dangers, toils and snares\r\nI have already come.\r\n'Tis grace that brought me safe thus far,\r\n{translation}And grace will lead me home.{/translation}",
 
23
            null
 
24
        ],
 
25
        [
 
26
            "v5",
 
27
            "[end]\r\n{translation}When we've been there ten thousand years,{/translation}\r\nBright shining as the sun,\r\n{translation}We've no less days to sing God's praise,{/translation}\r\nThan when we first begun.",
 
28
            null
 
29
        ]
 
30
    ]
 
31
}