© Copyright 2005 Peri Hankey - documentation license Gnu FDL - code license Gnu GPL - validate HTML
SourceForge.net Logo beer as in bottles

home 99 bottles of beer

This is the bottles experiment - a small ruleset which uses an lmn ruleset to produce the words of the song 99 bottles of beer. These rules produce the song twice, using five bottles each time so as to make a point about tail recursion. The usual 99-bottle version is here.

home build and run the bottles ruleset

Here is the bottles.lmn ruleset as a web page: bottles

Compile the bottles ruleset as a shebang script called bottles.lm:

 [user@machine web]$ make bottles.lm
 lmn2m -o bottles.lm -s /usr/bin/lm bottles.lmn
 chmod +x bottles.lm

Try it with normal output (since languagemachine-0.2.1 the -i z option is required to provide a dummy input for rules that need no external input stream). We get the song twice:

 [user@machine web]$ ./bottles.lm -i z
 5 bottles of beer on the wall, 5 bottles of beer.
 Take one down and  pass it around, 4 bottles of beer on the wall.
 4 bottles of beer on the wall, 4 bottles of beer.
 Take one down and  pass it around, 3 bottles of beer on the wall.
 3 bottles of beer on the wall, 3 bottles of beer.
 Take one down and  pass it around, 2 bottles of beer on the wall.
 2 bottles of beer on the wall, 2 bottles of beer.
 Take one down and  pass it around, 1 bottle of beer on the wall.
 1 bottle of beer on the wall, 1 bottle of beer.
 Take one down and  pass it around, no more bottles of beer on the wall.
 No more bottles of beer on the wall, No more bottles of beer.
 Go to the store and buy some more, 5 bottles of beer on the wall.
 ---- start again ----
 5 bottles of beer on the wall, 5 bottles of beer.
 Take one down and  pass it around, 4 bottles of beer on the wall.
 4 bottles of beer on the wall, 4 bottles of beer.
 Take one down and  pass it around, 3 bottles of beer on the wall.
 3 bottles of beer on the wall, 3 bottles of beer.
 Take one down and  pass it around, 2 bottles of beer on the wall.
 2 bottles of beer on the wall, 2 bottles of beer.
 Take one down and  pass it around, 1 bottle of beer on the wall.
 1 bottle of beer on the wall, 1 bottle of beer.
 Take one down and  pass it around, no more bottles of beer on the wall.
 No more bottles of beer on the wall, No more bottles of beer.
 Go to the store and buy some more, 5 bottles of beer on the wall.

Try it with diagram output - the -W 60 specifies the width of the diagram, and must precede the -t D which specifes tracing in diagram output style.

 [user@machine web]$ ./bottles.lm -i z -W 60 -t D
                                             eof start
         ?                                   eof start
         '----------------------000001---------- ----------000001-----------------------.
                                             eof first                                  |
         ?                                   eof first                                  ?
         .----------------------000002                                                  |
         |                                     : :                                      |
         |                                     : :                                      |
         |                                  song thing1                                 |
         |?                                 song thing1                                 ?
         |.---------------------000003                                                  |
         ||                                verse thing1                                 |
         ||?                               verse thing1                                 ?
         ||.--------------------000004                                                  |
         |||                                   : :                                      |
         |||                                   0 5                                      |
         |||?                                  0 5                                      ?
         |||-                                  0 5                                      |
         |||                                   : :                                      |
         |||                                   2 5                                      |
         |||?                                  2 5                                      ?
         |||-                                  2 5                                      |
         |||                                   : :                                      |
         |||                                   1 5                                      |
         |||?                                  1 5                                      ?
         |||-                                  1 5                                      |
         |||                                   : :                                      |
         ||'--------------------000004---------- ----------000004----------------------.|
         ||                                verse verse                                 ||
         ||                                  eom a                                     ||
         ||?                                 eom a                                     ??
         ||.--------------------000005                                                 ||
         |||                                   : :                                     ||
         |||                                   : :                                     ||
         ||'--------------------000005---------- ----------000005---------------------.||
         ||                                  eom 5                                    |||
         ||?                                 eom 5                                    ???
         ||.--------------------000006                                                |||
         |||                                 out 5                                    |||
 5       ||'--------------------000006                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000007--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000008                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000008                                               ||||
         |||                                               000007--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000009                                                |||
         |||                                   : :                                    |||
         ||'--------------------000009---------- ----------000009--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000010                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000010                                               ||||
         ||                                  eom s                                   ||||
         ||?                                 eom s                                   ????
         ||.--------------------000011                                               ||||
         |||                                 out s                                   ||||
 s       ||'--------------------000011                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000012-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000013                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000013                                              |||||
         |||                                               000012-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000014                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000014                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000015                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000015                                               ||||
         |||                                               000009--------------------'|||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000016--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000017                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000017                                               ||||
         |||                                               000016--------------------'|||
         ||                                  eom where                                |||
         ||?                                 eom where                                ???
         ||                                                000018--------------------.|||
         ||                                  eom on                                  ||||
         ||?                                 eom on                                  ????
         ||.--------------------000019                                               ||||
         |||                                 out on                                  ||||
 on      ||'--------------------000019                                               ||||
         ||                                  eom the                                 ||||
         ||?                                 eom the                                 ????
         ||.--------------------000020                                               ||||
         |||                                 out the                                 ||||
 the     ||'--------------------000020                                               ||||
         ||                                  eom wall                                ||||
         ||?                                 eom wall                                ????
         ||.--------------------000021                                               ||||
         |||                                 out wall                                ||||
 wall    ||'--------------------000021                                               ||||
         |||                                               000018--------------------'|||
         ||                                  eom cm                                   |||
         ||?                                 eom cm                                   ???
         ||                                                000022--------------------.|||
         ||                                  eom ','                                 ||||
         ||?                                 eom ','                                 ????
         ||.--------------------000023                                               ||||
         |||                                 out ','                                 ||||
 ,       ||'--------------------000023                                               ||||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000024                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000024                                               ||||
         |||                                               000022--------------------'|||
         ||                                  eom 5                                    |||
         ||?                                 eom 5                                    ???
         ||.--------------------000025                                                |||
         |||                                 out 5                                    |||
 5       ||'--------------------000025                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000026--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000027                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000027                                               ||||
         |||                                               000026--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000028                                                |||
         |||                                   : :                                    |||
         ||'--------------------000028---------- ----------000028--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000029                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000029                                               ||||
         ||                                  eom s                                   ||||
         ||?                                 eom s                                   ????
         ||.--------------------000030                                               ||||
         |||                                 out s                                   ||||
 s       ||'--------------------000030                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000031-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000032                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000032                                              |||||
         |||                                               000031-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000033                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000033                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000034                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000034                                               ||||
         |||                                               000028--------------------'|||
         ||                                  eom '.'                                  |||
         ||?                                 eom '.'                                  ???
         ||.--------------------000035                                                |||
         |||                                 out '.'                                  |||
 .       ||'--------------------000035                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000036                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000036                                                |||
         |||                                               000005---------------------'||
         ||                                  eom b                                     ||
         ||?                                 eom b                                     ??
         ||.--------------------000037                                                 ||
         |||                                   : :                                     ||
         |||                                   : :                                     ||
         ||'--------------------000037---------- ----------000037---------------------.||
         ||                                  eom Take                                 |||
         ||?                                 eom Take                                 ???
         ||.--------------------000038                                                |||
         |||                                 out Take                                 |||
 Take    ||'--------------------000038                                                |||
         ||                                  eom one                                  |||
         ||?                                 eom one                                  ???
         ||.--------------------000039                                                |||
         |||                                 out one                                  |||
 one     ||'--------------------000039                                                |||
         ||                                  eom down                                 |||
         ||?                                 eom down                                 ???
         ||.--------------------000040                                                |||
         |||                                 out down                                 |||
 down    ||'--------------------000040                                                |||
         ||                                  eom and                                  |||
         ||?                                 eom and                                  ???
         ||.--------------------000041                                                |||
         |||                                 out and                                  |||
 and     ||'--------------------000041                                                |||
         ||                                  eom  pass                                |||
         ||?                                 eom  pass                                ???
         ||.--------------------000042                                                |||
         |||                                 out  pass                                |||
 pass   ||'--------------------000042                                                |||
         ||                                  eom it                                   |||
         ||?                                 eom it                                   ???
         ||.--------------------000043                                                |||
         |||                                 out it                                   |||
 it      ||'--------------------000043                                                |||
         ||                                  eom around                               |||
         ||?                                 eom around                               ???
         ||.--------------------000044                                                |||
         |||                                 out around                               |||
 around  ||'--------------------000044                                                |||
         ||                                  eom cm                                   |||
         ||?                                 eom cm                                   ???
         ||                                                000045--------------------.|||
         ||                                  eom ','                                 ||||
         ||?                                 eom ','                                 ????
         ||.--------------------000046                                               ||||
         |||                                 out ','                                 ||||
 ,       ||'--------------------000046                                               ||||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000047                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000047                                               ||||
         |||                                               000045--------------------'|||
         ||                                  eom 4                                    |||
         ||?                                 eom 4                                    ???
         ||.--------------------000048                                                |||
         |||                                 out 4                                    |||
 4       ||'--------------------000048                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000049--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000050                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000050                                               ||||
         |||                                               000049--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000051                                                |||
         |||                                   : :                                    |||
         ||'--------------------000051---------- ----------000051--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000052                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000052                                               ||||
         ||                                  eom s                                   ||||
         ||?                                 eom s                                   ????
         ||.--------------------000053                                               ||||
         |||                                 out s                                   ||||
 s       ||'--------------------000053                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000054-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000055                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000055                                              |||||
         |||                                               000054-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000056                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000056                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000057                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000057                                               ||||
         |||                                               000051--------------------'|||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000058--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000059                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000059                                               ||||
         |||                                               000058--------------------'|||
         ||                                  eom where                                |||
         ||?                                 eom where                                ???
         ||                                                000060--------------------.|||
         ||                                  eom on                                  ||||
         ||?                                 eom on                                  ????
         ||.--------------------000061                                               ||||
         |||                                 out on                                  ||||
 on      ||'--------------------000061                                               ||||
         ||                                  eom the                                 ||||
         ||?                                 eom the                                 ????
         ||.--------------------000062                                               ||||
         |||                                 out the                                 ||||
 the     ||'--------------------000062                                               ||||
         ||                                  eom wall                                ||||
         ||?                                 eom wall                                ????
         ||.--------------------000063                                               ||||
         |||                                 out wall                                ||||
 wall    ||'--------------------000063                                               ||||
         |||                                               000060--------------------'|||
         ||                                  eom '.'                                  |||
         ||?                                 eom '.'                                  ???
         ||.--------------------000064                                                |||
         |||                                 out '.'                                  |||
 .       ||'--------------------000064                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000065                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000065                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000066                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000066                                                |||
         |||                                               000037---------------------'||
         ||                                  eom eom                                   ||
         |'---------------------000003                                                 ||
         |                                  song thing1                                ||
         |?                                 song thing1                                ??
         |.---------------------000067                                                 ||
         ||                                verse thing1                                ||
         ||?                               verse thing1                                ??
         ||.--------------------000068                                                 ||
         |||                                   : :                                     ||
         |||                                   0 4                                     ||
         |||?                                  0 4                                     ??
         |||-                                  0 4                                     ||
         |||                                   : :                                     ||
         |||                                   2 4                                     ||
         |||?                                  2 4                                     ??
         |||-                                  2 4                                     ||
         |||                                   : :                                     ||
         |||                                   1 4                                     ||
         |||?                                  1 4                                     ??
         |||-                                  1 4                                     ||
         |||                                   : :                                     ||
         |||                                               000004----------------------'|
         ||'--------------------000068---------- ----------000068----------------------.|
         ||                                verse verse                                 ||
         ||                                  eom a                                     ||
         ||?                                 eom a                                     ??
         ||.--------------------000069                                                 ||
         |||                                   : :                                     ||
         |||                                   : :                                     ||
         ||'--------------------000069---------- ----------000069---------------------.||
         ||                                  eom 4                                    |||
         ||?                                 eom 4                                    ???
         ||.--------------------000070                                                |||
         |||                                 out 4                                    |||
 4       ||'--------------------000070                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000071--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000072                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000072                                               ||||
         |||                                               000071--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000073                                                |||
         |||                                   : :                                    |||
         ||'--------------------000073---------- ----------000073--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000074                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000074                                               ||||
         ||                                  eom s                                   ||||
         ||?                                 eom s                                   ????
         ||.--------------------000075                                               ||||
         |||                                 out s                                   ||||
 s       ||'--------------------000075                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000076-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000077                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000077                                              |||||
         |||                                               000076-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000078                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000078                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000079                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000079                                               ||||
         |||                                               000073--------------------'|||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000080--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000081                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000081                                               ||||
         |||                                               000080--------------------'|||
         ||                                  eom where                                |||
         ||?                                 eom where                                ???
         ||                                                000082--------------------.|||
         ||                                  eom on                                  ||||
         ||?                                 eom on                                  ????
         ||.--------------------000083                                               ||||
         |||                                 out on                                  ||||
 on      ||'--------------------000083                                               ||||
         ||                                  eom the                                 ||||
         ||?                                 eom the                                 ????
         ||.--------------------000084                                               ||||
         |||                                 out the                                 ||||
 the     ||'--------------------000084                                               ||||
         ||                                  eom wall                                ||||
         ||?                                 eom wall                                ????
         ||.--------------------000085                                               ||||
         |||                                 out wall                                ||||
 wall    ||'--------------------000085                                               ||||
         |||                                               000082--------------------'|||
         ||                                  eom cm                                   |||
         ||?                                 eom cm                                   ???
         ||                                                000086--------------------.|||
         ||                                  eom ','                                 ||||
         ||?                                 eom ','                                 ????
         ||.--------------------000087                                               ||||
         |||                                 out ','                                 ||||
 ,       ||'--------------------000087                                               ||||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000088                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000088                                               ||||
         |||                                               000086--------------------'|||
         ||                                  eom 4                                    |||
         ||?                                 eom 4                                    ???
         ||.--------------------000089                                                |||
         |||                                 out 4                                    |||
 4       ||'--------------------000089                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000090--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000091                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000091                                               ||||
         |||                                               000090--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000092                                                |||
         |||                                   : :                                    |||
         ||'--------------------000092---------- ----------000092--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000093                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000093                                               ||||
         ||                                  eom s                                   ||||
         ||?                                 eom s                                   ????
         ||.--------------------000094                                               ||||
         |||                                 out s                                   ||||
 s       ||'--------------------000094                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000095-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000096                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000096                                              |||||
         |||                                               000095-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000097                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000097                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000098                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000098                                               ||||
         |||                                               000092--------------------'|||
         ||                                  eom '.'                                  |||
         ||?                                 eom '.'                                  ???
         ||.--------------------000099                                                |||
         |||                                 out '.'                                  |||
 .       ||'--------------------000099                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000100                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000100                                                |||
         |||                                               000069---------------------'||
         ||                                  eom b                                     ||
         ||?                                 eom b                                     ??
         ||.--------------------000101                                                 ||
         |||                                   : :                                     ||
         |||                                   : :                                     ||
         ||'--------------------000101---------- ----------000101---------------------.||
         ||                                  eom Take                                 |||
         ||?                                 eom Take                                 ???
         ||.--------------------000102                                                |||
         |||                                 out Take                                 |||
 Take    ||'--------------------000102                                                |||
         ||                                  eom one                                  |||
         ||?                                 eom one                                  ???
         ||.--------------------000103                                                |||
         |||                                 out one                                  |||
 one     ||'--------------------000103                                                |||
         ||                                  eom down                                 |||
         ||?                                 eom down                                 ???
         ||.--------------------000104                                                |||
         |||                                 out down                                 |||
 down    ||'--------------------000104                                                |||
         ||                                  eom and                                  |||
         ||?                                 eom and                                  ???
         ||.--------------------000105                                                |||
         |||                                 out and                                  |||
 and     ||'--------------------000105                                                |||
         ||                                  eom  pass                                |||
         ||?                                 eom  pass                                ???
         ||.--------------------000106                                                |||
         |||                                 out  pass                                |||
 pass   ||'--------------------000106                                                |||
         ||                                  eom it                                   |||
         ||?                                 eom it                                   ???
         ||.--------------------000107                                                |||
         |||                                 out it                                   |||
 it      ||'--------------------000107                                                |||
         ||                                  eom around                               |||
         ||?                                 eom around                               ???
         ||.--------------------000108                                                |||
         |||                                 out around                               |||
 around  ||'--------------------000108                                                |||
         ||                                  eom cm                                   |||
         ||?                                 eom cm                                   ???
         ||                                                000109--------------------.|||
         ||                                  eom ','                                 ||||
         ||?                                 eom ','                                 ????
         ||.--------------------000110                                               ||||
         |||                                 out ','                                 ||||
 ,       ||'--------------------000110                                               ||||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000111                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000111                                               ||||
         |||                                               000109--------------------'|||
         ||                                  eom 3                                    |||
         ||?                                 eom 3                                    ???
         ||.--------------------000112                                                |||
         |||                                 out 3                                    |||
 3       ||'--------------------000112                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000113--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000114                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000114                                               ||||
         |||                                               000113--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000115                                                |||
         |||                                   : :                                    |||
         ||'--------------------000115---------- ----------000115--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000116                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000116                                               ||||
         ||                                  eom s                                   ||||
         ||?                                 eom s                                   ????
         ||.--------------------000117                                               ||||
         |||                                 out s                                   ||||
 s       ||'--------------------000117                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000118-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000119                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000119                                              |||||
         |||                                               000118-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000120                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000120                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000121                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000121                                               ||||
         |||                                               000115--------------------'|||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000122--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000123                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000123                                               ||||
         |||                                               000122--------------------'|||
         ||                                  eom where                                |||
         ||?                                 eom where                                ???
         ||                                                000124--------------------.|||
         ||                                  eom on                                  ||||
         ||?                                 eom on                                  ????
         ||.--------------------000125                                               ||||
         |||                                 out on                                  ||||
 on      ||'--------------------000125                                               ||||
         ||                                  eom the                                 ||||
         ||?                                 eom the                                 ????
         ||.--------------------000126                                               ||||
         |||                                 out the                                 ||||
 the     ||'--------------------000126                                               ||||
         ||                                  eom wall                                ||||
         ||?                                 eom wall                                ????
         ||.--------------------000127                                               ||||
         |||                                 out wall                                ||||
 wall    ||'--------------------000127                                               ||||
         |||                                               000124--------------------'|||
         ||                                  eom '.'                                  |||
         ||?                                 eom '.'                                  ???
         ||.--------------------000128                                                |||
         |||                                 out '.'                                  |||
 .       ||'--------------------000128                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000129                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000129                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000130                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000130                                                |||
         |||                                               000101---------------------'||
         ||                                  eom eom                                   ||
         |'---------------------000067                                                 ||
         |                                  song thing1                                ||
         |?                                 song thing1                                ??
         |.---------------------000131                                                 ||
         ||                                verse thing1                                ||
         ||?                               verse thing1                                ??
         ||.--------------------000132                                                 ||
         |||                                   : :                                     ||
         |||                                   0 3                                     ||
         |||?                                  0 3                                     ??
         |||-                                  0 3                                     ||
         |||                                   : :                                     ||
         |||                                   2 3                                     ||
         |||?                                  2 3                                     ??
         |||-                                  2 3                                     ||
         |||                                   : :                                     ||
         |||                                   1 3                                     ||
         |||?                                  1 3                                     ??
         |||-                                  1 3                                     ||
         |||                                   : :                                     ||
         |||                                               000068----------------------'|
         ||'--------------------000132---------- ----------000132----------------------.|
         ||                                verse verse                                 ||
         ||                                  eom a                                     ||
         ||?                                 eom a                                     ??
         ||.--------------------000133                                                 ||
         |||                                   : :                                     ||
         |||                                   : :                                     ||
         ||'--------------------000133---------- ----------000133---------------------.||
         ||                                  eom 3                                    |||
         ||?                                 eom 3                                    ???
         ||.--------------------000134                                                |||
         |||                                 out 3                                    |||
 3       ||'--------------------000134                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000135--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000136                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000136                                               ||||
         |||                                               000135--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000137                                                |||
         |||                                   : :                                    |||
         ||'--------------------000137---------- ----------000137--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000138                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000138                                               ||||
         ||                                  eom s                                   ||||
         ||?                                 eom s                                   ????
         ||.--------------------000139                                               ||||
         |||                                 out s                                   ||||
 s       ||'--------------------000139                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000140-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000141                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000141                                              |||||
         |||                                               000140-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000142                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000142                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000143                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000143                                               ||||
         |||                                               000137--------------------'|||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000144--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000145                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000145                                               ||||
         |||                                               000144--------------------'|||
         ||                                  eom where                                |||
         ||?                                 eom where                                ???
         ||                                                000146--------------------.|||
         ||                                  eom on                                  ||||
         ||?                                 eom on                                  ????
         ||.--------------------000147                                               ||||
         |||                                 out on                                  ||||
 on      ||'--------------------000147                                               ||||
         ||                                  eom the                                 ||||
         ||?                                 eom the                                 ????
         ||.--------------------000148                                               ||||
         |||                                 out the                                 ||||
 the     ||'--------------------000148                                               ||||
         ||                                  eom wall                                ||||
         ||?                                 eom wall                                ????
         ||.--------------------000149                                               ||||
         |||                                 out wall                                ||||
 wall    ||'--------------------000149                                               ||||
         |||                                               000146--------------------'|||
         ||                                  eom cm                                   |||
         ||?                                 eom cm                                   ???
         ||                                                000150--------------------.|||
         ||                                  eom ','                                 ||||
         ||?                                 eom ','                                 ????
         ||.--------------------000151                                               ||||
         |||                                 out ','                                 ||||
 ,       ||'--------------------000151                                               ||||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000152                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000152                                               ||||
         |||                                               000150--------------------'|||
         ||                                  eom 3                                    |||
         ||?                                 eom 3                                    ???
         ||.--------------------000153                                                |||
         |||                                 out 3                                    |||
 3       ||'--------------------000153                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000154--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000155                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000155                                               ||||
         |||                                               000154--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000156                                                |||
         |||                                   : :                                    |||
         ||'--------------------000156---------- ----------000156--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000157                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000157                                               ||||
         ||                                  eom s                                   ||||
         ||?                                 eom s                                   ????
         ||.--------------------000158                                               ||||
         |||                                 out s                                   ||||
 s       ||'--------------------000158                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000159-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000160                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000160                                              |||||
         |||                                               000159-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000161                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000161                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000162                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000162                                               ||||
         |||                                               000156--------------------'|||
         ||                                  eom '.'                                  |||
         ||?                                 eom '.'                                  ???
         ||.--------------------000163                                                |||
         |||                                 out '.'                                  |||
 .       ||'--------------------000163                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000164                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000164                                                |||
         |||                                               000133---------------------'||
         ||                                  eom b                                     ||
         ||?                                 eom b                                     ??
         ||.--------------------000165                                                 ||
         |||                                   : :                                     ||
         |||                                   : :                                     ||
         ||'--------------------000165---------- ----------000165---------------------.||
         ||                                  eom Take                                 |||
         ||?                                 eom Take                                 ???
         ||.--------------------000166                                                |||
         |||                                 out Take                                 |||
 Take    ||'--------------------000166                                                |||
         ||                                  eom one                                  |||
         ||?                                 eom one                                  ???
         ||.--------------------000167                                                |||
         |||                                 out one                                  |||
 one     ||'--------------------000167                                                |||
         ||                                  eom down                                 |||
         ||?                                 eom down                                 ???
         ||.--------------------000168                                                |||
         |||                                 out down                                 |||
 down    ||'--------------------000168                                                |||
         ||                                  eom and                                  |||
         ||?                                 eom and                                  ???
         ||.--------------------000169                                                |||
         |||                                 out and                                  |||
 and     ||'--------------------000169                                                |||
         ||                                  eom  pass                                |||
         ||?                                 eom  pass                                ???
         ||.--------------------000170                                                |||
         |||                                 out  pass                                |||
 pass   ||'--------------------000170                                                |||
         ||                                  eom it                                   |||
         ||?                                 eom it                                   ???
         ||.--------------------000171                                                |||
         |||                                 out it                                   |||
 it      ||'--------------------000171                                                |||
         ||                                  eom around                               |||
         ||?                                 eom around                               ???
         ||.--------------------000172                                                |||
         |||                                 out around                               |||
 around  ||'--------------------000172                                                |||
         ||                                  eom cm                                   |||
         ||?                                 eom cm                                   ???
         ||                                                000173--------------------.|||
         ||                                  eom ','                                 ||||
         ||?                                 eom ','                                 ????
         ||.--------------------000174                                               ||||
         |||                                 out ','                                 ||||
 ,       ||'--------------------000174                                               ||||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000175                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000175                                               ||||
         |||                                               000173--------------------'|||
         ||                                  eom 2                                    |||
         ||?                                 eom 2                                    ???
         ||.--------------------000176                                                |||
         |||                                 out 2                                    |||
 2       ||'--------------------000176                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000177--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000178                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000178                                               ||||
         |||                                               000177--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000179                                                |||
         |||                                   : :                                    |||
         ||'--------------------000179---------- ----------000179--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000180                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000180                                               ||||
         ||                                  eom s                                   ||||
         ||?                                 eom s                                   ????
         ||.--------------------000181                                               ||||
         |||                                 out s                                   ||||
 s       ||'--------------------000181                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000182-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000183                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000183                                              |||||
         |||                                               000182-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000184                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000184                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000185                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000185                                               ||||
         |||                                               000179--------------------'|||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000186--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000187                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000187                                               ||||
         |||                                               000186--------------------'|||
         ||                                  eom where                                |||
         ||?                                 eom where                                ???
         ||                                                000188--------------------.|||
         ||                                  eom on                                  ||||
         ||?                                 eom on                                  ????
         ||.--------------------000189                                               ||||
         |||                                 out on                                  ||||
 on      ||'--------------------000189                                               ||||
         ||                                  eom the                                 ||||
         ||?                                 eom the                                 ????
         ||.--------------------000190                                               ||||
         |||                                 out the                                 ||||
 the     ||'--------------------000190                                               ||||
         ||                                  eom wall                                ||||
         ||?                                 eom wall                                ????
         ||.--------------------000191                                               ||||
         |||                                 out wall                                ||||
 wall    ||'--------------------000191                                               ||||
         |||                                               000188--------------------'|||
         ||                                  eom '.'                                  |||
         ||?                                 eom '.'                                  ???
         ||.--------------------000192                                                |||
         |||                                 out '.'                                  |||
 .       ||'--------------------000192                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000193                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000193                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000194                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000194                                                |||
         |||                                               000165---------------------'||
         ||                                  eom eom                                   ||
         |'---------------------000131                                                 ||
         |                                  song thing1                                ||
         |?                                 song thing1                                ??
         |.---------------------000195                                                 ||
         ||                                verse thing1                                ||
         ||?                               verse thing1                                ??
         ||.--------------------000196                                                 ||
         |||                                   : :                                     ||
         |||                                   0 2                                     ||
         |||?                                  0 2                                     ??
         |||-                                  0 2                                     ||
         |||                                   : :                                     ||
         |||                                   2 2                                     ||
         |||                                               000132----------------------'|
         ||'--------------------000196---------- ----------000196----------------------.|
         ||                                verse verse                                 ||
         ||                                  eom a                                     ||
         ||?                                 eom a                                     ??
         ||.--------------------000197                                                 ||
         |||                                   : :                                     ||
         |||                                   : :                                     ||
         ||'--------------------000197---------- ----------000197---------------------.||
         ||                                  eom 2                                    |||
         ||?                                 eom 2                                    ???
         ||.--------------------000198                                                |||
         |||                                 out 2                                    |||
 2       ||'--------------------000198                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000199--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000200                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000200                                               ||||
         |||                                               000199--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000201                                                |||
         |||                                   : :                                    |||
         ||'--------------------000201---------- ----------000201--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000202                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000202                                               ||||
         ||                                  eom s                                   ||||
         ||?                                 eom s                                   ????
         ||.--------------------000203                                               ||||
         |||                                 out s                                   ||||
 s       ||'--------------------000203                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000204-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000205                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000205                                              |||||
         |||                                               000204-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000206                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000206                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000207                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000207                                               ||||
         |||                                               000201--------------------'|||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000208--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000209                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000209                                               ||||
         |||                                               000208--------------------'|||
         ||                                  eom where                                |||
         ||?                                 eom where                                ???
         ||                                                000210--------------------.|||
         ||                                  eom on                                  ||||
         ||?                                 eom on                                  ????
         ||.--------------------000211                                               ||||
         |||                                 out on                                  ||||
 on      ||'--------------------000211                                               ||||
         ||                                  eom the                                 ||||
         ||?                                 eom the                                 ????
         ||.--------------------000212                                               ||||
         |||                                 out the                                 ||||
 the     ||'--------------------000212                                               ||||
         ||                                  eom wall                                ||||
         ||?                                 eom wall                                ????
         ||.--------------------000213                                               ||||
         |||                                 out wall                                ||||
 wall    ||'--------------------000213                                               ||||
         |||                                               000210--------------------'|||
         ||                                  eom cm                                   |||
         ||?                                 eom cm                                   ???
         ||                                                000214--------------------.|||
         ||                                  eom ','                                 ||||
         ||?                                 eom ','                                 ????
         ||.--------------------000215                                               ||||
         |||                                 out ','                                 ||||
 ,       ||'--------------------000215                                               ||||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000216                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000216                                               ||||
         |||                                               000214--------------------'|||
         ||                                  eom 2                                    |||
         ||?                                 eom 2                                    ???
         ||.--------------------000217                                                |||
         |||                                 out 2                                    |||
 2       ||'--------------------000217                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000218--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000219                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000219                                               ||||
         |||                                               000218--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000220                                                |||
         |||                                   : :                                    |||
         ||'--------------------000220---------- ----------000220--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000221                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000221                                               ||||
         ||                                  eom s                                   ||||
         ||?                                 eom s                                   ????
         ||.--------------------000222                                               ||||
         |||                                 out s                                   ||||
 s       ||'--------------------000222                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000223-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000224                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000224                                              |||||
         |||                                               000223-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000225                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000225                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000226                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000226                                               ||||
         |||                                               000220--------------------'|||
         ||                                  eom '.'                                  |||
         ||?                                 eom '.'                                  ???
         ||.--------------------000227                                                |||
         |||                                 out '.'                                  |||
 .       ||'--------------------000227                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000228                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000228                                                |||
         |||                                               000197---------------------'||
         ||                                  eom b                                     ||
         ||?                                 eom b                                     ??
         ||.--------------------000229                                                 ||
         |||                                   : :                                     ||
         |||                                   : :                                     ||
         ||'--------------------000229---------- ----------000229---------------------.||
         ||                                  eom Take                                 |||
         ||?                                 eom Take                                 ???
         ||.--------------------000230                                                |||
         |||                                 out Take                                 |||
 Take    ||'--------------------000230                                                |||
         ||                                  eom one                                  |||
         ||?                                 eom one                                  ???
         ||.--------------------000231                                                |||
         |||                                 out one                                  |||
 one     ||'--------------------000231                                                |||
         ||                                  eom down                                 |||
         ||?                                 eom down                                 ???
         ||.--------------------000232                                                |||
         |||                                 out down                                 |||
 down    ||'--------------------000232                                                |||
         ||                                  eom and                                  |||
         ||?                                 eom and                                  ???
         ||.--------------------000233                                                |||
         |||                                 out and                                  |||
 and     ||'--------------------000233                                                |||
         ||                                  eom  pass                                |||
         ||?                                 eom  pass                                ???
         ||.--------------------000234                                                |||
         |||                                 out  pass                                |||
 pass   ||'--------------------000234                                                |||
         ||                                  eom it                                   |||
         ||?                                 eom it                                   ???
         ||.--------------------000235                                                |||
         |||                                 out it                                   |||
 it      ||'--------------------000235                                                |||
         ||                                  eom around                               |||
         ||?                                 eom around                               ???
         ||.--------------------000236                                                |||
         |||                                 out around                               |||
 around  ||'--------------------000236                                                |||
         ||                                  eom cm                                   |||
         ||?                                 eom cm                                   ???
         ||                                                000237--------------------.|||
         ||                                  eom ','                                 ||||
         ||?                                 eom ','                                 ????
         ||.--------------------000238                                               ||||
         |||                                 out ','                                 ||||
 ,       ||'--------------------000238                                               ||||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000239                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000239                                               ||||
         |||                                               000237--------------------'|||
         ||                                  eom 1                                    |||
         ||?                                 eom 1                                    ???
         ||.--------------------000240                                                |||
         |||                                 out 1                                    |||
 1       ||'--------------------000240                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000241--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000242                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000242                                               ||||
         |||                                               000241--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000243                                                |||
         |||                                   : :                                    |||
         ||'--------------------000243---------- ----------000243--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000244                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000244                                               ||||
         ||                                  eom                                     ||||
         ||?                                 eom                                     ????
         ||.--------------------000245                                               ||||
         |||                                 out                                     ||||
         ||'--------------------000245                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000246-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000247                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000247                                              |||||
         |||                                               000246-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000248                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000248                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000249                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000249                                               ||||
         |||                                               000243--------------------'|||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000250--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000251                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000251                                               ||||
         |||                                               000250--------------------'|||
         ||                                  eom where                                |||
         ||?                                 eom where                                ???
         ||                                                000252--------------------.|||
         ||                                  eom on                                  ||||
         ||?                                 eom on                                  ????
         ||.--------------------000253                                               ||||
         |||                                 out on                                  ||||
 on      ||'--------------------000253                                               ||||
         ||                                  eom the                                 ||||
         ||?                                 eom the                                 ????
         ||.--------------------000254                                               ||||
         |||                                 out the                                 ||||
 the     ||'--------------------000254                                               ||||
         ||                                  eom wall                                ||||
         ||?                                 eom wall                                ????
         ||.--------------------000255                                               ||||
         |||                                 out wall                                ||||
 wall    ||'--------------------000255                                               ||||
         |||                                               000252--------------------'|||
         ||                                  eom '.'                                  |||
         ||?                                 eom '.'                                  ???
         ||.--------------------000256                                                |||
         |||                                 out '.'                                  |||
 .       ||'--------------------000256                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000257                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000257                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000258                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000258                                                |||
         |||                                               000229---------------------'||
         ||                                  eom eom                                   ||
         |'---------------------000195                                                 ||
         |                                  song thing1                                ||
         |?                                 song thing1                                ??
         |.---------------------000259                                                 ||
         ||                                verse thing1                                ||
         ||?                               verse thing1                                ??
         ||.--------------------000260                                                 ||
         |||                                   : :                                     ||
         |||                                   0 1                                     ||
         |||?                                  0 1                                     ??
         |||-                                  0 1                                     ||
         |||                                   : :                                     ||
         |||                                   2 1                                     ||
         |||?                                  2 1                                     ??
         |||-                                  2 1                                     ||
         |||                                   : :                                     ||
         |||                                   1 1                                     ||
         |||                                               000196----------------------'|
         ||'--------------------000260---------- ----------000260----------------------.|
         ||                                verse verse                                 ||
         ||                                  eom a                                     ||
         ||?                                 eom a                                     ??
         ||.--------------------000261                                                 ||
         |||                                   : :                                     ||
         |||                                   : :                                     ||
         ||'--------------------000261---------- ----------000261---------------------.||
         ||                                  eom 1                                    |||
         ||?                                 eom 1                                    ???
         ||.--------------------000262                                                |||
         |||                                 out 1                                    |||
 1       ||'--------------------000262                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000263--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000264                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000264                                               ||||
         |||                                               000263--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000265                                                |||
         |||                                   : :                                    |||
         ||'--------------------000265---------- ----------000265--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000266                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000266                                               ||||
         ||                                  eom                                     ||||
         ||?                                 eom                                     ????
         ||.--------------------000267                                               ||||
         |||                                 out                                     ||||
         ||'--------------------000267                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000268-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000269                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000269                                              |||||
         |||                                               000268-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000270                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000270                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000271                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000271                                               ||||
         |||                                               000265--------------------'|||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000272--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000273                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000273                                               ||||
         |||                                               000272--------------------'|||
         ||                                  eom where                                |||
         ||?                                 eom where                                ???
         ||                                                000274--------------------.|||
         ||                                  eom on                                  ||||
         ||?                                 eom on                                  ????
         ||.--------------------000275                                               ||||
         |||                                 out on                                  ||||
 on      ||'--------------------000275                                               ||||
         ||                                  eom the                                 ||||
         ||?                                 eom the                                 ????
         ||.--------------------000276                                               ||||
         |||                                 out the                                 ||||
 the     ||'--------------------000276                                               ||||
         ||                                  eom wall                                ||||
         ||?                                 eom wall                                ????
         ||.--------------------000277                                               ||||
         |||                                 out wall                                ||||
 wall    ||'--------------------000277                                               ||||
         |||                                               000274--------------------'|||
         ||                                  eom cm                                   |||
         ||?                                 eom cm                                   ???
         ||                                                000278--------------------.|||
         ||                                  eom ','                                 ||||
         ||?                                 eom ','                                 ????
         ||.--------------------000279                                               ||||
         |||                                 out ','                                 ||||
 ,       ||'--------------------000279                                               ||||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000280                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000280                                               ||||
         |||                                               000278--------------------'|||
         ||                                  eom 1                                    |||
         ||?                                 eom 1                                    ???
         ||.--------------------000281                                                |||
         |||                                 out 1                                    |||
 1       ||'--------------------000281                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000282--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000283                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000283                                               ||||
         |||                                               000282--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000284                                                |||
         |||                                   : :                                    |||
         ||'--------------------000284---------- ----------000284--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000285                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000285                                               ||||
         ||                                  eom                                     ||||
         ||?                                 eom                                     ????
         ||.--------------------000286                                               ||||
         |||                                 out                                     ||||
         ||'--------------------000286                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000287-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000288                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000288                                              |||||
         |||                                               000287-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000289                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000289                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000290                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000290                                               ||||
         |||                                               000284--------------------'|||
         ||                                  eom '.'                                  |||
         ||?                                 eom '.'                                  ???
         ||.--------------------000291                                                |||
         |||                                 out '.'                                  |||
 .       ||'--------------------000291                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000292                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000292                                                |||
         |||                                               000261---------------------'||
         ||                                  eom b                                     ||
         ||?                                 eom b                                     ??
         ||.--------------------000293                                                 ||
         |||                                   : :                                     ||
         |||                                   : :                                     ||
         ||'--------------------000293---------- ----------000293---------------------.||
         ||                                  eom Take                                 |||
         ||?                                 eom Take                                 ???
         ||.--------------------000294                                                |||
         |||                                 out Take                                 |||
 Take    ||'--------------------000294                                                |||
         ||                                  eom one                                  |||
         ||?                                 eom one                                  ???
         ||.--------------------000295                                                |||
         |||                                 out one                                  |||
 one     ||'--------------------000295                                                |||
         ||                                  eom down                                 |||
         ||?                                 eom down                                 ???
         ||.--------------------000296                                                |||
         |||                                 out down                                 |||
 down    ||'--------------------000296                                                |||
         ||                                  eom and                                  |||
         ||?                                 eom and                                  ???
         ||.--------------------000297                                                |||
         |||                                 out and                                  |||
 and     ||'--------------------000297                                                |||
         ||                                  eom  pass                                |||
         ||?                                 eom  pass                                ???
         ||.--------------------000298                                                |||
         |||                                 out  pass                                |||
 pass   ||'--------------------000298                                                |||
         ||                                  eom it                                   |||
         ||?                                 eom it                                   ???
         ||.--------------------000299                                                |||
         |||                                 out it                                   |||
 it      ||'--------------------000299                                                |||
         ||                                  eom around                               |||
         ||?                                 eom around                               ???
         ||.--------------------000300                                                |||
         |||                                 out around                               |||
 around  ||'--------------------000300                                                |||
         ||                                  eom cm                                   |||
         ||?                                 eom cm                                   ???
         ||                                                000301--------------------.|||
         ||                                  eom ','                                 ||||
         ||?                                 eom ','                                 ????
         ||.--------------------000302                                               ||||
         |||                                 out ','                                 ||||
 ,       ||'--------------------000302                                               ||||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000303                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000303                                               ||||
         |||                                               000301--------------------'|||
         ||                                  eom no more                              |||
         ||?                                 eom no more                              ???
         ||.--------------------000304                                                |||
         |||                                 out no more                              |||
 no more ||'--------------------000304                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000305--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000306                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000306                                               ||||
         |||                                               000305--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000307                                                |||
         |||                                   : :                                    |||
         ||'--------------------000307---------- ----------000307--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000308                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000308                                               ||||
         ||                                  eom s                                   ||||
         ||?                                 eom s                                   ????
         ||.--------------------000309                                               ||||
         |||                                 out s                                   ||||
 s       ||'--------------------000309                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000310-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000311                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000311                                              |||||
         |||                                               000310-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000312                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000312                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000313                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000313                                               ||||
         |||                                               000307--------------------'|||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000314--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000315                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000315                                               ||||
         |||                                               000314--------------------'|||
         ||                                  eom where                                |||
         ||?                                 eom where                                ???
         ||                                                000316--------------------.|||
         ||                                  eom on                                  ||||
         ||?                                 eom on                                  ????
         ||.--------------------000317                                               ||||
         |||                                 out on                                  ||||
 on      ||'--------------------000317                                               ||||
         ||                                  eom the                                 ||||
         ||?                                 eom the                                 ????
         ||.--------------------000318                                               ||||
         |||                                 out the                                 ||||
 the     ||'--------------------000318                                               ||||
         ||                                  eom wall                                ||||
         ||?                                 eom wall                                ????
         ||.--------------------000319                                               ||||
         |||                                 out wall                                ||||
 wall    ||'--------------------000319                                               ||||
         |||                                               000316--------------------'|||
         ||                                  eom '.'                                  |||
         ||?                                 eom '.'                                  ???
         ||.--------------------000320                                                |||
         |||                                 out '.'                                  |||
 .       ||'--------------------000320                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000321                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000321                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000322                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000322                                                |||
         |||                                               000293---------------------'||
         ||                                  eom eom                                   ||
         |'---------------------000259                                                 ||
         |                                  song thing1                                ||
         |?                                 song thing1                                ??
         |.---------------------000323                                                 ||
         ||                                verse thing1                                ||
         ||?                               verse thing1                                ??
         ||.--------------------000324                                                 ||
         |||                                   : :                                     ||
         |||                                   0 0                                     ||
         |||                                               000260----------------------'|
         ||'--------------------000324---------- ----------000324----------------------.|
         ||                                verse verse                                 ||
         ||                                  eom a                                     ||
         ||?                                 eom a                                     ??
         ||.--------------------000325                                                 ||
         |||                                   : :                                     ||
         |||                                   : :                                     ||
         ||'--------------------000325---------- ----------000325---------------------.||
         ||                                  eom No more                              |||
         ||?                                 eom No more                              ???
         ||.--------------------000326                                                |||
         |||                                 out No more                              |||
 No more ||'--------------------000326                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000327--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000328                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000328                                               ||||
         |||                                               000327--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000329                                                |||
         |||                                   : :                                    |||
         ||'--------------------000329---------- ----------000329--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000330                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000330                                               ||||
         ||                                  eom s                                   ||||
         ||?                                 eom s                                   ????
         ||.--------------------000331                                               ||||
         |||                                 out s                                   ||||
 s       ||'--------------------000331                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000332-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000333                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000333                                              |||||
         |||                                               000332-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000334                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000334                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000335                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000335                                               ||||
         |||                                               000329--------------------'|||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000336--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000337                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000337                                               ||||
         |||                                               000336--------------------'|||
         ||                                  eom where                                |||
         ||?                                 eom where                                ???
         ||                                                000338--------------------.|||
         ||                                  eom on                                  ||||
         ||?                                 eom on                                  ????
         ||.--------------------000339                                               ||||
         |||                                 out on                                  ||||
 on      ||'--------------------000339                                               ||||
         ||                                  eom the                                 ||||
         ||?                                 eom the                                 ????
         ||.--------------------000340                                               ||||
         |||                                 out the                                 ||||
 the     ||'--------------------000340                                               ||||
         ||                                  eom wall                                ||||
         ||?                                 eom wall                                ????
         ||.--------------------000341                                               ||||
         |||                                 out wall                                ||||
 wall    ||'--------------------000341                                               ||||
         |||                                               000338--------------------'|||
         ||                                  eom cm                                   |||
         ||?                                 eom cm                                   ???
         ||                                                000342--------------------.|||
         ||                                  eom ','                                 ||||
         ||?                                 eom ','                                 ????
         ||.--------------------000343                                               ||||
         |||                                 out ','                                 ||||
 ,       ||'--------------------000343                                               ||||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000344                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000344                                               ||||
         |||                                               000342--------------------'|||
         ||                                  eom No more                              |||
         ||?                                 eom No more                              ???
         ||.--------------------000345                                                |||
         |||                                 out No more                              |||
 No more ||'--------------------000345                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000346--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000347                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000347                                               ||||
         |||                                               000346--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000348                                                |||
         |||                                   : :                                    |||
         ||'--------------------000348---------- ----------000348--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000349                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000349                                               ||||
         ||                                  eom s                                   ||||
         ||?                                 eom s                                   ????
         ||.--------------------000350                                               ||||
         |||                                 out s                                   ||||
 s       ||'--------------------000350                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000351-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000352                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000352                                              |||||
         |||                                               000351-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000353                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000353                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000354                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000354                                               ||||
         |||                                               000348--------------------'|||
         ||                                  eom '.'                                  |||
         ||?                                 eom '.'                                  ???
         ||.--------------------000355                                                |||
         |||                                 out '.'                                  |||
 .       ||'--------------------000355                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000356                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000356                                                |||
         |||                                               000325---------------------'||
         ||                                  eom c                                     ||
         ||?                                 eom c                                     ??
         ||.--------------------000357                                                 ||
         |||                                   : :                                     ||
         |||                                   : :                                     ||
         ||'--------------------000357---------- ----------000357---------------------.||
         ||                                  eom Go                                   |||
         ||?                                 eom Go                                   ???
         ||.--------------------000358                                                |||
         |||                                 out Go                                   |||
 Go      ||'--------------------000358                                                |||
         ||                                  eom to                                   |||
         ||?                                 eom to                                   ???
         ||.--------------------000359                                                |||
         |||                                 out to                                   |||
 to      ||'--------------------000359                                                |||
         ||                                  eom the                                  |||
         ||?                                 eom the                                  ???
         ||.--------------------000360                                                |||
         |||                                 out the                                  |||
 the     ||'--------------------000360                                                |||
         ||                                  eom store                                |||
         ||?                                 eom store                                ???
         ||.--------------------000361                                                |||
         |||                                 out store                                |||
 store   ||'--------------------000361                                                |||
         ||                                  eom and                                  |||
         ||?                                 eom and                                  ???
         ||.--------------------000362                                                |||
         |||                                 out and                                  |||
 and     ||'--------------------000362                                                |||
         ||                                  eom buy                                  |||
         ||?                                 eom buy                                  ???
         ||.--------------------000363                                                |||
         |||                                 out buy                                  |||
 buy     ||'--------------------000363                                                |||
         ||                                  eom some                                 |||
         ||?                                 eom some                                 ???
         ||.--------------------000364                                                |||
         |||                                 out some                                 |||
 some    ||'--------------------000364                                                |||
         ||                                  eom more                                 |||
         ||?                                 eom more                                 ???
         ||.--------------------000365                                                |||
         |||                                 out more                                 |||
 more    ||'--------------------000365                                                |||
         ||                                  eom cm                                   |||
         ||?                                 eom cm                                   ???
         ||                                                000366--------------------.|||
         ||                                  eom ','                                 ||||
         ||?                                 eom ','                                 ????
         ||.--------------------000367                                               ||||
         |||                                 out ','                                 ||||
 ,       ||'--------------------000367                                               ||||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000368                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000368                                               ||||
         |||                                               000366--------------------'|||
         ||                                  eom 5                                    |||
         ||?                                 eom 5                                    ???
         ||.--------------------000369                                                |||
         |||                                 out 5                                    |||
 5       ||'--------------------000369                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000370--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000371                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000371                                               ||||
         |||                                               000370--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000372                                                |||
         |||                                   : :                                    |||
         ||'--------------------000372---------- ----------000372--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000373                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000373                                               ||||
         ||                                  eom s                                   ||||
         ||?                                 eom s                                   ????
         ||.--------------------000374                                               ||||
         |||                                 out s                                   ||||
 s       ||'--------------------000374                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000375-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000376                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000376                                              |||||
         |||                                               000375-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000377                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000377                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000378                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000378                                               ||||
         |||                                               000372--------------------'|||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000379--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000380                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000380                                               ||||
         |||                                               000379--------------------'|||
         ||                                  eom where                                |||
         ||?                                 eom where                                ???
         ||                                                000381--------------------.|||
         ||                                  eom on                                  ||||
         ||?                                 eom on                                  ????
         ||.--------------------000382                                               ||||
         |||                                 out on                                  ||||
 on      ||'--------------------000382                                               ||||
         ||                                  eom the                                 ||||
         ||?                                 eom the                                 ????
         ||.--------------------000383                                               ||||
         |||                                 out the                                 ||||
 the     ||'--------------------000383                                               ||||
         ||                                  eom wall                                ||||
         ||?                                 eom wall                                ????
         ||.--------------------000384                                               ||||
         |||                                 out wall                                ||||
 wall    ||'--------------------000384                                               ||||
         |||                                               000381--------------------'|||
         ||                                  eom '.'                                  |||
         ||?                                 eom '.'                                  ???
         ||.--------------------000385                                                |||
         |||                                 out '.'                                  |||
 .       ||'--------------------000385                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000386                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000386                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000387                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000387                                                |||
         |||                                               000357---------------------'||
         ||                                  eom eom                                   ||
         |'---------------------000323                                                 ||
         ||                                                000324----------------------'|
         |                                  song second                                 |
         |?                                 song second                                 ?
         |.---------------------000388                                                  |
         ||                                verse second                                 |
         ||?                               verse second                                 ?
         ||                                                000389----------------------.|
         ||                                verse verse                                 ||
         ||                                  eom ----                                  ||
         ||?                                 eom ----                                  ??
         ||.--------------------000390                                                 ||
         |||                                 out ----                                  ||
 ----    ||'--------------------000390                                                 ||
         ||                                  eom start                                 ||
         ||?                                 eom start                                 ??
         ||.--------------------000391                                                 ||
         |||                                 out start                                 ||
 start   ||'--------------------000391                                                 ||
         ||                                  eom again                                 ||
         ||?                                 eom again                                 ??
         ||.--------------------000392                                                 ||
         |||                                 out again                                 ||
 again   ||'--------------------000392                                                 ||
         ||                                  eom ----
                                 ||
         ||?                                 eom ----
                                 ??
         ||.--------------------000393                                                 ||
         |||                                 out ----
                                 ||
 ----
         ||'--------------------000393                                                 ||
         ||                                  eom eom                                   ||
         |'---------------------000388                                                 ||
         ||                                                000389----------------------'|
         |                                  song thing2                                 |
         |?                                 song thing2                                 ?
         |.---------------------000394                                                  |
         ||                                verse thing2                                 |
         ||?                               verse thing2                                 ?
         ||.--------------------000395                                                  |
         |||                                   : :                                      |
         |||                                   0 5                                      |
         |||?                                  0 5                                      ?
         |||-                                  0 5                                      |
         |||                                   : :                                      |
         |||                                   2 5                                      |
         |||?                                  2 5                                      ?
         |||-                                  2 5                                      |
         |||                                   : :                                      |
         |||                                   1 5                                      |
         |||?                                  1 5                                      ?
         |||-                                  1 5                                      |
         |||                                   : :                                      |
         |||                                sync song                                   |
         |||?                               sync song                                   ?
         |||                                               000396----------------------.|
         |||                                sync sync                                  ||
         |||                                               000396----------------------'|
         ||'--------------------000395---------- ----------000395----------------------.|
         ||                                verse verse                                 ||
         ||                                  eom a                                     ||
         ||?                                 eom a                                     ??
         ||.--------------------000397                                                 ||
         |||                                   : :                                     ||
         |||                                   : :                                     ||
         ||'--------------------000397---------- ----------000397---------------------.||
         ||                                  eom 5                                    |||
         ||?                                 eom 5                                    ???
         ||.--------------------000398                                                |||
         |||                                 out 5                                    |||
 5       ||'--------------------000398                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000399--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000400                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000400                                               ||||
         |||                                               000399--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000401                                                |||
         |||                                   : :                                    |||
         ||'--------------------000401---------- ----------000401--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000402                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000402                                               ||||
         ||                                  eom s                                   ||||
         ||?                                 eom s                                   ????
         ||.--------------------000403                                               ||||
         |||                                 out s                                   ||||
 s       ||'--------------------000403                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000404-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000405                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000405                                              |||||
         |||                                               000404-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000406                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000406                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000407                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000407                                               ||||
         |||                                               000401--------------------'|||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000408--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000409                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000409                                               ||||
         |||                                               000408--------------------'|||
         ||                                  eom where                                |||
         ||?                                 eom where                                ???
         ||                                                000410--------------------.|||
         ||                                  eom on                                  ||||
         ||?                                 eom on                                  ????
         ||.--------------------000411                                               ||||
         |||                                 out on                                  ||||
 on      ||'--------------------000411                                               ||||
         ||                                  eom the                                 ||||
         ||?                                 eom the                                 ????
         ||.--------------------000412                                               ||||
         |||                                 out the                                 ||||
 the     ||'--------------------000412                                               ||||
         ||                                  eom wall                                ||||
         ||?                                 eom wall                                ????
         ||.--------------------000413                                               ||||
         |||                                 out wall                                ||||
 wall    ||'--------------------000413                                               ||||
         |||                                               000410--------------------'|||
         ||                                  eom cm                                   |||
         ||?                                 eom cm                                   ???
         ||                                                000414--------------------.|||
         ||                                  eom ','                                 ||||
         ||?                                 eom ','                                 ????
         ||.--------------------000415                                               ||||
         |||                                 out ','                                 ||||
 ,       ||'--------------------000415                                               ||||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000416                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000416                                               ||||
         |||                                               000414--------------------'|||
         ||                                  eom 5                                    |||
         ||?                                 eom 5                                    ???
         ||.--------------------000417                                                |||
         |||                                 out 5                                    |||
 5       ||'--------------------000417                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000418--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000419                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000419                                               ||||
         |||                                               000418--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000420                                                |||
         |||                                   : :                                    |||
         ||'--------------------000420---------- ----------000420--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000421                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000421                                               ||||
         ||                                  eom s                                   ||||
         ||?                                 eom s                                   ????
         ||.--------------------000422                                               ||||
         |||                                 out s                                   ||||
 s       ||'--------------------000422                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000423-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000424                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000424                                              |||||
         |||                                               000423-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000425                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000425                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000426                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000426                                               ||||
         |||                                               000420--------------------'|||
         ||                                  eom '.'                                  |||
         ||?                                 eom '.'                                  ???
         ||.--------------------000427                                                |||
         |||                                 out '.'                                  |||
 .       ||'--------------------000427                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000428                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000428                                                |||
         |||                                               000397---------------------'||
         ||                                  eom b                                     ||
         ||?                                 eom b                                     ??
         ||.--------------------000429                                                 ||
         |||                                   : :                                     ||
         |||                                   : :                                     ||
         ||'--------------------000429---------- ----------000429---------------------.||
         ||                                  eom Take                                 |||
         ||?                                 eom Take                                 ???
         ||.--------------------000430                                                |||
         |||                                 out Take                                 |||
 Take    ||'--------------------000430                                                |||
         ||                                  eom one                                  |||
         ||?                                 eom one                                  ???
         ||.--------------------000431                                                |||
         |||                                 out one                                  |||
 one     ||'--------------------000431                                                |||
         ||                                  eom down                                 |||
         ||?                                 eom down                                 ???
         ||.--------------------000432                                                |||
         |||                                 out down                                 |||
 down    ||'--------------------000432                                                |||
         ||                                  eom and                                  |||
         ||?                                 eom and                                  ???
         ||.--------------------000433                                                |||
         |||                                 out and                                  |||
 and     ||'--------------------000433                                                |||
         ||                                  eom  pass                                |||
         ||?                                 eom  pass                                ???
         ||.--------------------000434                                                |||
         |||                                 out  pass                                |||
 pass   ||'--------------------000434                                                |||
         ||                                  eom it                                   |||
         ||?                                 eom it                                   ???
         ||.--------------------000435                                                |||
         |||                                 out it                                   |||
 it      ||'--------------------000435                                                |||
         ||                                  eom around                               |||
         ||?                                 eom around                               ???
         ||.--------------------000436                                                |||
         |||                                 out around                               |||
 around  ||'--------------------000436                                                |||
         ||                                  eom cm                                   |||
         ||?                                 eom cm                                   ???
         ||                                                000437--------------------.|||
         ||                                  eom ','                                 ||||
         ||?                                 eom ','                                 ????
         ||.--------------------000438                                               ||||
         |||                                 out ','                                 ||||
 ,       ||'--------------------000438                                               ||||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000439                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000439                                               ||||
         |||                                               000437--------------------'|||
         ||                                  eom 4                                    |||
         ||?                                 eom 4                                    ???
         ||.--------------------000440                                                |||
         |||                                 out 4                                    |||
 4       ||'--------------------000440                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000441--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000442                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000442                                               ||||
         |||                                               000441--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000443                                                |||
         |||                                   : :                                    |||
         ||'--------------------000443---------- ----------000443--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000444                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000444                                               ||||
         ||                                  eom s                                   ||||
         ||?                                 eom s                                   ????
         ||.--------------------000445                                               ||||
         |||                                 out s                                   ||||
 s       ||'--------------------000445                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000446-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000447                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000447                                              |||||
         |||                                               000446-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000448                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000448                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000449                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000449                                               ||||
         |||                                               000443--------------------'|||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000450--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000451                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000451                                               ||||
         |||                                               000450--------------------'|||
         ||                                  eom where                                |||
         ||?                                 eom where                                ???
         ||                                                000452--------------------.|||
         ||                                  eom on                                  ||||
         ||?                                 eom on                                  ????
         ||.--------------------000453                                               ||||
         |||                                 out on                                  ||||
 on      ||'--------------------000453                                               ||||
         ||                                  eom the                                 ||||
         ||?                                 eom the                                 ????
         ||.--------------------000454                                               ||||
         |||                                 out the                                 ||||
 the     ||'--------------------000454                                               ||||
         ||                                  eom wall                                ||||
         ||?                                 eom wall                                ????
         ||.--------------------000455                                               ||||
         |||                                 out wall                                ||||
 wall    ||'--------------------000455                                               ||||
         |||                                               000452--------------------'|||
         ||                                  eom '.'                                  |||
         ||?                                 eom '.'                                  ???
         ||.--------------------000456                                                |||
         |||                                 out '.'                                  |||
 .       ||'--------------------000456                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000457                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000457                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000458                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000458                                                |||
         |||                                               000429---------------------'||
         ||                                  eom eom                                   ||
         |'---------------------000394                                                 ||
         |                                  song thing2                                ||
         |?                                 song thing2                                ??
         |.---------------------000459                                                 ||
         ||                                verse thing2                                ||
         ||?                               verse thing2                                ??
         ||.--------------------000460                                                 ||
         |||                                   : :                                     ||
         |||                                   0 4                                     ||
         |||?                                  0 4                                     ??
         |||-                                  0 4                                     ||
         |||                                   : :                                     ||
         |||                                   2 4                                     ||
         |||?                                  2 4                                     ??
         |||-                                  2 4                                     ||
         |||                                   : :                                     ||
         |||                                   1 4                                     ||
         |||?                                  1 4                                     ??
         |||-                                  1 4                                     ||
         |||                                   : :                                     ||
         |||                                               000395----------------------'|
         |||                                sync song                                   |
         |||?                               sync song                                   ?
         |||                                               000461----------------------.|
         |||                                sync sync                                  ||
         |||                                               000461----------------------'|
         ||'--------------------000460---------- ----------000460----------------------.|
         ||                                verse verse                                 ||
         ||                                  eom a                                     ||
         ||?                                 eom a                                     ??
         ||.--------------------000462                                                 ||
         |||                                   : :                                     ||
         |||                                   : :                                     ||
         ||'--------------------000462---------- ----------000462---------------------.||
         ||                                  eom 4                                    |||
         ||?                                 eom 4                                    ???
         ||.--------------------000463                                                |||
         |||                                 out 4                                    |||
 4       ||'--------------------000463                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000464--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000465                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000465                                               ||||
         |||                                               000464--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000466                                                |||
         |||                                   : :                                    |||
         ||'--------------------000466---------- ----------000466--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000467                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000467                                               ||||
         ||                                  eom s                                   ||||
         ||?                                 eom s                                   ????
         ||.--------------------000468                                               ||||
         |||                                 out s                                   ||||
 s       ||'--------------------000468                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000469-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000470                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000470                                              |||||
         |||                                               000469-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000471                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000471                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000472                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000472                                               ||||
         |||                                               000466--------------------'|||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000473--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000474                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000474                                               ||||
         |||                                               000473--------------------'|||
         ||                                  eom where                                |||
         ||?                                 eom where                                ???
         ||                                                000475--------------------.|||
         ||                                  eom on                                  ||||
         ||?                                 eom on                                  ????
         ||.--------------------000476                                               ||||
         |||                                 out on                                  ||||
 on      ||'--------------------000476                                               ||||
         ||                                  eom the                                 ||||
         ||?                                 eom the                                 ????
         ||.--------------------000477                                               ||||
         |||                                 out the                                 ||||
 the     ||'--------------------000477                                               ||||
         ||                                  eom wall                                ||||
         ||?                                 eom wall                                ????
         ||.--------------------000478                                               ||||
         |||                                 out wall                                ||||
 wall    ||'--------------------000478                                               ||||
         |||                                               000475--------------------'|||
         ||                                  eom cm                                   |||
         ||?                                 eom cm                                   ???
         ||                                                000479--------------------.|||
         ||                                  eom ','                                 ||||
         ||?                                 eom ','                                 ????
         ||.--------------------000480                                               ||||
         |||                                 out ','                                 ||||
 ,       ||'--------------------000480                                               ||||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000481                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000481                                               ||||
         |||                                               000479--------------------'|||
         ||                                  eom 4                                    |||
         ||?                                 eom 4                                    ???
         ||.--------------------000482                                                |||
         |||                                 out 4                                    |||
 4       ||'--------------------000482                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000483--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000484                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000484                                               ||||
         |||                                               000483--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000485                                                |||
         |||                                   : :                                    |||
         ||'--------------------000485---------- ----------000485--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000486                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000486                                               ||||
         ||                                  eom s                                   ||||
         ||?                                 eom s                                   ????
         ||.--------------------000487                                               ||||
         |||                                 out s                                   ||||
 s       ||'--------------------000487                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000488-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000489                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000489                                              |||||
         |||                                               000488-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000490                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000490                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000491                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000491                                               ||||
         |||                                               000485--------------------'|||
         ||                                  eom '.'                                  |||
         ||?                                 eom '.'                                  ???
         ||.--------------------000492                                                |||
         |||                                 out '.'                                  |||
 .       ||'--------------------000492                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000493                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000493                                                |||
         |||                                               000462---------------------'||
         ||                                  eom b                                     ||
         ||?                                 eom b                                     ??
         ||.--------------------000494                                                 ||
         |||                                   : :                                     ||
         |||                                   : :                                     ||
         ||'--------------------000494---------- ----------000494---------------------.||
         ||                                  eom Take                                 |||
         ||?                                 eom Take                                 ???
         ||.--------------------000495                                                |||
         |||                                 out Take                                 |||
 Take    ||'--------------------000495                                                |||
         ||                                  eom one                                  |||
         ||?                                 eom one                                  ???
         ||.--------------------000496                                                |||
         |||                                 out one                                  |||
 one     ||'--------------------000496                                                |||
         ||                                  eom down                                 |||
         ||?                                 eom down                                 ???
         ||.--------------------000497                                                |||
         |||                                 out down                                 |||
 down    ||'--------------------000497                                                |||
         ||                                  eom and                                  |||
         ||?                                 eom and                                  ???
         ||.--------------------000498                                                |||
         |||                                 out and                                  |||
 and     ||'--------------------000498                                                |||
         ||                                  eom  pass                                |||
         ||?                                 eom  pass                                ???
         ||.--------------------000499                                                |||
         |||                                 out  pass                                |||
 pass   ||'--------------------000499                                                |||
         ||                                  eom it                                   |||
         ||?                                 eom it                                   ???
         ||.--------------------000500                                                |||
         |||                                 out it                                   |||
 it      ||'--------------------000500                                                |||
         ||                                  eom around                               |||
         ||?                                 eom around                               ???
         ||.--------------------000501                                                |||
         |||                                 out around                               |||
 around  ||'--------------------000501                                                |||
         ||                                  eom cm                                   |||
         ||?                                 eom cm                                   ???
         ||                                                000502--------------------.|||
         ||                                  eom ','                                 ||||
         ||?                                 eom ','                                 ????
         ||.--------------------000503                                               ||||
         |||                                 out ','                                 ||||
 ,       ||'--------------------000503                                               ||||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000504                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000504                                               ||||
         |||                                               000502--------------------'|||
         ||                                  eom 3                                    |||
         ||?                                 eom 3                                    ???
         ||.--------------------000505                                                |||
         |||                                 out 3                                    |||
 3       ||'--------------------000505                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000506--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000507                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000507                                               ||||
         |||                                               000506--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000508                                                |||
         |||                                   : :                                    |||
         ||'--------------------000508---------- ----------000508--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000509                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000509                                               ||||
         ||                                  eom s                                   ||||
         ||?                                 eom s                                   ????
         ||.--------------------000510                                               ||||
         |||                                 out s                                   ||||
 s       ||'--------------------000510                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000511-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000512                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000512                                              |||||
         |||                                               000511-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000513                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000513                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000514                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000514                                               ||||
         |||                                               000508--------------------'|||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000515--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000516                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000516                                               ||||
         |||                                               000515--------------------'|||
         ||                                  eom where                                |||
         ||?                                 eom where                                ???
         ||                                                000517--------------------.|||
         ||                                  eom on                                  ||||
         ||?                                 eom on                                  ????
         ||.--------------------000518                                               ||||
         |||                                 out on                                  ||||
 on      ||'--------------------000518                                               ||||
         ||                                  eom the                                 ||||
         ||?                                 eom the                                 ????
         ||.--------------------000519                                               ||||
         |||                                 out the                                 ||||
 the     ||'--------------------000519                                               ||||
         ||                                  eom wall                                ||||
         ||?                                 eom wall                                ????
         ||.--------------------000520                                               ||||
         |||                                 out wall                                ||||
 wall    ||'--------------------000520                                               ||||
         |||                                               000517--------------------'|||
         ||                                  eom '.'                                  |||
         ||?                                 eom '.'                                  ???
         ||.--------------------000521                                                |||
         |||                                 out '.'                                  |||
 .       ||'--------------------000521                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000522                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000522                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000523                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000523                                                |||
         |||                                               000494---------------------'||
         ||                                  eom eom                                   ||
         |'---------------------000459                                                 ||
         |                                  song thing2                                ||
         |?                                 song thing2                                ??
         |.---------------------000524                                                 ||
         ||                                verse thing2                                ||
         ||?                               verse thing2                                ??
         ||.--------------------000525                                                 ||
         |||                                   : :                                     ||
         |||                                   0 3                                     ||
         |||?                                  0 3                                     ??
         |||-                                  0 3                                     ||
         |||                                   : :                                     ||
         |||                                   2 3                                     ||
         |||?                                  2 3                                     ??
         |||-                                  2 3                                     ||
         |||                                   : :                                     ||
         |||                                   1 3                                     ||
         |||?                                  1 3                                     ??
         |||-                                  1 3                                     ||
         |||                                   : :                                     ||
         |||                                               000460----------------------'|
         |||                                sync song                                   |
         |||?                               sync song                                   ?
         |||                                               000526----------------------.|
         |||                                sync sync                                  ||
         |||                                               000526----------------------'|
         ||'--------------------000525---------- ----------000525----------------------.|
         ||                                verse verse                                 ||
         ||                                  eom a                                     ||
         ||?                                 eom a                                     ??
         ||.--------------------000527                                                 ||
         |||                                   : :                                     ||
         |||                                   : :                                     ||
         ||'--------------------000527---------- ----------000527---------------------.||
         ||                                  eom 3                                    |||
         ||?                                 eom 3                                    ???
         ||.--------------------000528                                                |||
         |||                                 out 3                                    |||
 3       ||'--------------------000528                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000529--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000530                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000530                                               ||||
         |||                                               000529--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000531                                                |||
         |||                                   : :                                    |||
         ||'--------------------000531---------- ----------000531--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000532                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000532                                               ||||
         ||                                  eom s                                   ||||
         ||?                                 eom s                                   ????
         ||.--------------------000533                                               ||||
         |||                                 out s                                   ||||
 s       ||'--------------------000533                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000534-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000535                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000535                                              |||||
         |||                                               000534-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000536                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000536                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000537                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000537                                               ||||
         |||                                               000531--------------------'|||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000538--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000539                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000539                                               ||||
         |||                                               000538--------------------'|||
         ||                                  eom where                                |||
         ||?                                 eom where                                ???
         ||                                                000540--------------------.|||
         ||                                  eom on                                  ||||
         ||?                                 eom on                                  ????
         ||.--------------------000541                                               ||||
         |||                                 out on                                  ||||
 on      ||'--------------------000541                                               ||||
         ||                                  eom the                                 ||||
         ||?                                 eom the                                 ????
         ||.--------------------000542                                               ||||
         |||                                 out the                                 ||||
 the     ||'--------------------000542                                               ||||
         ||                                  eom wall                                ||||
         ||?                                 eom wall                                ????
         ||.--------------------000543                                               ||||
         |||                                 out wall                                ||||
 wall    ||'--------------------000543                                               ||||
         |||                                               000540--------------------'|||
         ||                                  eom cm                                   |||
         ||?                                 eom cm                                   ???
         ||                                                000544--------------------.|||
         ||                                  eom ','                                 ||||
         ||?                                 eom ','                                 ????
         ||.--------------------000545                                               ||||
         |||                                 out ','                                 ||||
 ,       ||'--------------------000545                                               ||||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000546                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000546                                               ||||
         |||                                               000544--------------------'|||
         ||                                  eom 3                                    |||
         ||?                                 eom 3                                    ???
         ||.--------------------000547                                                |||
         |||                                 out 3                                    |||
 3       ||'--------------------000547                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000548--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000549                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000549                                               ||||
         |||                                               000548--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000550                                                |||
         |||                                   : :                                    |||
         ||'--------------------000550---------- ----------000550--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000551                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000551                                               ||||
         ||                                  eom s                                   ||||
         ||?                                 eom s                                   ????
         ||.--------------------000552                                               ||||
         |||                                 out s                                   ||||
 s       ||'--------------------000552                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000553-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000554                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000554                                              |||||
         |||                                               000553-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000555                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000555                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000556                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000556                                               ||||
         |||                                               000550--------------------'|||
         ||                                  eom '.'                                  |||
         ||?                                 eom '.'                                  ???
         ||.--------------------000557                                                |||
         |||                                 out '.'                                  |||
 .       ||'--------------------000557                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000558                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000558                                                |||
         |||                                               000527---------------------'||
         ||                                  eom b                                     ||
         ||?                                 eom b                                     ??
         ||.--------------------000559                                                 ||
         |||                                   : :                                     ||
         |||                                   : :                                     ||
         ||'--------------------000559---------- ----------000559---------------------.||
         ||                                  eom Take                                 |||
         ||?                                 eom Take                                 ???
         ||.--------------------000560                                                |||
         |||                                 out Take                                 |||
 Take    ||'--------------------000560                                                |||
         ||                                  eom one                                  |||
         ||?                                 eom one                                  ???
         ||.--------------------000561                                                |||
         |||                                 out one                                  |||
 one     ||'--------------------000561                                                |||
         ||                                  eom down                                 |||
         ||?                                 eom down                                 ???
         ||.--------------------000562                                                |||
         |||                                 out down                                 |||
 down    ||'--------------------000562                                                |||
         ||                                  eom and                                  |||
         ||?                                 eom and                                  ???
         ||.--------------------000563                                                |||
         |||                                 out and                                  |||
 and     ||'--------------------000563                                                |||
         ||                                  eom  pass                                |||
         ||?                                 eom  pass                                ???
         ||.--------------------000564                                                |||
         |||                                 out  pass                                |||
 pass   ||'--------------------000564                                                |||
         ||                                  eom it                                   |||
         ||?                                 eom it                                   ???
         ||.--------------------000565                                                |||
         |||                                 out it                                   |||
 it      ||'--------------------000565                                                |||
         ||                                  eom around                               |||
         ||?                                 eom around                               ???
         ||.--------------------000566                                                |||
         |||                                 out around                               |||
 around  ||'--------------------000566                                                |||
         ||                                  eom cm                                   |||
         ||?                                 eom cm                                   ???
         ||                                                000567--------------------.|||
         ||                                  eom ','                                 ||||
         ||?                                 eom ','                                 ????
         ||.--------------------000568                                               ||||
         |||                                 out ','                                 ||||
 ,       ||'--------------------000568                                               ||||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000569                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000569                                               ||||
         |||                                               000567--------------------'|||
         ||                                  eom 2                                    |||
         ||?                                 eom 2                                    ???
         ||.--------------------000570                                                |||
         |||                                 out 2                                    |||
 2       ||'--------------------000570                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000571--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000572                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000572                                               ||||
         |||                                               000571--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000573                                                |||
         |||                                   : :                                    |||
         ||'--------------------000573---------- ----------000573--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000574                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000574                                               ||||
         ||                                  eom s                                   ||||
         ||?                                 eom s                                   ????
         ||.--------------------000575                                               ||||
         |||                                 out s                                   ||||
 s       ||'--------------------000575                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000576-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000577                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000577                                              |||||
         |||                                               000576-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000578                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000578                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000579                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000579                                               ||||
         |||                                               000573--------------------'|||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000580--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000581                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000581                                               ||||
         |||                                               000580--------------------'|||
         ||                                  eom where                                |||
         ||?                                 eom where                                ???
         ||                                                000582--------------------.|||
         ||                                  eom on                                  ||||
         ||?                                 eom on                                  ????
         ||.--------------------000583                                               ||||
         |||                                 out on                                  ||||
 on      ||'--------------------000583                                               ||||
         ||                                  eom the                                 ||||
         ||?                                 eom the                                 ????
         ||.--------------------000584                                               ||||
         |||                                 out the                                 ||||
 the     ||'--------------------000584                                               ||||
         ||                                  eom wall                                ||||
         ||?                                 eom wall                                ????
         ||.--------------------000585                                               ||||
         |||                                 out wall                                ||||
 wall    ||'--------------------000585                                               ||||
         |||                                               000582--------------------'|||
         ||                                  eom '.'                                  |||
         ||?                                 eom '.'                                  ???
         ||.--------------------000586                                                |||
         |||                                 out '.'                                  |||
 .       ||'--------------------000586                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000587                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000587                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000588                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000588                                                |||
         |||                                               000559---------------------'||
         ||                                  eom eom                                   ||
         |'---------------------000524                                                 ||
         |                                  song thing2                                ||
         |?                                 song thing2                                ??
         |.---------------------000589                                                 ||
         ||                                verse thing2                                ||
         ||?                               verse thing2                                ??
         ||.--------------------000590                                                 ||
         |||                                   : :                                     ||
         |||                                   0 2                                     ||
         |||?                                  0 2                                     ??
         |||-                                  0 2                                     ||
         |||                                   : :                                     ||
         |||                                   2 2                                     ||
         |||                                               000525----------------------'|
         |||                                sync song                                   |
         |||?                               sync song                                   ?
         |||                                               000591----------------------.|
         |||                                sync sync                                  ||
         |||                                               000591----------------------'|
         ||'--------------------000590---------- ----------000590----------------------.|
         ||                                verse verse                                 ||
         ||                                  eom a                                     ||
         ||?                                 eom a                                     ??
         ||.--------------------000592                                                 ||
         |||                                   : :                                     ||
         |||                                   : :                                     ||
         ||'--------------------000592---------- ----------000592---------------------.||
         ||                                  eom 2                                    |||
         ||?                                 eom 2                                    ???
         ||.--------------------000593                                                |||
         |||                                 out 2                                    |||
 2       ||'--------------------000593                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000594--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000595                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000595                                               ||||
         |||                                               000594--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000596                                                |||
         |||                                   : :                                    |||
         ||'--------------------000596---------- ----------000596--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000597                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000597                                               ||||
         ||                                  eom s                                   ||||
         ||?                                 eom s                                   ????
         ||.--------------------000598                                               ||||
         |||                                 out s                                   ||||
 s       ||'--------------------000598                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000599-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000600                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000600                                              |||||
         |||                                               000599-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000601                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000601                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000602                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000602                                               ||||
         |||                                               000596--------------------'|||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000603--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000604                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000604                                               ||||
         |||                                               000603--------------------'|||
         ||                                  eom where                                |||
         ||?                                 eom where                                ???
         ||                                                000605--------------------.|||
         ||                                  eom on                                  ||||
         ||?                                 eom on                                  ????
         ||.--------------------000606                                               ||||
         |||                                 out on                                  ||||
 on      ||'--------------------000606                                               ||||
         ||                                  eom the                                 ||||
         ||?                                 eom the                                 ????
         ||.--------------------000607                                               ||||
         |||                                 out the                                 ||||
 the     ||'--------------------000607                                               ||||
         ||                                  eom wall                                ||||
         ||?                                 eom wall                                ????
         ||.--------------------000608                                               ||||
         |||                                 out wall                                ||||
 wall    ||'--------------------000608                                               ||||
         |||                                               000605--------------------'|||
         ||                                  eom cm                                   |||
         ||?                                 eom cm                                   ???
         ||                                                000609--------------------.|||
         ||                                  eom ','                                 ||||
         ||?                                 eom ','                                 ????
         ||.--------------------000610                                               ||||
         |||                                 out ','                                 ||||
 ,       ||'--------------------000610                                               ||||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000611                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000611                                               ||||
         |||                                               000609--------------------'|||
         ||                                  eom 2                                    |||
         ||?                                 eom 2                                    ???
         ||.--------------------000612                                                |||
         |||                                 out 2                                    |||
 2       ||'--------------------000612                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000613--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000614                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000614                                               ||||
         |||                                               000613--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000615                                                |||
         |||                                   : :                                    |||
         ||'--------------------000615---------- ----------000615--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000616                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000616                                               ||||
         ||                                  eom s                                   ||||
         ||?                                 eom s                                   ????
         ||.--------------------000617                                               ||||
         |||                                 out s                                   ||||
 s       ||'--------------------000617                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000618-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000619                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000619                                              |||||
         |||                                               000618-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000620                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000620                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000621                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000621                                               ||||
         |||                                               000615--------------------'|||
         ||                                  eom '.'                                  |||
         ||?                                 eom '.'                                  ???
         ||.--------------------000622                                                |||
         |||                                 out '.'                                  |||
 .       ||'--------------------000622                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000623                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000623                                                |||
         |||                                               000592---------------------'||
         ||                                  eom b                                     ||
         ||?                                 eom b                                     ??
         ||.--------------------000624                                                 ||
         |||                                   : :                                     ||
         |||                                   : :                                     ||
         ||'--------------------000624---------- ----------000624---------------------.||
         ||                                  eom Take                                 |||
         ||?                                 eom Take                                 ???
         ||.--------------------000625                                                |||
         |||                                 out Take                                 |||
 Take    ||'--------------------000625                                                |||
         ||                                  eom one                                  |||
         ||?                                 eom one                                  ???
         ||.--------------------000626                                                |||
         |||                                 out one                                  |||
 one     ||'--------------------000626                                                |||
         ||                                  eom down                                 |||
         ||?                                 eom down                                 ???
         ||.--------------------000627                                                |||
         |||                                 out down                                 |||
 down    ||'--------------------000627                                                |||
         ||                                  eom and                                  |||
         ||?                                 eom and                                  ???
         ||.--------------------000628                                                |||
         |||                                 out and                                  |||
 and     ||'--------------------000628                                                |||
         ||                                  eom  pass                                |||
         ||?                                 eom  pass                                ???
         ||.--------------------000629                                                |||
         |||                                 out  pass                                |||
 pass   ||'--------------------000629                                                |||
         ||                                  eom it                                   |||
         ||?                                 eom it                                   ???
         ||.--------------------000630                                                |||
         |||                                 out it                                   |||
 it      ||'--------------------000630                                                |||
         ||                                  eom around                               |||
         ||?                                 eom around                               ???
         ||.--------------------000631                                                |||
         |||                                 out around                               |||
 around  ||'--------------------000631                                                |||
         ||                                  eom cm                                   |||
         ||?                                 eom cm                                   ???
         ||                                                000632--------------------.|||
         ||                                  eom ','                                 ||||
         ||?                                 eom ','                                 ????
         ||.--------------------000633                                               ||||
         |||                                 out ','                                 ||||
 ,       ||'--------------------000633                                               ||||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000634                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000634                                               ||||
         |||                                               000632--------------------'|||
         ||                                  eom 1                                    |||
         ||?                                 eom 1                                    ???
         ||.--------------------000635                                                |||
         |||                                 out 1                                    |||
 1       ||'--------------------000635                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000636--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000637                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000637                                               ||||
         |||                                               000636--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000638                                                |||
         |||                                   : :                                    |||
         ||'--------------------000638---------- ----------000638--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000639                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000639                                               ||||
         ||                                  eom                                     ||||
         ||?                                 eom                                     ????
         ||.--------------------000640                                               ||||
         |||                                 out                                     ||||
         ||'--------------------000640                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000641-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000642                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000642                                              |||||
         |||                                               000641-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000643                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000643                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000644                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000644                                               ||||
         |||                                               000638--------------------'|||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000645--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000646                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000646                                               ||||
         |||                                               000645--------------------'|||
         ||                                  eom where                                |||
         ||?                                 eom where                                ???
         ||                                                000647--------------------.|||
         ||                                  eom on                                  ||||
         ||?                                 eom on                                  ????
         ||.--------------------000648                                               ||||
         |||                                 out on                                  ||||
 on      ||'--------------------000648                                               ||||
         ||                                  eom the                                 ||||
         ||?                                 eom the                                 ????
         ||.--------------------000649                                               ||||
         |||                                 out the                                 ||||
 the     ||'--------------------000649                                               ||||
         ||                                  eom wall                                ||||
         ||?                                 eom wall                                ????
         ||.--------------------000650                                               ||||
         |||                                 out wall                                ||||
 wall    ||'--------------------000650                                               ||||
         |||                                               000647--------------------'|||
         ||                                  eom '.'                                  |||
         ||?                                 eom '.'                                  ???
         ||.--------------------000651                                                |||
         |||                                 out '.'                                  |||
 .       ||'--------------------000651                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000652                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000652                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000653                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000653                                                |||
         |||                                               000624---------------------'||
         ||                                  eom eom                                   ||
         |'---------------------000589                                                 ||
         |                                  song thing2                                ||
         |?                                 song thing2                                ??
         |.---------------------000654                                                 ||
         ||                                verse thing2                                ||
         ||?                               verse thing2                                ??
         ||.--------------------000655                                                 ||
         |||                                   : :                                     ||
         |||                                   0 1                                     ||
         |||?                                  0 1                                     ??
         |||-                                  0 1                                     ||
         |||                                   : :                                     ||
         |||                                   2 1                                     ||
         |||?                                  2 1                                     ??
         |||-                                  2 1                                     ||
         |||                                   : :                                     ||
         |||                                   1 1                                     ||
         |||                                               000590----------------------'|
         |||                                sync song                                   |
         |||?                               sync song                                   ?
         |||                                               000656----------------------.|
         |||                                sync sync                                  ||
         |||                                               000656----------------------'|
         ||'--------------------000655---------- ----------000655----------------------.|
         ||                                verse verse                                 ||
         ||                                  eom a                                     ||
         ||?                                 eom a                                     ??
         ||.--------------------000657                                                 ||
         |||                                   : :                                     ||
         |||                                   : :                                     ||
         ||'--------------------000657---------- ----------000657---------------------.||
         ||                                  eom 1                                    |||
         ||?                                 eom 1                                    ???
         ||.--------------------000658                                                |||
         |||                                 out 1                                    |||
 1       ||'--------------------000658                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000659--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000660                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000660                                               ||||
         |||                                               000659--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000661                                                |||
         |||                                   : :                                    |||
         ||'--------------------000661---------- ----------000661--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000662                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000662                                               ||||
         ||                                  eom                                     ||||
         ||?                                 eom                                     ????
         ||.--------------------000663                                               ||||
         |||                                 out                                     ||||
         ||'--------------------000663                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000664-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000665                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000665                                              |||||
         |||                                               000664-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000666                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000666                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000667                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000667                                               ||||
         |||                                               000661--------------------'|||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000668--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000669                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000669                                               ||||
         |||                                               000668--------------------'|||
         ||                                  eom where                                |||
         ||?                                 eom where                                ???
         ||                                                000670--------------------.|||
         ||                                  eom on                                  ||||
         ||?                                 eom on                                  ????
         ||.--------------------000671                                               ||||
         |||                                 out on                                  ||||
 on      ||'--------------------000671                                               ||||
         ||                                  eom the                                 ||||
         ||?                                 eom the                                 ????
         ||.--------------------000672                                               ||||
         |||                                 out the                                 ||||
 the     ||'--------------------000672                                               ||||
         ||                                  eom wall                                ||||
         ||?                                 eom wall                                ????
         ||.--------------------000673                                               ||||
         |||                                 out wall                                ||||
 wall    ||'--------------------000673                                               ||||
         |||                                               000670--------------------'|||
         ||                                  eom cm                                   |||
         ||?                                 eom cm                                   ???
         ||                                                000674--------------------.|||
         ||                                  eom ','                                 ||||
         ||?                                 eom ','                                 ????
         ||.--------------------000675                                               ||||
         |||                                 out ','                                 ||||
 ,       ||'--------------------000675                                               ||||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000676                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000676                                               ||||
         |||                                               000674--------------------'|||
         ||                                  eom 1                                    |||
         ||?                                 eom 1                                    ???
         ||.--------------------000677                                                |||
         |||                                 out 1                                    |||
 1       ||'--------------------000677                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000678--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000679                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000679                                               ||||
         |||                                               000678--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000680                                                |||
         |||                                   : :                                    |||
         ||'--------------------000680---------- ----------000680--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000681                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000681                                               ||||
         ||                                  eom                                     ||||
         ||?                                 eom                                     ????
         ||.--------------------000682                                               ||||
         |||                                 out                                     ||||
         ||'--------------------000682                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000683-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000684                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000684                                              |||||
         |||                                               000683-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000685                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000685                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000686                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000686                                               ||||
         |||                                               000680--------------------'|||
         ||                                  eom '.'                                  |||
         ||?                                 eom '.'                                  ???
         ||.--------------------000687                                                |||
         |||                                 out '.'                                  |||
 .       ||'--------------------000687                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000688                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000688                                                |||
         |||                                               000657---------------------'||
         ||                                  eom b                                     ||
         ||?                                 eom b                                     ??
         ||.--------------------000689                                                 ||
         |||                                   : :                                     ||
         |||                                   : :                                     ||
         ||'--------------------000689---------- ----------000689---------------------.||
         ||                                  eom Take                                 |||
         ||?                                 eom Take                                 ???
         ||.--------------------000690                                                |||
         |||                                 out Take                                 |||
 Take    ||'--------------------000690                                                |||
         ||                                  eom one                                  |||
         ||?                                 eom one                                  ???
         ||.--------------------000691                                                |||
         |||                                 out one                                  |||
 one     ||'--------------------000691                                                |||
         ||                                  eom down                                 |||
         ||?                                 eom down                                 ???
         ||.--------------------000692                                                |||
         |||                                 out down                                 |||
 down    ||'--------------------000692                                                |||
         ||                                  eom and                                  |||
         ||?                                 eom and                                  ???
         ||.--------------------000693                                                |||
         |||                                 out and                                  |||
 and     ||'--------------------000693                                                |||
         ||                                  eom  pass                                |||
         ||?                                 eom  pass                                ???
         ||.--------------------000694                                                |||
         |||                                 out  pass                                |||
 pass   ||'--------------------000694                                                |||
         ||                                  eom it                                   |||
         ||?                                 eom it                                   ???
         ||.--------------------000695                                                |||
         |||                                 out it                                   |||
 it      ||'--------------------000695                                                |||
         ||                                  eom around                               |||
         ||?                                 eom around                               ???
         ||.--------------------000696                                                |||
         |||                                 out around                               |||
 around  ||'--------------------000696                                                |||
         ||                                  eom cm                                   |||
         ||?                                 eom cm                                   ???
         ||                                                000697--------------------.|||
         ||                                  eom ','                                 ||||
         ||?                                 eom ','                                 ????
         ||.--------------------000698                                               ||||
         |||                                 out ','                                 ||||
 ,       ||'--------------------000698                                               ||||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000699                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000699                                               ||||
         |||                                               000697--------------------'|||
         ||                                  eom no more                              |||
         ||?                                 eom no more                              ???
         ||.--------------------000700                                                |||
         |||                                 out no more                              |||
 no more ||'--------------------000700                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000701--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000702                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000702                                               ||||
         |||                                               000701--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000703                                                |||
         |||                                   : :                                    |||
         ||'--------------------000703---------- ----------000703--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000704                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000704                                               ||||
         ||                                  eom s                                   ||||
         ||?                                 eom s                                   ????
         ||.--------------------000705                                               ||||
         |||                                 out s                                   ||||
 s       ||'--------------------000705                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000706-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000707                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000707                                              |||||
         |||                                               000706-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000708                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000708                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000709                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000709                                               ||||
         |||                                               000703--------------------'|||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000710--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000711                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000711                                               ||||
         |||                                               000710--------------------'|||
         ||                                  eom where                                |||
         ||?                                 eom where                                ???
         ||                                                000712--------------------.|||
         ||                                  eom on                                  ||||
         ||?                                 eom on                                  ????
         ||.--------------------000713                                               ||||
         |||                                 out on                                  ||||
 on      ||'--------------------000713                                               ||||
         ||                                  eom the                                 ||||
         ||?                                 eom the                                 ????
         ||.--------------------000714                                               ||||
         |||                                 out the                                 ||||
 the     ||'--------------------000714                                               ||||
         ||                                  eom wall                                ||||
         ||?                                 eom wall                                ????
         ||.--------------------000715                                               ||||
         |||                                 out wall                                ||||
 wall    ||'--------------------000715                                               ||||
         |||                                               000712--------------------'|||
         ||                                  eom '.'                                  |||
         ||?                                 eom '.'                                  ???
         ||.--------------------000716                                                |||
         |||                                 out '.'                                  |||
 .       ||'--------------------000716                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000717                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000717                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000718                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000718                                                |||
         |||                                               000689---------------------'||
         ||                                  eom eom                                   ||
         |'---------------------000654                                                 ||
         |                                  song thing2                                ||
         |?                                 song thing2                                ??
         |.---------------------000719                                                 ||
         ||                                verse thing2                                ||
         ||?                               verse thing2                                ??
         ||.--------------------000720                                                 ||
         |||                                   : :                                     ||
         |||                                   0 0                                     ||
         |||                                               000655----------------------'|
         |||                                sync song                                   |
         |||?                               sync song                                   ?
         |||                                               000721----------------------.|
         |||                                sync sync                                  ||
         |||                                               000721----------------------'|
         ||'--------------------000720---------- ----------000720----------------------.|
         ||                                verse verse                                 ||
         ||                                  eom a                                     ||
         ||?                                 eom a                                     ??
         ||.--------------------000722                                                 ||
         |||                                   : :                                     ||
         |||                                   : :                                     ||
         ||'--------------------000722---------- ----------000722---------------------.||
         ||                                  eom No more                              |||
         ||?                                 eom No more                              ???
         ||.--------------------000723                                                |||
         |||                                 out No more                              |||
 No more ||'--------------------000723                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000724--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000725                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000725                                               ||||
         |||                                               000724--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000726                                                |||
         |||                                   : :                                    |||
         ||'--------------------000726---------- ----------000726--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000727                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000727                                               ||||
         ||                                  eom s                                   ||||
         ||?                                 eom s                                   ????
         ||.--------------------000728                                               ||||
         |||                                 out s                                   ||||
 s       ||'--------------------000728                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000729-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000730                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000730                                              |||||
         |||                                               000729-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000731                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000731                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000732                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000732                                               ||||
         |||                                               000726--------------------'|||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000733--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000734                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000734                                               ||||
         |||                                               000733--------------------'|||
         ||                                  eom where                                |||
         ||?                                 eom where                                ???
         ||                                                000735--------------------.|||
         ||                                  eom on                                  ||||
         ||?                                 eom on                                  ????
         ||.--------------------000736                                               ||||
         |||                                 out on                                  ||||
 on      ||'--------------------000736                                               ||||
         ||                                  eom the                                 ||||
         ||?                                 eom the                                 ????
         ||.--------------------000737                                               ||||
         |||                                 out the                                 ||||
 the     ||'--------------------000737                                               ||||
         ||                                  eom wall                                ||||
         ||?                                 eom wall                                ????
         ||.--------------------000738                                               ||||
         |||                                 out wall                                ||||
 wall    ||'--------------------000738                                               ||||
         |||                                               000735--------------------'|||
         ||                                  eom cm                                   |||
         ||?                                 eom cm                                   ???
         ||                                                000739--------------------.|||
         ||                                  eom ','                                 ||||
         ||?                                 eom ','                                 ????
         ||.--------------------000740                                               ||||
         |||                                 out ','                                 ||||
 ,       ||'--------------------000740                                               ||||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000741                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000741                                               ||||
         |||                                               000739--------------------'|||
         ||                                  eom No more                              |||
         ||?                                 eom No more                              ???
         ||.--------------------000742                                                |||
         |||                                 out No more                              |||
 No more ||'--------------------000742                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000743--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000744                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000744                                               ||||
         |||                                               000743--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000745                                                |||
         |||                                   : :                                    |||
         ||'--------------------000745---------- ----------000745--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000746                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000746                                               ||||
         ||                                  eom s                                   ||||
         ||?                                 eom s                                   ????
         ||.--------------------000747                                               ||||
         |||                                 out s                                   ||||
 s       ||'--------------------000747                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000748-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000749                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000749                                              |||||
         |||                                               000748-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000750                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000750                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000751                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000751                                               ||||
         |||                                               000745--------------------'|||
         ||                                  eom '.'                                  |||
         ||?                                 eom '.'                                  ???
         ||.--------------------000752                                                |||
         |||                                 out '.'                                  |||
 .       ||'--------------------000752                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000753                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000753                                                |||
         |||                                               000722---------------------'||
         ||                                  eom c                                     ||
         ||?                                 eom c                                     ??
         ||.--------------------000754                                                 ||
         |||                                   : :                                     ||
         |||                                   : :                                     ||
         ||'--------------------000754---------- ----------000754---------------------.||
         ||                                  eom Go                                   |||
         ||?                                 eom Go                                   ???
         ||.--------------------000755                                                |||
         |||                                 out Go                                   |||
 Go      ||'--------------------000755                                                |||
         ||                                  eom to                                   |||
         ||?                                 eom to                                   ???
         ||.--------------------000756                                                |||
         |||                                 out to                                   |||
 to      ||'--------------------000756                                                |||
         ||                                  eom the                                  |||
         ||?                                 eom the                                  ???
         ||.--------------------000757                                                |||
         |||                                 out the                                  |||
 the     ||'--------------------000757                                                |||
         ||                                  eom store                                |||
         ||?                                 eom store                                ???
         ||.--------------------000758                                                |||
         |||                                 out store                                |||
 store   ||'--------------------000758                                                |||
         ||                                  eom and                                  |||
         ||?                                 eom and                                  ???
         ||.--------------------000759                                                |||
         |||                                 out and                                  |||
 and     ||'--------------------000759                                                |||
         ||                                  eom buy                                  |||
         ||?                                 eom buy                                  ???
         ||.--------------------000760                                                |||
         |||                                 out buy                                  |||
 buy     ||'--------------------000760                                                |||
         ||                                  eom some                                 |||
         ||?                                 eom some                                 ???
         ||.--------------------000761                                                |||
         |||                                 out some                                 |||
 some    ||'--------------------000761                                                |||
         ||                                  eom more                                 |||
         ||?                                 eom more                                 ???
         ||.--------------------000762                                                |||
         |||                                 out more                                 |||
 more    ||'--------------------000762                                                |||
         ||                                  eom cm                                   |||
         ||?                                 eom cm                                   ???
         ||                                                000763--------------------.|||
         ||                                  eom ','                                 ||||
         ||?                                 eom ','                                 ????
         ||.--------------------000764                                               ||||
         |||                                 out ','                                 ||||
 ,       ||'--------------------000764                                               ||||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000765                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000765                                               ||||
         |||                                               000763--------------------'|||
         ||                                  eom 5                                    |||
         ||?                                 eom 5                                    ???
         ||.--------------------000766                                                |||
         |||                                 out 5                                    |||
 5       ||'--------------------000766                                                |||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000767--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000768                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000768                                               ||||
         |||                                               000767--------------------'|||
         ||                                  eom what                                 |||
         ||?                                 eom what                                 ???
         ||.--------------------000769                                                |||
         |||                                   : :                                    |||
         ||'--------------------000769---------- ----------000769--------------------.|||
         ||                                  eom bottle                              ||||
         ||?                                 eom bottle                              ????
         ||.--------------------000770                                               ||||
         |||                                 out bottle                              ||||
 bottle  ||'--------------------000770                                               ||||
         ||                                  eom s                                   ||||
         ||?                                 eom s                                   ????
         ||.--------------------000771                                               ||||
         |||                                 out s                                   ||||
 s       ||'--------------------000771                                               ||||
         ||                                  eom sp                                  ||||
         ||?                                 eom sp                                  ????
         ||                                                000772-------------------.||||
         ||                                  eom ' '                                |||||
         ||?                                 eom ' '                                ?????
         ||.--------------------000773                                              |||||
         |||                                 out ' '                                |||||
         ||'--------------------000773                                              |||||
         |||                                               000772-------------------'||||
         ||                                  eom of                                  ||||
         ||?                                 eom of                                  ????
         ||.--------------------000774                                               ||||
         |||                                 out of                                  ||||
 of      ||'--------------------000774                                               ||||
         ||                                  eom beer                                ||||
         ||?                                 eom beer                                ????
         ||.--------------------000775                                               ||||
         |||                                 out beer                                ||||
 beer    ||'--------------------000775                                               ||||
         |||                                               000769--------------------'|||
         ||                                  eom sp                                   |||
         ||?                                 eom sp                                   ???
         ||                                                000776--------------------.|||
         ||                                  eom ' '                                 ||||
         ||?                                 eom ' '                                 ????
         ||.--------------------000777                                               ||||
         |||                                 out ' '                                 ||||
         ||'--------------------000777                                               ||||
         |||                                               000776--------------------'|||
         ||                                  eom where                                |||
         ||?                                 eom where                                ???
         ||                                                000778--------------------.|||
         ||                                  eom on                                  ||||
         ||?                                 eom on                                  ????
         ||.--------------------000779                                               ||||
         |||                                 out on                                  ||||
 on      ||'--------------------000779                                               ||||
         ||                                  eom the                                 ||||
         ||?                                 eom the                                 ????
         ||.--------------------000780                                               ||||
         |||                                 out the                                 ||||
 the     ||'--------------------000780                                               ||||
         ||                                  eom wall                                ||||
         ||?                                 eom wall                                ????
         ||.--------------------000781                                               ||||
         |||                                 out wall                                ||||
 wall    ||'--------------------000781                                               ||||
         |||                                               000778--------------------'|||
         ||                                  eom '.'                                  |||
         ||?                                 eom '.'                                  ???
         ||.--------------------000782                                                |||
         |||                                 out '.'                                  |||
 .       ||'--------------------000782                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000783                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000783                                                |||
         ||                                  eom '\n'                                 |||
         ||?                                 eom '\n'                                 ???
         ||.--------------------000784                                                |||
         |||                                 out '\n'                                 |||
         ||'--------------------000784                                                |||
         |||                                               000754---------------------'||
         ||                                  eom eom                                   ||
         |'---------------------000719                                                 ||
         ||                                                000720----------------------'|
         |                                  song song                                   |
         '----------------------000002                                                  |
                                             eof eof                                    |
                                                           000001-----------------------'
 [user@machine web]$ 
home