forked from openlp/openlp
18 lines
542 B
XML
18 lines
542 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>
|