forked from openlp/openlp
19 lines
544 B
XML
19 lines
544 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<?xml-stylesheet href="openlyrics.css" type="text/css"?>
|
||
|
<song xmlns="http://openlyrics.info/namespace/2009/song" xml:lang="en"
|
||
|
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;</lines>
|
||
|
</verse>
|
||
|
</lyrics>
|
||
|
</song>
|