<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="http://twolegs.info/style/lyrics.css"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
    <!--file:/E:/projects/eXml/frameworks/tei/schema/xsd/p5/tei_all.xsd-->
    <teiHeader>
        <fileDesc>
            <titleStmt> 
                <title>Read My Lips</title> 
                <author> 
                    <name> 
                        <persName> 
                            <forename>Grady</forename> 
                            <surname>Harris</surname> 
                        </persName> 
                    </name> 
                </author>
            </titleStmt>
            <publicationStmt>
                <p>
                    <!-- supply publication information-->
                </p>
            </publicationStmt>
            <sourceDesc>
                <p> Marked up by <persName>
                    <forename>Grady</forename>
                    <surname>Harris</surname>
                </persName> from <title>Dog Song</title>
                </p>
            </sourceDesc>
        </fileDesc>
    </teiHeader>
    <text>
        <body>
            <head>
                <title>
                    Read My Lips
                </title>
            </head>

            <div type="song">
                <lg type="verse">
                    <l>You can read my lips but it's a language you don't speak</l>
                    <l>I try to talk in plain English but it comes out in Greek</l>
                    <l>Doesn't sound any clearer with my hand to your cheek</l>
                </lg>
                <lg type="verse">
                    <l>You're in the next room it could be the next state</l>
                    <l>Sorry if I'm up a little late</l>
                    <l>Nothing could be worth the wait</l>
                </lg>
                <lg type="verse">
                    <l>I miss you when you're gone I miss you worse when you're here</l>
                    <l>Nothing left around but the papers and the fear</l>
                    <l>It's no way to live but it's a career</l>
                </lg>
            </div>
        </body>
    </text>
</TEI>
