<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jeba's Blog &#187; Tutorial</title>
	<atom:link href="http://www.jeba.in/posts/tag/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeba.in</link>
	<description>Let's talk life!</description>
	<lastBuildDate>Thu, 31 Dec 2009 13:38:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>5 Tips to fight Pen/USB Drive Viruses</title>
		<link>http://www.jeba.in/posts/5-tips-to-fight-pen-usb-drive-viruses/</link>
		<comments>http://www.jeba.in/posts/5-tips-to-fight-pen-usb-drive-viruses/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 12:10:09 +0000</pubDate>
		<dc:creator>Allwin Samuel Jeba</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[PEN drive viruse]]></category>
		<category><![CDATA[Remove USB Virus]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[USB virus]]></category>

		<guid isPermaLink="false">http://www.jeba.in/?p=360</guid>
		<description><![CDATA[Pen drives has revolutionized the way we share data. Every now and then one of your friend pops into your house with his pen drive and inserts it into your System to copy what ever he wants and ends up infecting your system with some virus without his/her knowledge. In this post I decided to [...]]]></description>
			<content:encoded><![CDATA[<p>Pen drives has revolutionized the way we share data. Every now and then one of your friend pops into your house with his pen drive and <a href="http://www.jeba.in/posts/w32usbworm-lets-remove-this-worm-manually/" target="_blank">inserts it into your System</a> to copy what ever he wants and ends up infecting your system with some virus without his/her knowledge. In this post I decided to share what precautions that I take to prevent my system getting infected. It requires some effort and patience at the beginning but it will become a habit soon. After all someone told.. precaution is better than cure right ?</p>
<h2>Disable Autorun on All drives :</h2>
<p>All the USB related viruses exploit this feature to spead themselves. Autorun was mainly introduced for removable disks like CD/DVD ROMS so that they automatically run themselves without troubling the user to find the particular file. The root directory of the Drive consists of a file called Autorun.inf that contains the information to run the executable. For eg. Path of the presentation exe etc. We will just disable this feature , which will help us in a great deal to prevent the USB Drive virus.</p>
<p>To disable this feature :</p>
<ul>
<li>Go to Start &gt; Run (windows key + r)</li>
<li>Type gpedit.msc  (This opens the Group Policy)</li>
</ul>
<p style="text-align: center;"><img class="size-full wp-image-361 aligncenter" title="run" src="http://www.jeba.in/wp-content/uploads/2009/04/run.gif" alt="Group Policy - Windows Run" width="347" height="184" /></p>
<ul>
<li>Browse to Administrative Templates &gt; System</li>
</ul>
<p style="text-align: center;"><img class="size-full wp-image-362 aligncenter" title="system" src="http://www.jeba.in/wp-content/uploads/2009/04/system.jpg" alt="system" width="347" height="184" /></p>
<ul>
<li>Double Click on &#8220;Turn Off Autoplay&#8221; for the right side Settings</li>
<li>Select Enable and in the dropdown box select All Drives and click OK.</li>
</ul>
<p><img class="size-full wp-image-363 aligncenter" title="disabled" src="http://www.jeba.in/wp-content/uploads/2009/04/disabled.png" alt="disabled" width="347" height="388" /></p>
<h2>Delete Any Autorun.inf files :</h2>
<p>The first Tip will only disable Virus from spreading itself. There is a good chance that your drive may contain this Autorun.inf file from your previous infection. This file is actually hidden and made readonly so it is not directly visible on your local drive. I personally use a tool called &#8220;Filezilla&#8221; to see the contents of the USB Drive before I access it via Windows Explorer.</p>
<p>Filezilla is basicaly a free FTP Client software that helps you to download or upload files via the FTP protocol. But Filezilla shows all the files in the directory irrespective of it&#8217;s visibility. So I use this feature of Filezilla to look into the USB Drive. If the USB Drive has any autorun.inf file, just right click on the Autorun.inf file and click edit. This will show you the content of the Autorun.inf file. Autorun.inf file is basically a text file. See the path of the exe it points to and delete that exe, com, pf from there.</p>
<p>You can download filezilla from <a href="http://filezilla-project.org/download.php?type=server" target="_blank">here</a>.</p>
<h2>Kill Running process :</h2>
<p>I use another handy tool called <a title="Kills Processes running on memory" href="http://www.softpedia.com/progDownload/Task-Killer-Download-9968.html" target="_blank">Task Killer</a> . This is a small freeware that is very helpful to kill the running Virus Process. You might be asking why I need a tool to kill a process, when I can directly kill the process from Task Manager. Well, yes you can kill any task from the Task Manager but the problem is few of the viruses does not allow the Task manger to be visible. It automatically closes the Task Manager window and thus stopping yourself from identifying it. Task Killer is a small utility that sits on the Task Bar. Just click on it and select the Process you want to kill.</p>
<p><img class="size-full wp-image-364 aligncenter" title="kill-task" src="http://www.jeba.in/wp-content/uploads/2009/04/kill-task.jpg" alt="kill-task" width="606" height="420" /></p>
<p>Make sure you don&#8217;t end up killing any windows task. Make sure you have saved and backed up all your important data before you attempt to do any of these methods which I have mentioned here. Since we are forcing windows settings which can make the OS unstable. Most of the time the virus process name will be exactly same as windows process name, making it a bit harder to identify. But another small tip that can help you is.. all virus process runs under &#8220;Your username&#8221; process. Windows critical processes run under System Process.</p>
<h2>Keep Your Antivirus Updated At All Times :</h2>
<p>This is a pretty obvious tip, but it saves a lot of trouble later. I have seen many of my friends who have disabled the Auto Update feature, I strongly disagree to it. Just enable the damn Auto update and it will take care of the updates. After all Anti viruses are meant to detect virus and save your time from manual removal.</p>
<h2>Use Linux :</h2>
<p>This is probably the weirdest tip but trust me if you<a href="http://www.wikihow.com/Learn-to-Use-Linux" target="_blank"> use Linux</a> you don&#8217;t have to worry about any of the tips mentioned above. Linux has probably the least number of viruses available. To those who have come late, linux has come long way from being a Geeks only OS. Some distro&#8217;s like Mandriva, Linspire,Open  SUSE are customized to be more user friendly. With KDE 4.0 you can be sure you have all the eye candy that can even put Vista to shame.</p>
<p><img class="size-full wp-image-365 aligncenter" title="linux-windows" src="http://www.jeba.in/wp-content/uploads/2009/04/linux-windows.png" alt="linux-windows" width="399" height="216" /></p>
<p>I hope you would have found these tips useful. Do let me know how did these tips helped you. Feel free to share your tips too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeba.in/posts/5-tips-to-fight-pen-usb-drive-viruses/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Nothing Else Matters- Metallica</title>
		<link>http://www.jeba.in/posts/nothing-else-matters-metallica/</link>
		<comments>http://www.jeba.in/posts/nothing-else-matters-metallica/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 08:31:03 +0000</pubDate>
		<dc:creator>Allwin Samuel Jeba</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Guitar Tutoria]]></category>
		<category><![CDATA[Lesson]]></category>
		<category><![CDATA[Nothing Else Matters]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Video tutorial]]></category>

		<guid isPermaLink="false">http://www.jeba.in/?p=351</guid>
		<description><![CDATA[I was introduced to this song by my friend Vinay. He asked me to listen to this songs as I had asked him to suggest me few songs to hear. The very first time I heard this song I loved it and I loved it so much, every time I feel listening to songs it [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-352" title="nothing-else-matters" src="http://www.jeba.in/wp-content/uploads/2009/04/nothing-else-matters.jpg" alt="nothing-else-matters" width="415" height="181" /></p>
<p>I was introduced to this song by my friend Vinay. He asked me to listen to this songs as I had asked him to suggest me few songs to hear. The very first time I heard this song I loved it and I loved it so much, every time I feel listening to songs it starts with Nothing Else Matters. It has been my Ringtone, My Callertune and what not. Such a simple lyrics yet so beautifully composed. Just love this song. Well if you haven&#8217;t heard this song before you can watch the below video. This song was released way back in 1992. But still it is as famous as it ever was. This song has become like a signature song for Metallica. Every time they go for a concert and play this song, the crowd goes crazy.</p>
<p><object width="425" height="344" data="http://www.youtube.com/v/prWq00wVi_s&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/prWq00wVi_s&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
<p>This is the official video on Youtube you can find many other versions of the video, many being played on concerts and schools. BTW here is the lyrics to the song..</p>
<blockquote><p>So close, no matter how far<br />
Couldn&#8217;t be much more from the heart<br />
Forever trusting who we are<br />
and nothing else matters</p>
<p>Never opened myself this way<br />
Life is ours, we live it our way<br />
All these words I don&#8217;t just say<br />
and nothing else matters</p>
<p>Trust I seek and I find in you<br />
Every day for us something new<br />
Open mind for a different view<br />
and nothing else matters</p>
<p>never cared for what they do<br />
never cared for what they know<br />
but I know</p>
<p>So close, no matter how far<br />
Couldn&#8217;t be much more from the heart<br />
Forever trusting who we are<br />
and nothing else matters</p>
<p>never cared for what they do<br />
never cared for what they know<br />
but I know</p>
<p>Never opened myself this way<br />
Life is ours, we live it our way<br />
All these words I don&#8217;t just say</p>
<p>Trust I seek and I find in you<br />
Every day for us, something new<br />
Open mind for a different view<br />
and nothing else matters</p>
<p>never cared for what they say<br />
never cared for games they play<br />
never cared for what they do<br />
never cared for what they know<br />
and I know</p>
<p>So close, no matter how far<br />
Couldn&#8217;t be much more from the heart<br />
Forever trusting who we are<br />
No, nothing else matters</p></blockquote>
<p>There is another version of Nothing Else Matters that is played on Piano by Scott Davis. You can appreciate that only if you had heard this song before. Anyways here is the video which I was talking about.</p>
<p><object width="500" height="405" data="http://www.youtube.com/v/4sZK4Hd28VA&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x5d1719&amp;color2=0xcd311b&amp;border=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/4sZK4Hd28VA&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x5d1719&amp;color2=0xcd311b&amp;border=1" /><param name="allowfullscreen" value="true" /></object></p>
<p>Me now fully pumped up to learn this song on my Guitar. Yeah it would be a bit tough for a beginner like me to learn it but still I must learn this song. Here are some of the tutorials which I have collected to learn.</p>
<p>Nothing Else Matters &#8211; Guitar Tabs</p>
<blockquote><p>Timing 6/8</p>
<p>INTRO (acoustic guitar w/fingerpicks)<br />
|&#8212;&#8212;&#8212;&#8211;0&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8211;0&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8211;0&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8211;0&#8212;&#8211;0&#8212;&#8211;|&#8212;&#8212;&#8211;0&#8212;&#8211;0&#8212;&#8211;|&#8212;&#8212;&#8211;0&#8212;&#8211;0&#8212;&#8211;|<br />
|&#8212;&#8211;0&#8212;&#8212;&#8212;&#8211;0&#8211;|&#8212;&#8211;0&#8212;&#8212;&#8212;&#8211;0&#8211;|&#8212;&#8211;0&#8212;&#8212;&#8212;&#8211;0&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|</p>
<p>|&#8212;&#8212;&#8212;&#8211;0&#8212;&#8211;7&#8211;|&#8211;7&#8212;&#8212;&#8211;7p0&#8212;&#8212;-|&#8212;&#8212;&#8211;7&#8211;8&#8211;7h87\5-|&#8211;7&#8211;5/2&#8212;&#8212;|<br />
|&#8212;&#8212;&#8211;0&#8212;&#8211;0&#8212;&#8211;|&#8212;&#8211;0&#8212;&#8211;0&#8212;0&#8212;&#8211;|&#8211;0&#8212;&#8211;0&#8211;0&#8212;&#8212;&#8212;|&#8211;0&#8212;&#8212;&#8211;5&#8211;|<br />
|&#8212;&#8211;0&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8211;0&#8212;&#8212;&#8212;0&#8211;|&#8212;&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8211;|</p>
<p>|&#8212;&#8212;&#8212;&#8211;2p0&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8211;0&#8211;0&#8211;0&#8211;|&#8211;0&#8212;&#8212;&#8212;-3p0&#8212;&#8211;0&#8211;|<br />
|&#8211;5&#8212;&#8211;5&#8212;&#8212;5&#8212;&#8211;|&#8212;&#8212;&#8211;5&#8212;&#8211;5&#8211;5&#8211;|&#8211;5&#8212;&#8212;5&#8212;&#8212;-5&#8212;5&#8211;|<br />
|&#8212;&#8211;5&#8212;&#8212;&#8212;&#8212;5&#8211;|&#8212;&#8211;5&#8212;&#8212;&#8211;5&#8211;5&#8211;|&#8211;5&#8212;-5&#8212;5&#8212;&#8212;-5-5&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8211;0&#8212;&#8212;&#8212;&#8211;0&#8211;2&#8211;|&#8211;3&#8211;3&#8212;&#8212;&#8212;&#8212;&#8212;3&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|</p>
<p>N.H&#8230;&#8230;.<br />
|&#8211;0&#8212;&#8212;&#8212;-0h5p0&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-12&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8211;0&#8212;&#8212;&#8211;|<br />
|&#8211;7&#8212;&#8212;7&#8212;&#8212;&#8212;7p0-0h5-|&#8212;&#8211;12&#8211;12&#8212;&#8212;0&#8212;&#8211;|&#8212;&#8212;&#8211;0&#8212;&#8211;0&#8212;&#8211;|<br />
|&#8211;7&#8212;-7&#8212;7&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8211;12&#8212;&#8212;&#8212;&#8212;-0&#8211;|&#8212;&#8211;0&#8212;&#8212;&#8212;&#8211;0&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8211;5&#8211;5&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|</p>
<p>|&#8212;&#8212;&#8212;&#8211;0&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8211;0&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;7&#8212;&#8212;|<br />
|&#8212;&#8212;&#8211;0&#8212;&#8211;0&#8212;&#8211;|&#8212;&#8212;&#8211;0&#8212;&#8211;0&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;8&#8212;&#8212;|<br />
|&#8212;&#8211;0&#8212;&#8212;&#8212;&#8211;0&#8211;|&#8212;&#8211;0&#8212;&#8212;&#8212;&#8211;0&#8211;|&#8212;&#8212;&#8212;-9&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8211;9&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;7&#8212;&#8212;&#8212;&#8212;|<br />
|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;-|</p>
<p>|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;7&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8211;7&#8212;&#8212;&#8211;5&#8211;|&#8212;&#8212;&#8212;&#8212;8&#8212;&#8212;|&#8212;&#8212;&#8211;7&#8212;&#8212;&#8211;5&#8211;|<br />
|&#8212;&#8212;&#8211;7&#8212;&#8212;&#8211;5&#8211;|&#8212;&#8212;&#8212;-9&#8212;&#8212;&#8211;|&#8212;&#8212;&#8211;7&#8212;&#8212;&#8211;5&#8211;|<br />
|&#8212;&#8211;7&#8212;&#8212;&#8211;5&#8212;&#8211;|&#8212;&#8212;&#8211;9&#8212;&#8212;&#8212;-|&#8212;&#8211;7&#8212;&#8212;&#8211;5&#8212;&#8211;|<br />
|&#8211;5&#8212;&#8212;&#8211;3&#8212;&#8212;&#8211;|&#8212;&#8212;7&#8212;&#8212;&#8212;&#8212;|&#8211;5&#8212;&#8212;&#8211;3&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|</p>
<p>|Guitar I<br />
|&#8212;&#8212;&#8212;&#8212;7&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;8&#8212;&#8212;|&#8212;&#8212;&#8211;7&#8212;&#8212;&#8211;5&#8211;|&#8212;&#8212;&#8211;3&#8212;&#8212;&#8211;4&#8211;|<br />
|&#8212;&#8212;&#8212;-9&#8212;&#8212;&#8211;|&#8212;&#8212;&#8211;7&#8212;&#8212;&#8211;5&#8211;|&#8212;&#8212;&#8211;4&#8212;&#8212;&#8211;2&#8211;|<br />
|&#8212;&#8212;&#8211;9&#8212;&#8212;&#8212;-|&#8212;&#8211;7&#8212;&#8212;&#8211;5&#8212;&#8211;|&#8212;&#8211;5&#8212;&#8212;&#8211;4&#8212;&#8211;|<br />
|&#8212;&#8212;7&#8212;&#8212;&#8212;&#8212;|&#8211;5&#8212;&#8212;&#8211;3&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8211;2&#8212;&#8212;&#8211;|<br />
|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8211;3&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|                   |                    |                    |<br />
|Guitar II (acoustic guitar)             |                    |<br />
|&#8212;&#8212;&#8212;&#8212;7&#8212;&#8212;|&#8212;-5&#8212;&#8212;&#8211;3&#8212;&#8212;|&#8212;-3&#8212;&#8212;&#8211;2&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;-8&#8212;&#8212;&#8211;|&#8212;&#8212;7&#8212;&#8212;&#8211;5&#8212;-|&#8212;&#8212;3&#8212;&#8212;&#8211;4&#8212;-|<br />
|&#8212;&#8212;&#8211;9&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8211;7&#8212;&#8212;&#8211;5&#8211;|&#8212;&#8212;&#8211;4&#8212;&#8212;&#8211;2&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|</p>
<p>|Guitar I<br />
|&#8212;&#8212;&#8212;&#8212;0&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8211;0&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;0&#8212;&#8211;0&#8212;&#8211;|&#8212;&#8212;&#8211;0&#8212;&#8211;0&#8212;&#8211;|<br />
|&#8212;&#8212;0&#8212;&#8212;&#8212;&#8211;0&#8211;|&#8212;&#8211;0&#8212;&#8212;&#8212;&#8211;0&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|<br />
|              Drop only, w/volume swell<br />
|                  1/5 (tremolo)<br />
|                      \  /<br />
|Guitar II              \/<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8211;12&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8211;12&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|-2p0&#8211;0&#8212;&#8212;&#8212;&#8212;-|&#8211;12&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;-4&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|</p>
<p>VERSE 1 (Rhy.fig.1)<br />
|&#8212;&#8212;&#8212;&#8211;3&#8212;-0&#8212;&#8211;|&#8211;2&#8212;-3&#8212;&#8211;0&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8211;3&#8212;-0&#8212;&#8211;|<br />
|&#8212;&#8212;&#8211;0&#8212;&#8212;&#8212;0&#8212;|&#8212;&#8212;&#8212;3&#8212;&#8212;3&#8212;&#8212;-|&#8212;&#8212;&#8211;0&#8212;&#8212;&#8212;0&#8212;|<br />
|&#8212;&#8211;0&#8212;&#8212;&#8211;0&#8212;&#8211;0-|&#8212;&#8212;&#8212;&#8211;0&#8212;&#8212;0&#8212;&#8211;|&#8212;&#8211;0&#8212;&#8212;&#8211;0&#8212;&#8211;0-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8211;0&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;-3&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;3-2-|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|</p>
<p>|&#8211;2&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8211;3&#8212;-0&#8212;&#8211;|&#8211;2&#8212;-3&#8212;&#8211;3&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;-3&#8212;&#8211;3&#8212;-3&#8212;&#8211;|&#8212;&#8212;&#8211;0&#8212;&#8212;&#8212;0&#8212;|&#8212;&#8212;&#8212;3&#8212;&#8212;3&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;2p0&#8212;-0&#8212;&#8212;-|&#8212;&#8211;0&#8212;&#8212;&#8211;0&#8212;&#8211;0-|&#8212;&#8212;&#8212;&#8211;0&#8212;&#8212;-0&#8211;|<br />
|&#8211;0&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8211;0&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;-3&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;-3&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;3-2-|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|</p>
<p>|&#8212;&#8212;&#8211;3&#8211;2&#8212;-2&#8212;-|&#8211;0&#8212;&#8212;&#8211;0&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8211;0&#8212;&#8212;&#8212;|<br />
|&#8212;&#8212;&#8211;3&#8211;0&#8212;&#8212;0&#8211;|&#8212;&#8212;&#8211;0&#8212;&#8211;0&#8212;&#8211;|&#8212;&#8212;&#8211;0&#8212;&#8211;0&#8212;&#8212;|<br />
|&#8212;&#8211;0&#8212;&#8211;2&#8212;&#8212;&#8212;|&#8212;&#8211;0&#8212;&#8212;&#8212;&#8211;0&#8211;|&#8212;&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;&#8211;2&#8211;2&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
|&#8211;3&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8211;3-2-|</p>
<p>VERSE 2<br />
|Synth I (w/Rhy.fig1)<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8211;9&#8212;&#8212;&#8212;&#8212;|&#8211;11&#8212;12&#8212;9&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8211;|&#8211;11&#8212;12&#8212;12&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|               |                   |              |                    |<br />
|Synth II       |                   |              |                    |<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8211;8&#8212;&#8212;&#8212;&#8212;|&#8211;10&#8212;12&#8212;8&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8211;|&#8211;10&#8212;12&#8212;13&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|</p>
<p>|Synth I<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
|&#8211;12&#8212;&#8212;&#8212;&#8212;|&#8211;11&#8212;12&#8212;9&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8211;9&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
|                |                   |                |               |<br />
|Synth II        |                   |                |               |<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
|&#8211;12&#8212;&#8212;&#8212;&#8212;|&#8211;10&#8212;12&#8212;8&#8212;&#8212;|&#8211;8&#8212;&#8212;7&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8211;9&#8212;&#8212;&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;|</p>
<p>VERSE 3 Acoustic guitar (w/rhy.fig.1)<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;5&#8211;5/7&#8211;7\5&#8211;|&#8211;4&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;5&#8211;5/7&#8211;7\5&#8211;|&#8211;4&#8212;0&#8212;0&#8212;&#8212;|<br />
|&#8212;7&#8211;7&#8211;7/9&#8211;9\7&#8211;|&#8211;5&#8212;7&#8212;7&#8212;&#8212;|&#8212;7&#8211;7&#8211;7/9&#8211;9\7&#8211;|&#8211;5&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|-0&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|-0&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|</p>
<p>|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;-5&#8211;7&#8211;8&#8211;7&#8211;5&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;0&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;5&#8211;5/7&#8211;7\5&#8211;|&#8211;4&#8212;&#8212;-2&#8212;&#8212;|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;7&#8211;7&#8211;7/9&#8211;9\7&#8211;|&#8211;5&#8212;&#8212;-3&#8212;&#8212;|&#8211;2&#8211;2-3-2&#8212;-2-3-2&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|-0&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|</p>
<p>||     Fill 1       ||<br />
||&#8212;&#8212;&#8212;&#8211;5&#8212;&#8212;||<br />
||&#8211;8&#8211;7&#8211;5&#8212;&#8212;&#8212;||<br />
||&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;||<br />
||&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;||<br />
||&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;||<br />
||&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;||</p>
<p>CHORUS (acoustic guitar)<br />
w/fill 1                                                      repeat twice<br />
||&#8211;0&#8212;&#8212;&#8212;|&#8211;2&#8212;2-2-2-3-2&#8211;0&#8211;2-|&#8211;0&#8212;&#8212;&#8212;|&#8211;2&#8212;2-2-2-3-2&#8211;0&#8211;2&#8211;||<br />
||*-1&#8212;-2&#8212;-|&#8211;3&#8212;3-3-3-3-3&#8211;3&#8211;3-|&#8211;1&#8212;-2&#8212;-|&#8211;3&#8212;3-3-3-3-3&#8211;3&#8211;3-*||<br />
||&#8211;0&#8212;-2&#8212;-|&#8211;2&#8212;2-2-2-2-2&#8211;2&#8211;2-|&#8211;0&#8212;-2&#8212;-|&#8211;2&#8212;2-2-2-2-2&#8211;2&#8211;2&#8211;||<br />
||*-2&#8212;-2&#8212;-|&#8211;0&#8212;0-0-0-0-0&#8211;0&#8211;0-|&#8211;2&#8212;-2&#8212;-|&#8211;0&#8212;0-0-0-0-0&#8211;0&#8211;0-*||<br />
||&#8211;3&#8212;-0&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8211;3&#8212;-0&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;||<br />
||&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;||</p>
<p>|Guitar I<br />
|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8211;2&#8211;2-2-2&#8211;|&#8211;0&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8211;1&#8212;&#8212;&#8211;2&#8212;&#8212;&#8211;|&#8211;3&#8211;3-3-3&#8211;|&#8211;0&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8211;0&#8212;&#8212;&#8211;2&#8212;&#8212;&#8211;|&#8211;2&#8211;2-2-2&#8211;|&#8211;0&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8211;2&#8212;&#8212;&#8211;2&#8212;&#8212;&#8211;|&#8211;0&#8211;0-0-0&#8211;|&#8211;2&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8211;3&#8212;&#8212;&#8211;0&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;|&#8211;2&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;|&#8211;0&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|                    |            |               |              |<br />
|Guitar II (synth)   |            |               |              |<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8211;7&#8212;|&#8211;9&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;2-5&#8212;&#8212;&#8211;7&#8211;|&#8212;&#8212;7&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;-3&#8212;&#8212;&#8212;-7&#8212;-|&#8212;-5&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;-5&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|                    |            |               |              |<br />
|Guitar III (acoustic guitar)     |               |              |<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8211;0&#8212;&#8212;|&#8212;&#8212;&#8211;0&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;0&#8212;0&#8212;-|&#8212;&#8212;0&#8212;0&#8212;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;|&#8212;-0&#8212;&#8212;-0&#8211;|&#8212;-0&#8212;&#8212;-0-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;|&#8211;0&#8212;&#8212;&#8212;&#8212;|&#8211;0&#8212;&#8212;&#8212;&#8211;|</p>
<p>INTERLUDE<br />
|Guitar I (acoustic guitar)<br />
|&#8211;12&#8212;&#8212;&#8211;14&#8212;&#8212;&#8211;|&#8211;15&#8212;&#8212;&#8211;17&#8212;&#8212;&#8211;|&#8211;8&#8212;&#8212;&#8211;8&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;12&#8212;&#8212;&#8211;12&#8212;-|&#8212;&#8212;12&#8212;&#8212;&#8211;12&#8212;-|&#8212;&#8211;5&#8212;&#8212;&#8211;5&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8211;5&#8212;&#8212;&#8211;5&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|                      |                      |                    |<br />
|Guitar II (acoustic guitar)                  |                    |<br />
|&#8211;15&#8212;&#8212;&#8211;17&#8212;&#8212;&#8211;|&#8211;19&#8212;&#8212;&#8211;20&#8212;&#8212;&#8211;|&#8211;12&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;17&#8212;&#8212;&#8211;17&#8212;-|&#8212;&#8212;17&#8212;&#8212;&#8211;17&#8212;-|&#8212;&#8212;13&#8212;&#8212;&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|</p>
<p>|Guitar I<br />
|&#8212;&#8212;&#8212;-8&#8212;&#8212;&#8211;|&#8211;0&#8212;&#8212;&#8212;-0&#8212;&#8211;|&#8211;0&#8212;&#8212;&#8212;-0&#8212;&#8211;|<br />
|&#8212;&#8212;-5&#8212;&#8211;5&#8212;&#8211;|&#8212;&#8211;1&#8212;&#8212;&#8212;-1&#8211;|&#8212;&#8211;3&#8212;&#8212;&#8212;-3&#8211;|<br />
|&#8212;-5&#8212;&#8212;&#8212;&#8211;5\-|&#8212;&#8212;&#8211;0&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8211;2&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|                   |                   |                   |<br />
|Guitar II          |                   |                   |<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8211;11/12&#8212;&#8212;&#8212;&#8212;|&#8211;12/14&#8212;&#8212;&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;13&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;15&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;-12&#8212;-|&#8212;&#8212;&#8212;&#8212;-14&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|</p>
<p>|Guitar I<br />
|&#8211;0-7&#8212;&#8212;-7-0&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8211;0&#8212;&#8212;|&#8211;12&#8212;&#8212;&#8211;14&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;0&#8212;&#8212;&#8212;0&#8212;&#8211;|&#8212;&#8212;&#8211;0&#8212;&#8212;&#8212;|&#8212;&#8212;12&#8212;&#8212;&#8211;12&#8212;-|<br />
|&#8212;&#8212;&#8212;0&#8212;&#8212;&#8212;0&#8211;|&#8212;&#8211;0&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|                      |                  |                      |<br />
|Guitar II             |                  |                      |<br />
|&#8212;&#8211;12&#8212;&#8211;12&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8211;15&#8212;&#8212;&#8211;17&#8212;&#8212;&#8211;|<br />
|&#8211;12&#8212;&#8212;&#8212;&#8211;12&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;17&#8212;&#8212;&#8211;17&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|</p>
<p>|Guitar I<br />
|&#8211;15&#8212;&#8212;&#8211;17&#8212;&#8212;&#8211;|&#8211;8&#8212;&#8212;&#8211;8&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;-8&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;12&#8212;&#8212;&#8211;12&#8212;-|&#8212;&#8211;5&#8212;&#8212;&#8211;5&#8212;&#8211;|&#8212;&#8212;-5&#8212;&#8211;5&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8211;5&#8212;&#8212;&#8211;5&#8211;|&#8212;-5&#8212;&#8212;&#8212;&#8211;5\-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|                      |                    |                   |<br />
|Guitar II             |                    |                   |<br />
|&#8211;19&#8212;&#8212;&#8211;20&#8212;&#8212;&#8211;|&#8211;12&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;17&#8212;&#8212;&#8211;17&#8212;-|&#8212;&#8212;13&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|</p>
<p>|Guitar I<br />
|&#8211;0&#8212;&#8212;&#8212;-0&#8212;&#8211;|&#8211;0&#8212;&#8212;&#8212;-0&#8212;&#8212;&#8212;&#8212;|&#8211;0&#8211;7&#8212;&#8212;-7&#8211;0&#8212;&#8212;|<br />
|&#8212;&#8211;1&#8212;&#8212;&#8212;-1&#8211;|&#8212;&#8211;3&#8212;&#8212;&#8212;-3&#8212;&#8212;&#8212;|&#8212;&#8212;-0&#8212;&#8212;&#8212;-0&#8212;-|<br />
|&#8212;&#8212;&#8211;0&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8211;2&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;-0&#8212;&#8212;&#8212;-0-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|                   |                          |                       |<br />
|Guitar II          |                          |                       |<br />
|&#8211;11/12&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;13&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8211;12&#8212;&#8211;12&#8212;&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;&#8212;-12&#8212;-|&#8212;-12&#8211;12h14&#8212;12h14-14b-|&#8211;12&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;14&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|</p>
<p>|Guitar I<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-0&#8212;&#8212;&#8212;&#8212;|&#8212;&#8230;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8211;0&#8212;&#8212;&#8212;0&#8212;&#8212;-|&#8212;&#8230;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8230;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8230;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8230;&#8212;&#8212;&#8212;-|<br />
|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8230;&#8212;&#8212;&#8212;-|<br />
|                                |                |<br />
|Guitar II                       |                |<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;-15&#8211;15&#8211;15&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;-14&#8211;14b-14r-12&#8212;&#8212;&#8212;&#8211;12-|&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-14&#8211;12h14&#8212;-|&#8211;14&#8212;&#8212;&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;-|</p>
<p>BEFORE SOLO<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
|&#8211;7-7&#8212;&#8212;&#8212;2-2-2-2-2-2&#8211;|<br />
|&#8212;&#8212;0-0-0-0-0-0-0-0-0-0&#8211;|<br />
pm. . . . . . . . .</p>
<p>SOLO<br />
|Guitar I (overdriven guitar)<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8211;15&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8211;14b&#8212;14br-12~&#8211;14-12-|&#8211;11h12p11&#8212;-11&#8212;&#8212;&#8212;12-14-12-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8211;14&#8212;-12-14~&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|                        |                                  |<br />
|Guitar II (overdriven guitar)                              |<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;-9&#8212;&#8212;9&#8212;|&#8211;7&#8212;&#8212;&#8212;-7&#8212;&#8212;&#8212;5&#8212;&#8212;&#8212;-|<br />
|&#8211;2&#8212;-2/7&#8212;7&#8212;&#8212;7&#8212;|&#8211;5&#8212;&#8212;&#8212;-5&#8212;&#8212;&#8212;3&#8212;&#8212;&#8212;-|<br />
|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-3-2&#8212;|</p>
<p>|Guitar I<br />
|&#8212;&#8212;&#8211;12&#8212;&#8212;-12&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
|&#8212;&#8211;12&#8212;&#8212;-12&#8212;-15p12&#8212;-12&#8212;&#8212;-|&#8212;&#8212;&#8212;-14&#8211;14-13&#8212;&#8212;&#8211;|<br />
|&#8211;14b&#8212;&#8212;14b&#8212;&#8212;&#8212;&#8212;15&#8212;-15-14-|&#8211;12br&#8212;-14&#8211;14-13-12\&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;-14&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
|                                      |                           |<br />
|Guitar II                             |                           |<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;9&#8212;&#8212;&#8212;9&#8212;&#8212;-|&#8212;&#8212;&#8212;-7&#8212;7&#8212;&#8211;5&#8212;&#8212;|<br />
|&#8211;2&#8212;&#8212;2/7&#8212;&#8212;&#8211;7&#8212;&#8212;&#8212;7&#8212;&#8212;-|&#8212;&#8212;&#8212;-5&#8212;5&#8212;&#8211;3&#8212;&#8212;|<br />
|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;3-2-|</p>
<p>|Guitar I<br />
|&#8211;14/15&#8211;14~&#8212;&#8211;15&#8211;14~-15/17&#8211;|&#8211;15-14h15p14\12&#8212;-15-14&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;&#8212;-12&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;12&#8212;&#8212;-12&#8212;&#8212;&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-12-14-12-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|                                |                                        |<br />
|Guitar II                       |                                        |<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-9&#8212;&#8212;9&#8211;|&#8211;7&#8212;&#8212;&#8212;&#8212;7&#8212;&#8212;&#8212;-5&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8211;2&#8212;&#8212;&#8212;2/7&#8212;&#8211;7&#8212;&#8212;&#8211;7&#8211;|&#8211;5&#8212;&#8212;&#8212;&#8212;5&#8212;&#8212;&#8212;-3&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;3-2-|</p>
<p>|Guitar I<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-12&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8211;15&#8212;&#8212;&#8212;&#8212;&#8212;12&#8212;&#8211;15-15b-12-|&#8211;15b&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8211;14br-12&#8212;-12-14b&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;-14&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|                                    |                |              |<br />
|Guitar II                           |  let ring      |              |<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;4&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8211;5&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;2&#8212;&#8212;&#8212;|&#8211;2&#8212;&#8212;&#8212;&#8212;-|&#8211;(2)&#8212;&#8212;&#8212;|<br />
|&#8211;3&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8211;0&#8212;&#8212;&#8212;&#8212;-|&#8211;(0)&#8212;&#8212;&#8212;|</p>
<p>|Guitar I<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8211;12h15p12\&#8212;&#8212;-7\-|&#8211;5h7p5&#8212;&#8212;&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|                     |                    |<br />
|Guitar II            |                    |<br />
|&#8212;&#8212;&#8212;&#8211;0&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8211;0&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8211;0&#8212;&#8211;0&#8212;&#8212;|&#8212;&#8212;&#8211;0&#8212;&#8211;0&#8212;&#8211;|<br />
|&#8212;&#8211;0&#8212;&#8212;&#8212;&#8211;0&#8212;|&#8212;&#8211;0&#8212;&#8212;&#8212;&#8211;0&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|</p>
<p>LAST VERSE (overdriven guitar)<br />
(w/rhy.fig 1)<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8211;7&#8211;8&#8212;5&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8211;|&#8211;7&#8212;8&#8212;3&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8211;|</p>
<p>|&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8211;7&#8212;8&#8212;12&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|</p>
<p>ENDING (acoustic guitar)</p>
<p>|&#8211;0&#8212;&#8212;&#8211;0&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8211;0&#8212;&#8211;7&#8211;|&#8211;7&#8212;&#8212;&#8211;7p0&#8212;&#8212;-|<br />
|&#8212;&#8212;&#8211;0&#8212;&#8211;0&#8212;&#8211;|&#8212;&#8212;&#8211;0&#8212;&#8211;0&#8212;&#8211;|&#8212;&#8211;0&#8212;&#8212;&#8212;0&#8212;&#8211;|<br />
|&#8212;&#8211;0&#8212;&#8212;&#8212;&#8211;0&#8211;|&#8212;&#8211;0&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8211;0&#8212;&#8212;&#8212;0&#8211;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br />
(repeat and fade)<br />
|&#8212;&#8212;&#8211;7&#8211;8&#8211;7h-8p7\5-|&#8211;7&#8211;5\3-0&#8211;|<br />
|&#8212;&#8212;&#8211;0&#8211;0&#8212;&#8212;&#8212;&#8211;|&#8211;0&#8212;&#8212;&#8212;|<br />
|&#8212;&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;|<br />
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;|<br />
|&#8211;0&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;|</p>
<p>INTRO</p>
<p>VERSE 1<br />
So close no matter how far<br />
Couldn&#8217;t be much more from the heart<br />
Forever trusting who we are<br />
And nothing else matters</p>
<p>VERSE 2<br />
Never opened myself this way<br />
Life is ours, we live it our way<br />
All these words i don&#8217;t just say<br />
And nothing else matters</p>
<p>VERSE 3<br />
Trust I seek and I find in you<br />
Every day for us something new<br />
Open mind for a diffrent view<br />
And nothing else matters</p>
<p>CHORUS<br />
Never cared for what do<br />
Never cared for what they know<br />
And I know</p>
<p>VERSE 1</p>
<p>CHORUS</p>
<p>INTERLUDE</p>
<p>VERSE 2</p>
<p>VERSE 3</p>
<p>CHORUS<br />
Never cared for what they say<br />
Never cared for games they play<br />
Never cared for what do<br />
Never cared for what they know<br />
And I know</p>
<p>BEFORE SOLO</p>
<p>SOLO</p>
<p>LAST VERSE<br />
So close no matter how far<br />
Couldn&#8217;t be much more from the heart<br />
Forever trusting who we are<br />
And nothing else matters</p>
<p>ENDING</p></blockquote>
<p>Here are few Video tutorials on Youtube for nothing else matters.</p>
<p><strong>Lesson 1:</strong></p>
<p><object width="500" height="405" data="http://www.youtube.com/v/zSqO1t8DP58&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x5d1719&amp;color2=0xcd311b&amp;border=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/zSqO1t8DP58&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x5d1719&amp;color2=0xcd311b&amp;border=1" /><param name="allowfullscreen" value="true" /></object></p>
<p><strong>Lesson 2:</strong></p>
<p><object width="500" height="405" data="http://www.youtube.com/v/8nnqc3PFMfE&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x5d1719&amp;color2=0xcd311b&amp;border=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/8nnqc3PFMfE&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x5d1719&amp;color2=0xcd311b&amp;border=1" /><param name="allowfullscreen" value="true" /></object></p>
<p>Lets see how it goes.. I am not sure, when I will finish learning it but I know that &#8220;Nothing Else Matters &#8220;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeba.in/posts/nothing-else-matters-metallica/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
