<?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>Friends of Yours</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>
                    Friends of Yours
                </title>
            </head>

            <div type="song">
                <lg type="verse">
                    <l>You think it's six in the evening</l>
                    <l>but it's six in the morning</l>
                    <l>But still those friends of yours</l>
                    <l>Keep you staring awake</l>
                    <l>Till you take on the shape</l>
                    <l>Of those friends of yours</l>
                </lg>
                <lg type="chorus">
                    <l>You count the cracks in the window pane</l>
                    <l>Say it's all been too much strain</l>
                    <l>You meant to call</l>
                    <l>But you lost it all</l>
                    <l>To those friends of yours</l>
                </lg>
                <lg type="verse">
                    <l>You left the institute</l>
                    <l>With a cheap suit</l>
                    <l>And those friends of yours</l>
                    <l>You talk about your troubles</l>
                    <l>Those impossible couples</l>
                    <l>Those friends of yours</l>
                </lg>
            </div>
        </body>
    </text>
</TEI>
