<?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>Something Melodramatic</title> 
                <author> 
                    <name> 
                        <persName> 
                            <forename>Keith</forename> 
                            <surname>Weiner</surname> 
                        </persName> 
                    </name> 
                </author>
                <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>
                    Something Melodramatic
                </title>
            </head>

            <div type="song">
                <lg type="verse">
                    <l>There's ghosts inside my TV screen</l>
                    <l>I can't afford to see</l>
                    <l>They could be up to something obscene</l>
                    <l>It doesn't get through to me</l>
                </lg>
                <lg type="chorus">
                    <l>And all I can do</l>
                    <l>When I think it's you</l>
                    <l>Is smile and walk away</l>
                    <l>Don't want to assume</l>
                    <l>You'd be in that room</l>
                    <l>But it's hard to say</l>
                </lg>
                <lg type="verse">
                    <l>Some of my friends are into things</l>
                    <l>I couldn't even spell</l>
                    <l>It has to do with broken rings</l>
                    <l>I think they're all going to Hell</l>
                </lg>
                <lg type="verse">
                    <l>There's magazines out six bucks a shot</l>
                    <l>Full of things I'll never do</l>
                    <l>I get excited until I spot</l>
                    <l>Somebody who looks like you</l>
                </lg>
            </div>
        </body>
    </text>
</TEI>
