Half Price Membership Today!
Today () you can get immediate access to our Members Area downloads for a small donation of just $14.95 (half normal price of $29.95).


Donate
in various currencies...

A-Z (artist name) of Guitar Tab
A    B    C    D    E    F
G    H    I    J    K    L
M    N    O    P    Q    R
S    T    U    V    W    X
Y    Z    0-9

A-Z (artist name) of Guitar Tab
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z   0-9

Click HERE for an easy print version of eagles - hotel california ps


################################################################
# The following is the author's own interpretation of the song #
# to be used for studying or private use only. Downloaded from #
# www.TabGuitarLessons.com. FREE GUITAR SOFTWARE + LOTS MORE!  #
# Home of the 60 minute fretboard memory technique. You'll     #
# memorise ALL the notes and positions on the fretboard in 60  #
# minutes or less. visit www.TabGuitarLessons.com today.       #
################################################################
From uunet!elroy.jpl.nasa.gov!sdd.hp.com!cs.utexas.edu!rutgers!sun-barr!news2me.ebay.sun.com!seven-up.East.Sun.COM!newscan!theglove!mario Thu Sep 17 22:29:48 PDT 1992
 Article: 2359 of alt.guitar.tab
 Path: nevada.edu!uunet!elroy.jpl.nasa.gov!sdd.hp.com!cs.utexas.edu!rutgers!sun-barr!news2me.ebay.sun.com!seven-up.East.Sun.COM!newscan!theglove!mario
 From: mario@theglove.Canada.Sun.Com (Mario Dorion # extra topping $1.75)
 Newsgroups: alt.guitar.tab
 Subject: Re: REQ: Hotel California
 Message-ID: <1992Sep17.142115.25969@newscan.canada.sun.com>
 Date: 17 Sep 92 14:21:15 GMT
 References: <878@ozz.oasis.icl.co.uk>
 Sender: news@newscan.canada.sun.com
 Reply-To: mario@theglove.Canada.Sun.Com
 Organization: Sun Microsystems du Canada
 Lines: 809
 Nntp-Posting-Host: theglove.canada.sun.com
 In article 878@ozz.oasis.icl.co.uk, sch@getafix (Simon Hamner) writes:
 >I know this has probably been done to death, but if anyone has the
 >tab and/or chords for Hotel California, I'd be really grateful if they
 >could e-mail them to me.
 
 Here it is in "tabpro" format. I also include the PostScript version
 generated by chord V1.2.
 
 Mario Dorion - Sun Montreal
 
 
 
 {title:Hotel California}
 {subtitle:Felder, Henley & Frey}
 # Typed in by Mario Dorion (Mario.Dorion@Canada.Sun.Com) from a songbook.
 #
 # Format is for the "chord" (or "chopro") PostScript chord formatting utility.
 # Chord V1.2 is a public domain utility developped by
 #   Martin.Leclerc@Canada.Sun.Com and Mario.Dorion@Canada.Sun.Com
 #
 [Bm]On a dark desert highway, [F#]cool wind in my hair
 [A]Warm smell of colitas, [E]rising through the air
 [G]Up ahead in the distance, [D]I saw a shimering light
 [Em]My head grew heavy and my sight grew dim, [F#]I had to stop for the night
 
 [Bm]There she stood in the doorway, [F#]I heard the mission bell
 [A]And I was thinking to myself: this could be [E]heaven or this could be hell
 [G]Then she lit up a candle [D]and she showed me the way
 [Em]There were voices down the corridor; [F#]I thought I heard them say:
 
 {start_of_chorus}
 "[G]Welcome to the Hotel Califor[D]nia
 [F#]Such a lovely place (such a lovely place), such a [Bm]lovely face
 [G]Plenty of room at the Hotel Califor[D]nia
 Any [Em]time of year (any time of year), you can [F#]find it here"
 {end_of_chorus}
 
 [Bm]Her mind is Tiffany twisted, [F#]she got the Mercedes Benz
 [A]She got a lot of pretty, pretty boys, [E]that she calls friends
 [G]How they dance in the courtyard, [D]sweet summer sweat
 [Em]Some dance to remember, [F#]some dance to forget
 
 [Bm]So I called up the captain, "[F#]Please bring me my wine", He said
 [A]"We haven't had that spirit here since [E]nineteen sixty-nine"
 [G]And still those voices are calling from [D]far away
 [Em]Wake you up in the middle of the night, [F#]just to hear them say:
 
 "[G]Welcome to the Hotel Califor[D]nia
 [F#]Such a lovely place (such a lovely place), such a [Bm]lovely face
 They [G]livin' it up at the Hotel Califor[D]nia
 What a [Em]nice surprise (what a nice surprise), bring your [F#]alibis"
 
 
 [Bm]Mirrors on the ceiling, [F#]the pink champagne on ice, and she said
 "[A]We are all just prisoners here, [E]of our own device"
 [G]And in the master's chambers, [D]they gathered for the feast
 [Em]They stab it with their steely knives but they [F#]just can't kill the beast
 
 [Bm]Last thing I remember, I was [F#]running for the door
 [A]I had to find the passage back to the [E]place I was before
 "[G]Relax," said the night man, "We are [D]programmed to receive
 [Em]You can check out any time you like, but [F#]you can never leave"
 
 {comment: chorus}
 
 
 
 
 
 %!PS-Adobe-1.0
 %%Title: A song
 %%Creator: Martin Leclerc & Mario Dorion
 %%Pages: (atend)
 %%BoundingBox: 5 5 605 787
 %%EndComments
 /inch {72 mul } def
 %  iso.ps  reencodeing of ISO 8859-1 8-bit french characters
 %
 /reencodedict 5 dict def
 /ReEncode
   { reencodedict begin
       /newencoding exch def
       /newfontname exch def
       /basefontname exch def
 
       /basefontdict basefontname findfont def
 
       /newfont basefontdict maxlength dict def
 
       basefontdict
       {  exch dup dup /FID ne exch /Encoding ne and
 	{ exch newfont 3 1 roll put }
 	{ pop pop }
 	ifelse
       } forall
       newfont /FontName newfontname put
       newfont /Encoding newencoding put
       newfontname newfont definefont pop
       end
    } def
 
 /ISO 256 array def
 
 0 1 255 { ISO exch /.notdef put } for
 ISO
 
   dup 8#040 /space put
   dup 8#041 /exclam put
   dup 8#042 /quotedbl put
   dup 8#043 /numbersign put
   dup 8#044 /dollar put
   dup 8#045 /percent put
   dup 8#046 /ampersand put
   dup 8#047 /quotesingle put
   dup 8#050 /parenleft put
   dup 8#051 /parenright put
   dup 8#052 /asterisk put
   dup 8#053 /plus put
   dup 8#054 /comma put
   dup 8#055 /hyphen put
   dup 8#056 /period put
   dup 8#057 /slash put
   dup 8#060 /zero put
   dup 8#061 /one put
   dup 8#062 /two put
   dup 8#063 /three put
   dup 8#064 /four put
   dup 8#065 /five put
   dup 8#066 /six put
   dup 8#067 /seven put
   dup 8#070 /eight put
   dup 8#071 /nine put
   dup 8#072 /colon put
   dup 8#073 /semicolon put
   dup 8#074 /less put
   dup 8#075 /equal put
   dup 8#076 /greater put
   dup 8#077 /question put
   dup 8#100 /at put
   dup 8#101 /A put
   dup 8#102 /B put
   dup 8#103 /C put
   dup 8#104 /D put
   dup 8#105 /E put
   dup 8#106 /F put
   dup 8#107 /G put
   dup 8#110 /H put
   dup 8#111 /I put
   dup 8#112 /J put
   dup 8#113 /K put
   dup 8#114 /L put
   dup 8#115 /M put
   dup 8#116 /N put
   dup 8#117 /O put
   dup 8#120 /P put
   dup 8#121 /Q put
   dup 8#122 /R put
   dup 8#123 /S put
   dup 8#124 /T put
   dup 8#125 /U put
   dup 8#126 /V put
   dup 8#127 /W put
   dup 8#130 /X put
   dup 8#131 /Y put
   dup 8#132 /Z put
   dup 8#133 /bracketleft put
   dup 8#134 /backslash put
   dup 8#135 /bracketrigth put
   dup 8#136 /asciicircum put
   dup 8#137 /underscore put
   dup 8#140 /grave put
   dup 8#141 /a put
   dup 8#142 /b put
   dup 8#143 /c put
   dup 8#144 /d put
   dup 8#145 /e put
   dup 8#146 /f put
   dup 8#147 /g put
   dup 8#150 /h put
   dup 8#151 /i put
   dup 8#152 /j put
   dup 8#153 /k put
   dup 8#154 /l put
   dup 8#155 /m put
   dup 8#156 /n put
   dup 8#157 /o put
   dup 8#160 /p put
   dup 8#161 /q put
   dup 8#162 /r put
   dup 8#163 /s put
   dup 8#164 /t put
   dup 8#165 /u put
   dup 8#166 /v put
   dup 8#167 /w put
   dup 8#170 /x put
   dup 8#171 /y put
   dup 8#172 /z put
   dup 8#173 /braceleft put
   dup 8#174 /bar put
   dup 8#175 /braceright put
   dup 8#176 /asciitilde put
   dup 8#241 /exclamdown put
   dup 8#242 /cent put
   dup 8#243 /sterling put
   dup 8#244 /currency put
   dup 8#245 /yen put
   dup 8#246 /bar put
   dup 8#247 /section put
   dup 8#250 /dieresis put
   dup 8#251 /copyright put
   dup 8#252 /ordfeminine put
   dup 8#253 /guillemotleft put
   dup 8#254 /.notdef put
   dup 8#255 /endash put
   dup 8#256 /registered put
   dup 8#257 /tilde put
   dup 8#260 /ring put
   dup 8#261 /.notdef put
   dup 8#262 /.notdef put
   dup 8#263 /.notdef put
   dup 8#264 /acute put
   dup 8#265 /.notdef put
   dup 8#266 /paragraph put
   dup 8#267 /.notdef put
   dup 8#270 /cedilla put
   dup 8#271 /.notdef put
   dup 8#272 /ordmasculine put
   dup 8#273 /guillemotright put
   dup 8#274 /.notdef put
   dup 8#275 /circumflex put
   dup 8#276 /dotlessi put
   dup 8#277 /questiondown put
   dup 8#300 /Agrave put
   dup 8#301 /Aacute put
   dup 8#302 /Acircumflex put
   dup 8#303 /Atilde put
   dup 8#304 /Adieresis put
   dup 8#305 /Aring put
   dup 8#306 /AE put
   dup 8#307 /Ccedilla put
   dup 8#310 /Egrave put
   dup 8#311 /Eacute put
   dup 8#312 /Ecircumflex put
   dup 8#313 /Edieresis put
   dup 8#314 /Igrave put
   dup 8#315 /Iacute put
   dup 8#316 /Icircumflex put
   dup 8#317 /Idieresis put
   dup 8#320 /.notdef put
   dup 8#321 /Ntilde put
   dup 8#322 /Ograve put
   dup 8#323 /Oacute put
   dup 8#324 /Ocircumflex put
   dup 8#325 /Otilde put
   dup 8#326 /Odieresis put
   dup 8#327 /.notdef put
   dup 8#330 /Oslash put
   dup 8#331 /Ugrave put
   dup 8#332 /Uacute put
   dup 8#333 /Ucircumflex put
   dup 8#334 /Udieresis put
   dup 8#335 /.notdef put
   dup 8#336 /.notdef put
   dup 8#337 /germandbls put
   dup 8#340 /agrave put
   dup 8#341 /aacute put
   dup 8#342 /acircumflex put
   dup 8#343 /atilde put
   dup 8#344 /adieresis put
   dup 8#345 /aring put
   dup 8#346 /ae put
   dup 8#347 /ccedilla put
   dup 8#350 /egrave put
   dup 8#351 /eacute put
   dup 8#352 /ecircumflex put
   dup 8#353 /edieresis put
   dup 8#354 /igrave put
   dup 8#355 /iacute put
   dup 8#356 /icircumflex put
   dup 8#357 /idieresis put
   dup 8#360 /.notdef put
   dup 8#361 /ntilde put
   dup 8#362 /agrave put
   dup 8#363 /oacute put
   dup 8#364 /ocircumflex put
   dup 8#365 /otilde put
   dup 8#366 /odieresis put
   dup 8#367 /.notdef put
   dup 8#370 /oslash put
   dup 8#371 /ugrave put
   dup 8#372 /uacute put
   dup 8#373 /ucircumflex put
   dup 8#374 /udieresis put
   dup 8#375 /ydieresis put
   dup 8#376 /.notdef put
   pop
 
 
 /CHORD_FONT { /Helvetica-Oblique findfont 9 scalefont } def
 /Helvetica-Oblique /Helvetica-Oblique ISO ReEncode
 /TEXT_FONT { /Times-Roman findfont 12 scalefont } def
 /Times-Roman /Times-Roman ISO ReEncode
 % routines for the drawing of the chords
 /grid { 
 	gsave currentpoint
 	6 { 0 cagesizeX rlineto incr cagesize neg incr add rmoveto } repeat
 	moveto
 	5 { cagesize 0 rlineto 0 cagesize sub incr rmoveto } repeat
 	1 setlinewidth stroke grestore
 	gsave
 	0 cagesizeX rmoveto cagesize 0 rlineto
 	cagesize 30 div setlinewidth stroke
 	grestore	
 } def
 
 /dot {
 	gsave
 	/fret exch def /str exch def
 	/x 5  fret abs sub incr mul half-incr sub def
 	/y 6 str sub incr mul def
 	y x rmoveto
 	0 setgray
 	fret -1 eq
 	  {
 	  0 incr rmoveto
 	  check neg  check neg rmoveto
 	  check check rlineto check check rlineto
 	  check neg check neg rmoveto check neg check rmoveto
   	  check check neg rlineto check check neg rlineto
 	  cagesize 50 div setlinewidth stroke
 	  }
 	  {  fret 0 ne
 	    { currentpoint dot-size 0 360 arc fill}
 	    { currentpoint
 	        dot-size 0 rmoveto
 	      dot-size 0 360 arc 
 	        dot-size neg 0 rmoveto
 	    }
 	    ifelse 
 	    stroke 
 	  }
 	  ifelse
 	grestore
 } def	
 
 /dots {
 	grid
 	/fret-displ exch def
 	  1 1 6
 	  {
 	    /str exch def
 	    /fret exch def
 	    str fret dot
 	  } for
 
 	fret-displ 1 ne
 	{
     	  gsave
     	  0 cagesize 3 div sub cagesizeX incr sub rmoveto
     	  /char 1 string def fret-displ char cvs show grestore 
 	} if
 
 	/chord-name exch def
 	gsave displ-font setfont
 	0 cagesizeX cagesizeX 15 div add dot-size 3 mul add rmoveto
 	chord-name stringwidth pop 2 div cagesize 2 div exch sub 0 rmoveto
 	chord-name show	chord-font setfont grestore
 } def
 
 /cagesize 30 def
 /incr cagesize 5 div def
 /cagesizeX incr 4 mul def
 /half-incr incr 2 div def
 /dot-size cagesize 15 div def
 /check cagesize 20 div def
 
 /chord-font /Times-Roman findfont cagesize 5 div scalefont def
 /displ-font /Times-Roman findfont cagesize 3 div scalefont def
 % end of the routines for the drawing of the chords
 
 %%EndProlog
 %%Page: "1" 1
 %%BeginPageSetup
 /pgsave save def
 0.750000 0.750000 scale
 90.000000 rotate
 %%EndPageSetup
 -40.000000 -800.000000 translate
 /TEXT_FONT { /Times-Roman findfont 17 scalefont } def
 /Times-Roman /Times-Roman ISO ReEncode
 TEXT_FONT setfont
 (Hotel California) dup stringwidth pop 2 div
 612 2 div exch sub 756 moveto
 show
 /TEXT_FONT { /Times-Roman findfont 12 scalefont } def
 /Times-Roman /Times-Roman ISO ReEncode
 TEXT_FONT setfont
 (Felder, Henley & Frey) dup stringwidth pop 2 div
 612 2 div exch sub 739 moveto
 show
 TEXT_FONT setfont
 () stringwidth  pop 72 add 717 moveto
 CHORD_FONT setfont
 (Bm) show
 TEXT_FONT setfont
 (On a dark desert highway, ) stringwidth  pop 72 add 717 moveto
 CHORD_FONT setfont
 (F#) show
 TEXT_FONT setfont
 72 706 moveto
 (On a dark desert highway, cool wind in my hair) show
 TEXT_FONT setfont
 () stringwidth  pop 72 add 696 moveto
 CHORD_FONT setfont
 (A) show
 TEXT_FONT setfont
 (Warm smell of colitas, ) stringwidth  pop 72 add 696 moveto
 CHORD_FONT setfont
 (E) show
 TEXT_FONT setfont
 72 685 moveto
 (Warm smell of colitas, rising through the air) show
 TEXT_FONT setfont
 () stringwidth  pop 72 add 675 moveto
 CHORD_FONT setfont
 (G) show
 TEXT_FONT setfont
 (Up ahead in the distance, ) stringwidth  pop 72 add 675 moveto
 CHORD_FONT setfont
 (D) show
 TEXT_FONT setfont
 72 664 moveto
 (Up ahead in the distance, I saw a shimering light) show
 TEXT_FONT setfont
 () stringwidth  pop 72 add 654 moveto
 CHORD_FONT setfont
 (Em) show
 TEXT_FONT setfont
 (My head grew heavy and my sight grew dim, ) stringwidth  pop 72 add 654 moveto
 CHORD_FONT setfont
 (F#) show
 TEXT_FONT setfont
 72 643 moveto
 (My head grew heavy and my sight grew dim, I had to stop for the night) show
 TEXT_FONT setfont
 () stringwidth  pop 72 add 613 moveto
 CHORD_FONT setfont
 (Bm) show
 TEXT_FONT setfont
 (There she stood in the doorway, ) stringwidth  pop 72 add 613 moveto
 CHORD_FONT setfont
 (F#) show
 TEXT_FONT setfont
 72 602 moveto
 (There she stood in the doorway, I heard the mission bell) show
 TEXT_FONT setfont
 () stringwidth  pop 72 add 592 moveto
 CHORD_FONT setfont
 (A) show
 TEXT_FONT setfont
 (And I was thinking to myself: this could be ) stringwidth  pop 72 add 592 moveto
 CHORD_FONT setfont
 (E) show
 TEXT_FONT setfont
 72 581 moveto
 (And I was thinking to myself: this could be heaven or this could be hell) show
 TEXT_FONT setfont
 () stringwidth  pop 72 add 571 moveto
 CHORD_FONT setfont
 (G) show
 TEXT_FONT setfont
 (Then she lit up a candle ) stringwidth  pop 72 add 571 moveto
 CHORD_FONT setfont
 (D) show
 TEXT_FONT setfont
 72 560 moveto
 (Then she lit up a candle and she showed me the way) show
 TEXT_FONT setfont
 () stringwidth  pop 72 add 550 moveto
 CHORD_FONT setfont
 (Em) show
 TEXT_FONT setfont
 (There were voices down the corridor; ) stringwidth  pop 72 add 550 moveto
 CHORD_FONT setfont
 (F#) show
 TEXT_FONT setfont
 72 539 moveto
 (There were voices down the corridor; I thought I heard them say:) show
 TEXT_FONT setfont
 (") stringwidth  pop 72 add 509 moveto
 CHORD_FONT setfont
 (G) show
 TEXT_FONT setfont
 ("Welcome to the Hotel Califor) stringwidth  pop 72 add 509 moveto
 CHORD_FONT setfont
 (D) show
 TEXT_FONT setfont
 72 498 moveto
 ("Welcome to the Hotel California) show
 TEXT_FONT setfont
 () stringwidth  pop 72 add 488 moveto
 CHORD_FONT setfont
 (F#) show
 TEXT_FONT setfont
 (Such a lovely place \(such a lovely place\), such a ) stringwidth  pop 72 add 488 moveto
 CHORD_FONT setfont
 (Bm) show
 TEXT_FONT setfont
 72 477 moveto
 (Such a lovely place \(such a lovely place\), such a lovely face) show
 TEXT_FONT setfont
 () stringwidth  pop 72 add 467 moveto
 CHORD_FONT setfont
 (G) show
 TEXT_FONT setfont
 (Plenty of room at the Hotel Califor) stringwidth  pop 72 add 467 moveto
 CHORD_FONT setfont
 (D) show
 TEXT_FONT setfont
 72 456 moveto
 (Plenty of room at the Hotel California) show
 TEXT_FONT setfont
 (Any ) stringwidth  pop 72 add 446 moveto
 CHORD_FONT setfont
 (Em) show
 TEXT_FONT setfont
 (Any time of year \(any time of year\), you can ) stringwidth  pop 72 add 446 moveto
 CHORD_FONT setfont
 (F#) show
 TEXT_FONT setfont
 72 435 moveto
 (Any time of year \(any time of year\), you can find it here") show
 newpath
 62 518 moveto
 0 -83 rlineto
 closepath
 stroke
 TEXT_FONT setfont
 () stringwidth  pop 72 add 405 moveto
 CHORD_FONT setfont
 (Bm) show
 TEXT_FONT setfont
 (Her mind is Tiffany twisted, ) stringwidth  pop 72 add 405 moveto
 CHORD_FONT setfont
 (F#) show
 TEXT_FONT setfont
 72 394 moveto
 (Her mind is Tiffany twisted, she got the Mercedes Benz) show
 TEXT_FONT setfont
 () stringwidth  pop 72 add 384 moveto
 CHORD_FONT setfont
 (A) show
 TEXT_FONT setfont
 (She got a lot of pretty, pretty boys, ) stringwidth  pop 72 add 384 moveto
 CHORD_FONT setfont
 (E) show
 TEXT_FONT setfont
 72 373 moveto
 (She got a lot of pretty, pretty boys, that she calls friends) show
 TEXT_FONT setfont
 () stringwidth  pop 72 add 363 moveto
 CHORD_FONT setfont
 (G) show
 TEXT_FONT setfont
 (How they dance in the courtyard, ) stringwidth  pop 72 add 363 moveto
 CHORD_FONT setfont
 (D) show
 TEXT_FONT setfont
 72 352 moveto
 (How they dance in the courtyard, sweet summer sweat) show
 TEXT_FONT setfont
 () stringwidth  pop 72 add 342 moveto
 CHORD_FONT setfont
 (Em) show
 TEXT_FONT setfont
 (Some dance to remember, ) stringwidth  pop 72 add 342 moveto
 CHORD_FONT setfont
 (F#) show
 TEXT_FONT setfont
 72 331 moveto
 (Some dance to remember, some dance to forget) show
 TEXT_FONT setfont
 () stringwidth  pop 72 add 301 moveto
 CHORD_FONT setfont
 (Bm) show
 TEXT_FONT setfont
 (So I called up the captain, ") stringwidth  pop 72 add 301 moveto
 CHORD_FONT setfont
 (F#) show
 TEXT_FONT setfont
 72 290 moveto
 (So I called up the captain, "Please bring me my wine", He said) show
 TEXT_FONT setfont
 () stringwidth  pop 72 add 280 moveto
 CHORD_FONT setfont
 (A) show
 TEXT_FONT setfont
 ("We haven't had that spirit here since ) stringwidth  pop 72 add 280 moveto
 CHORD_FONT setfont
 (E) show
 TEXT_FONT setfont
 72 269 moveto
 ("We haven't had that spirit here since nineteen sixty-nine") show
 TEXT_FONT setfont
 () stringwidth  pop 72 add 259 moveto
 CHORD_FONT setfont
 (G) show
 TEXT_FONT setfont
 (And still those voices are calling from ) stringwidth  pop 72 add 259 moveto
 CHORD_FONT setfont
 (D) show
 TEXT_FONT setfont
 72 248 moveto
 (And still those voices are calling from far away) show
 TEXT_FONT setfont
 () stringwidth  pop 72 add 238 moveto
 CHORD_FONT setfont
 (Em) show
 TEXT_FONT setfont
 (Wake you up in the middle of the night, ) stringwidth  pop 72 add 238 moveto
 CHORD_FONT setfont
 (F#) show
 TEXT_FONT setfont
 72 227 moveto
 (Wake you up in the middle of the night, just to hear them say:) show
 TEXT_FONT setfont
 (") stringwidth  pop 72 add 197 moveto
 CHORD_FONT setfont
 (G) show
 TEXT_FONT setfont
 ("Welcome to the Hotel Califor) stringwidth  pop 72 add 197 moveto
 CHORD_FONT setfont
 (D) show
 TEXT_FONT setfont
 72 186 moveto
 ("Welcome to the Hotel California) show
 TEXT_FONT setfont
 () stringwidth  pop 72 add 176 moveto
 CHORD_FONT setfont
 (F#) show
 TEXT_FONT setfont
 (Such a lovely place \(such a lovely place\), such a ) stringwidth  pop 72 add 176 moveto
 CHORD_FONT setfont
 (Bm) show
 TEXT_FONT setfont
 72 165 moveto
 (Such a lovely place \(such a lovely place\), such a lovely face) show
 TEXT_FONT setfont
 (They ) stringwidth  pop 72 add 155 moveto
 CHORD_FONT setfont
 (G) show
 TEXT_FONT setfont
 (They livin' it up at the Hotel Califor) stringwidth  pop 72 add 155 moveto
 CHORD_FONT setfont
 (D) show
 TEXT_FONT setfont
 72 144 moveto
 (They livin' it up at the Hotel California) show
 TEXT_FONT setfont
 (What a ) stringwidth  pop 72 add 134 moveto
 CHORD_FONT setfont
 (Em) show
 TEXT_FONT setfont
 (What a nice surprise \(what a nice surprise\), bring your ) stringwidth  pop 72 add 134 moveto
 CHORD_FONT setfont
 (F#) show
 TEXT_FONT setfont
 72 123 moveto
 (What a nice surprise \(what a nice surprise\), bring your alibis") show
 TEXT_FONT setfont
 () stringwidth  pop 72 add 73 moveto
 CHORD_FONT setfont
 (Bm) show
 TEXT_FONT setfont
 (Mirrors on the ceiling, ) stringwidth  pop 72 add 73 moveto
 CHORD_FONT setfont
 (F#) show
 TEXT_FONT setfont
 72 62 moveto
 (Mirrors on the ceiling, the pink champagne on ice, and she said) show
 TEXT_FONT setfont
 (") stringwidth  pop 72 add 52 moveto
 CHORD_FONT setfont
 (A) show
 TEXT_FONT setfont
 ("We are all just prisoners here, ) stringwidth  pop 72 add 52 moveto
 CHORD_FONT setfont
 (E) show
 TEXT_FONT setfont
 72 41 moveto
 ("We are all just prisoners here, of our own device") show
 1  setlinewidth
 0  setgray
 newpath
 72 36 10 sub moveto
 468 0 rlineto
 stroke
 500.000000 0.000000 translate
 TEXT_FONT setfont
 () stringwidth  pop 72 add 756 moveto
 CHORD_FONT setfont
 (G) show
 TEXT_FONT setfont
 (And in the master's chambers, ) stringwidth  pop 72 add 756 moveto
 CHORD_FONT setfont
 (D) show
 TEXT_FONT setfont
 72 745 moveto
 (And in the master's chambers, they gathered for the feast) show
 TEXT_FONT setfont
 () stringwidth  pop 72 add 735 moveto
 CHORD_FONT setfont
 (Em) show
 TEXT_FONT setfont
 (They stab it with their steely knives but they ) stringwidth  pop 72 add 735 moveto
 CHORD_FONT setfont
 (F#) show
 TEXT_FONT setfont
 72 724 moveto
 (They stab it with their steely knives but they just can't kill the beast) show
 TEXT_FONT setfont
 () stringwidth  pop 72 add 694 moveto
 CHORD_FONT setfont
 (Bm) show
 TEXT_FONT setfont
 (Last thing I remember, I was ) stringwidth  pop 72 add 694 moveto
 CHORD_FONT setfont
 (F#) show
 TEXT_FONT setfont
 72 683 moveto
 (Last thing I remember, I was running for the door) show
 TEXT_FONT setfont
 () stringwidth  pop 72 add 673 moveto
 CHORD_FONT setfont
 (A) show
 TEXT_FONT setfont
 (I had to find the passage back to the ) stringwidth  pop 72 add 673 moveto
 CHORD_FONT setfont
 (E) show
 TEXT_FONT setfont
 72 662 moveto
 (I had to find the passage back to the place I was before) show
 TEXT_FONT setfont
 (") stringwidth  pop 72 add 652 moveto
 CHORD_FONT setfont
 (G) show
 TEXT_FONT setfont
 ("Relax," said the night man, "We are ) stringwidth  pop 72 add 652 moveto
 CHORD_FONT setfont
 (D) show
 TEXT_FONT setfont
 72 641 moveto
 ("Relax," said the night man, "We are programmed to receive) show
 TEXT_FONT setfont
 () stringwidth  pop 72 add 631 moveto
 CHORD_FONT setfont
 (Em) show
 TEXT_FONT setfont
 (You can check out any time you like, but ) stringwidth  pop 72 add 631 moveto
 CHORD_FONT setfont
 (F#) show
 TEXT_FONT setfont
 72 620 moveto
 (You can check out any time you like, but you can never leave") show
 TEXT_FONT setfont
 .9  setgray
 12  setlinewidth
 newpath
 72 592 moveto
 ( chorus) stringwidth rlineto
 stroke
 72 588 moveto
 0  setgray
 1 setlinewidth
 ( chorus) show
 480 578 moveto
 72 518 moveto
 (A) -1 0 2 2 2 0 1 dots
 132 518 moveto
 (Bm) -1 2 4 4 3 2 1 dots
 192 518 moveto
 (D) -1 -1 0 2 3 2 1 dots
 252 518 moveto
 (E) 0 2 2 1 0 0 1 dots
 312 518 moveto
 (Em) 0 2 2 0 0 0 1 dots
 372 518 moveto
 (F#) 2 4 4 3 2 2 1 dots
 432 518 moveto
 (G) 3 2 0 0 0 3 1 dots
 1  setlinewidth
 0  setgray
 newpath
 72 36 10 sub moveto
 468 0 rlineto
 stroke
 /TEXT_FONT { /Times-Roman findfont 10 scalefont } def
 /Times-Roman /Times-Roman ISO ReEncode
 TEXT_FONT setfont
 612  2 inch sub 36 3 div moveto
 (Page 2) show
 /TEXT_FONT { /Times-Roman findfont 12 scalefont } def
 /Times-Roman /Times-Roman ISO ReEncode
 pgsave restore
 showpage
 %%EndPage: "1" 1
 %%Trailer
 %%Pages: 1 1
 %%EOF
 
 

Copyright Guitar Tab & Guitar Lessons at www.TabGuitarLessons.com