forked from openlp/openlp
7df43c7dfb
Related to #550
23 lines
585 B
XML
23 lines
585 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<song xmlns="http://openlyrics.info/namespace/2009/song"
|
|
version="0.8"
|
|
createdIn="OpenLP 1.9.0"
|
|
modifiedIn="MyApp 0.0.1"
|
|
modifiedDate="2012-04-10T22:00:00+10:00">
|
|
<properties>
|
|
<titles>
|
|
<title>Amazing Grace</title>
|
|
</titles>
|
|
</properties>
|
|
<lyrics>
|
|
<verse name="v1">
|
|
<lines>
|
|
Amazing grace, how sweet the sound<br/>
|
|
That saved a wretch like me!<br/>
|
|
I once was lost, but now am found,<br/>
|
|
Was blind but now I see.
|
|
</lines>
|
|
</verse>
|
|
</lyrics>
|
|
</song>
|