diff --git a/src/.gitignore b/.gitignore
similarity index 62%
rename from src/.gitignore
rename to .gitignore
index 902ab38..feb6995 100644
--- a/src/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
aux_files/*
!aux_files/.gitkeep
outputs/*
-!outputs/_example*
\ No newline at end of file
+!outputs/_example*
+
+.DS_*
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..f288702
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,674 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc.
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+ The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works. By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users. We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors. You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+ To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights. Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received. You must make sure that they, too, receive
+or can get the source code. And you must show them these terms so they
+know their rights.
+
+ Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+ For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software. For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+ Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so. This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software. The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable. Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products. If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+ Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary. To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ TERMS AND CONDITIONS
+
+ 0. Definitions.
+
+ "This License" refers to version 3 of the GNU General Public License.
+
+ "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+ "The Program" refers to any copyrightable work licensed under this
+License. Each licensee is addressed as "you". "Licensees" and
+"recipients" may be individuals or organizations.
+
+ To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy. The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+ A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+ To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy. Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+ To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies. Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+ An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License. If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+ 1. Source Code.
+
+ The "source code" for a work means the preferred form of the work
+for making modifications to it. "Object code" means any non-source
+form of a work.
+
+ A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+ The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form. A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+ The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities. However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work. For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+ The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+ The Corresponding Source for a work in source code form is that
+same work.
+
+ 2. Basic Permissions.
+
+ All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met. This License explicitly affirms your unlimited
+permission to run the unmodified Program. The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work. This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+ You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force. You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright. Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+ Conveying under any other circumstances is permitted solely under
+the conditions stated below. Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+ No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+ When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+ 4. Conveying Verbatim Copies.
+
+ You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+ You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+ 5. Conveying Modified Source Versions.
+
+ You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+ a) The work must carry prominent notices stating that you modified
+ it, and giving a relevant date.
+
+ b) The work must carry prominent notices stating that it is
+ released under this License and any conditions added under section
+ 7. This requirement modifies the requirement in section 4 to
+ "keep intact all notices".
+
+ c) You must license the entire work, as a whole, under this
+ License to anyone who comes into possession of a copy. This
+ License will therefore apply, along with any applicable section 7
+ additional terms, to the whole of the work, and all its parts,
+ regardless of how they are packaged. This License gives no
+ permission to license the work in any other way, but it does not
+ invalidate such permission if you have separately received it.
+
+ d) If the work has interactive user interfaces, each must display
+ Appropriate Legal Notices; however, if the Program has interactive
+ interfaces that do not display Appropriate Legal Notices, your
+ work need not make them do so.
+
+ A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit. Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+ 6. Conveying Non-Source Forms.
+
+ You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+ a) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by the
+ Corresponding Source fixed on a durable physical medium
+ customarily used for software interchange.
+
+ b) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by a
+ written offer, valid for at least three years and valid for as
+ long as you offer spare parts or customer support for that product
+ model, to give anyone who possesses the object code either (1) a
+ copy of the Corresponding Source for all the software in the
+ product that is covered by this License, on a durable physical
+ medium customarily used for software interchange, for a price no
+ more than your reasonable cost of physically performing this
+ conveying of source, or (2) access to copy the
+ Corresponding Source from a network server at no charge.
+
+ c) Convey individual copies of the object code with a copy of the
+ written offer to provide the Corresponding Source. This
+ alternative is allowed only occasionally and noncommercially, and
+ only if you received the object code with such an offer, in accord
+ with subsection 6b.
+
+ d) Convey the object code by offering access from a designated
+ place (gratis or for a charge), and offer equivalent access to the
+ Corresponding Source in the same way through the same place at no
+ further charge. You need not require recipients to copy the
+ Corresponding Source along with the object code. If the place to
+ copy the object code is a network server, the Corresponding Source
+ may be on a different server (operated by you or a third party)
+ that supports equivalent copying facilities, provided you maintain
+ clear directions next to the object code saying where to find the
+ Corresponding Source. Regardless of what server hosts the
+ Corresponding Source, you remain obligated to ensure that it is
+ available for as long as needed to satisfy these requirements.
+
+ e) Convey the object code using peer-to-peer transmission, provided
+ you inform other peers where the object code and Corresponding
+ Source of the work are being offered to the general public at no
+ charge under subsection 6d.
+
+ A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+ A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling. In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage. For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product. A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+ "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source. The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+ If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information. But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+ The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed. Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+ Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+ 7. Additional Terms.
+
+ "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law. If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+ When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it. (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.) You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+ Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+ a) Disclaiming warranty or limiting liability differently from the
+ terms of sections 15 and 16 of this License; or
+
+ b) Requiring preservation of specified reasonable legal notices or
+ author attributions in that material or in the Appropriate Legal
+ Notices displayed by works containing it; or
+
+ c) Prohibiting misrepresentation of the origin of that material, or
+ requiring that modified versions of such material be marked in
+ reasonable ways as different from the original version; or
+
+ d) Limiting the use for publicity purposes of names of licensors or
+ authors of the material; or
+
+ e) Declining to grant rights under trademark law for use of some
+ trade names, trademarks, or service marks; or
+
+ f) Requiring indemnification of licensors and authors of that
+ material by anyone who conveys the material (or modified versions of
+ it) with contractual assumptions of liability to the recipient, for
+ any liability that these contractual assumptions directly impose on
+ those licensors and authors.
+
+ All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10. If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term. If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+ If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+ Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+ 8. Termination.
+
+ You may not propagate or modify a covered work except as expressly
+provided under this License. Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+ However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+ Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+ Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License. If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+ 9. Acceptance Not Required for Having Copies.
+
+ You are not required to accept this License in order to receive or
+run a copy of the Program. Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance. However,
+nothing other than this License grants you permission to propagate or
+modify any covered work. These actions infringe copyright if you do
+not accept this License. Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+ 10. Automatic Licensing of Downstream Recipients.
+
+ Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License. You are not responsible
+for enforcing compliance by third parties with this License.
+
+ An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations. If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+ You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License. For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+ 11. Patents.
+
+ A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based. The
+work thus licensed is called the contributor's "contributor version".
+
+ A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version. For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+ In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement). To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+ If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients. "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+ If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+ A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License. You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+ Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+ 12. No Surrender of Others' Freedom.
+
+ If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all. For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+ 13. Use with the GNU Affero General Public License.
+
+ Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work. The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+ 14. Revised Versions of this License.
+
+ The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation. If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+ If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+ Later license versions may give you additional or different
+permissions. However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+ 15. Disclaimer of Warranty.
+
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. Limitation of Liability.
+
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+ 17. Interpretation of Sections 15 and 16.
+
+ If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+
+ Copyright (C)
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+
+Also add information on how to contact you by electronic and paper mail.
+
+ If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+ Copyright (C)
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+ You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+.
+
+ The GNU General Public License does not permit incorporating your program
+into proprietary programs. If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library. If this is what you want to do, use the GNU Lesser General
+Public License instead of this License. But first, please read
+.
diff --git a/README.md b/README.md
index 76e984e..3b1b714 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,6 @@
-# SitsiTeX
-## What is SitsiTeX?
-Tired of reinventing the wheel many times over, I started developing this for my personal use in order to easily generate good-looking songbooks for Sitsits. Later, I then decided I would share it with other songmasters in order to simplify the process and make the result more elegant using the power of LaTeX. This comes with the added benefit of being able to share a common song library for all users, further spreading the love for one of our favorite activities.
-
-## Information for contributors
-Please make all your pull requests to `dev`, not `master`. I will apply changes to `master` from `dev` myself once I have made a changelog and tested everything sticks together nicely.
-
-## Packages needed
-SitsiTeX relies on a specific package, [`songs.sty`](http://songs.sourceforge.net/), for most of the formatting. Please use the installed version.
+# SitsiTeX
+## What is SitsiTeX?
+In regular need to make new songbooks and tired of reinventing the wheel many times over, I started developing this for my personal use in order to easily generate good-looking songbooks for Sitsits. I then decided I might as well share it with other songmasters in order to simplify the process and make the result more elegant using the power of Latex. This comes with the added benefit of being able to share a common song library for all users, further spreading the love for one of our favorite activities.e all your pull requests to `dev`, not `master`. I will apply changes to `master` from `dev` myself once I have made a changelog and tested everything fits together nicely.
+
+## Packages needed
+SitsiTeX relies on a specific package, [`songs.sty`](http://songs.sourceforge.net/), for most of the formatting. Please use version 3.0, as the latest 3.1 has a bug that prevents normal operation of this package.
\ No newline at end of file
diff --git a/docs/bugfixes.md b/docs/bugfixes.md
new file mode 100644
index 0000000..c8ae48d
--- /dev/null
+++ b/docs/bugfixes.md
@@ -0,0 +1,15 @@
+A number of bugs encountered as well as their fixes are listed here:
+
+# LaTeX
+## Extra else error
+Latex might freak out saying there is an extra `\else` at line 44 the `songs.py`. It seems some installations do not like version 3.1 of this package. You should manually replace the package with the one provided here (version 3.0).
+
+## Font expansion error
+Some installations of pdfTeX will fail on compilation saying "auto expansion is only possible with scalable fonts". It seems using `\include{lmodern}` fixes this problem. This is done in `songbook.sty`.
+
+## Overfull \hbox
+The tabular used in the `\license` function contains large elements which go beyond the padding of the cells. To prevent the warning, we put `@{}` at the start and end of the tabular column definition to remove the default `\tabcolsep` that are there.
+
+## WIP: Overfull \vbox
+
+## WIP: Underfull \hbox
\ No newline at end of file
diff --git a/docs/song_structure.md b/docs/song_structure.md
new file mode 100644
index 0000000..38ad2f3
--- /dev/null
+++ b/docs/song_structure.md
@@ -0,0 +1,68 @@
+This is the example file for creating your own song banks. We use Markdown as it allows us to have a clean visualization of our song banks while keeping our data easily compilable for the songbooks.
+
+Here is the standard format for a song:
+
+ ## Title
+ #### Subtitle
+ ###### codeofthesong
+
+ Comments (just preceed with 4 spaces)
+ More comments
+
+ > Special line
+ Verse 1 Verse 1 Verse 1 Verse 1
+ Verse 1 Verse 1 Verse 1 Verse 1
+ Verse 1 Verse 1 **Important Words**
+ Verse 1 Verse 1 **Important Words**
+
+ _(Special bit)_ Verse 2 Verse 2 Verse 2 Verse 2
+ _(Special bit)_ Verse 2 Verse 2 Verse 2 Verse 2
+ Verse 2 Verse 2 Verse 2 Verse 2
+ Verse 2 Verse 2 Verse 2 Verse 2
+
+ :;: Repeat Repeat Repeat :;:
+ Repeat More Repeat More (x3)
+
+Absence of a **_title_** and a **_code_** will prevent your song from being used!
+
+- The **title**, which must be preceeded by `##` (2 times).
+
+- The **subtitle**, which must be preceeded by `####` (4 times). The typical use case is:
+
+ #### To the tune of "Other Song Name"
+
+- The **code**, which must be preceeded by `######` (6 times). **This code is very important**, as it will allow you to select the song for use in the songbook. Using the following syntax will allow you to pretty print it in the registry :
+
+ SongCode_VersionName_VersionNumber
+
+ Thus when you write :
+
+ ## Title
+ ###### mysong_fun_3
+
+ in file `xy.md`, this will appear in the registry:
+
+ - Fun Version 3
+ Code: xy_mysong_fun_3
+
+- **Comments**, where each line must be preceeded by 4 spaces. Warning: this feature is not well supported currently and will be lost when running the script. Comments will **NOT** appear on the songbook.
+
+- **Special lines**, which indicate instructions for the songs. They are surrounded by `_` which make them appear in italic. Parentheses should be used within. The typical use cases are:
+
+ > Songmaster solo:
+ > Everyone:
+
+- **Special bits**, when a small instruction applies to just one line. Same format as above, but within a line. Here we wrote `___(Special bit)___`. The typical use cases are:
+
+ ___(Solo:)___
+ ___(All:)___
+
+- **Repeat segments**, when a section of the song must be repeated. If it is just one repetition, `:;:` must be put before and after the section. This can cover multiple lines. If more repetitions are needed, simply add `(x3)`, `(x4)`, etc at the end of the line. Use a **Special line** instead if a whole paragraph needs to be sung more than twice.
+
+- Any text can be made _ITALIC_, **BOLD** or even **_BOTH AT ONCE_** by wrapping it in 1, 2 or 3 asterisks (`*`) respectively. Underscores (`_`) can also be used instead. Use this sparingly, though. Here are all possibilities:
+
+ - `*ITALIC*` or `_ITALIC_`
+ - `**BOLD**` or `__BOLD__`
+ - `***BOTH AT ONCE***` or `___BOTH AT ONCE___`
+
+- **Double spaces are needed** at the end of each line. Some markdown viewers will not break those lines otherwise. The compilation script is a nice fellow and will fix your song bank where double spaces are missing. When in doubt, just run it once!
diff --git a/docs/songs.sty b/docs/songs.sty
new file mode 100644
index 0000000..5cf5af5
--- /dev/null
+++ b/docs/songs.sty
@@ -0,0 +1,3808 @@
+%%
+%% This is file `songs.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% songs.dtx (with options: `package')
+%%
+%% This is a generated file.
+%%
+%% Copyright (C) 2017 by Kevin W. Hamlen
+%%
+%% This file may be distributed and/or modified under the conditions of
+%% the LaTeX Project Public License, either version 1.3a of this license
+%% or (at your option) any later version. The latest version of this
+%% license is in:
+%%
+%% http://www.latex-project.org/lppl.txt
+%%
+%% and version 1.3a or later is part of all distributions of LaTeX version
+%% 2004/10/01 or later.
+%%
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{songs}
+ [2017/06/05 v3.0 Songs package]
+\newif\ifSB@etex
+\ifx\eTeXversion\undefined\else
+ \ifx\eTeXversion\relax\else
+ \SB@etextrue
+ \ifx\e@alloc\@undefined
+ \IfFileExists{etex.sty}{\RequirePackage{etex}}{}
+ \fi
+ \fi
+\fi
+\newif\ifSB@pdf\SB@pdffalse
+\ifx\pdfoutput\undefined\else
+ \ifx\pdfoutput\relax\else
+ \ifnum\pdfoutput<\@ne\else
+ \SB@pdftrue
+ \fi
+ \fi
+\fi
+\newif\ifSB@preamble
+\SB@preambletrue
+\newif\ifSB@test
+\newif\ifSB@testii
+\newcommand\SB@temp{}
+\newcommand\SB@tempii{}
+\newcommand\SB@tempiii{}
+\newcommand\SB@tempiv{}
+\newcommand\SB@tempv{}
+\newcommand\SB@newcount[1]{\@ifdefinable#1{\newcount#1}}
+\newcommand\SB@newdimen[1]{\@ifdefinable#1{\newdimen#1}}
+\newcommand\SB@newbox[1]{\@ifdefinable#1{\newbox#1}}
+\newcommand\SB@newtoks[1]{\@ifdefinable#1{\newtoks#1}}
+\newcommand\SB@newwrite[1]{\@ifdefinable#1{\newwrite#1}}
+\SB@newdimen\SB@dimen
+\SB@newdimen\SB@dimenii
+\SB@newdimen\SB@dimeniii
+\SB@newdimen\SB@dimeniv
+\SB@newbox\SB@box
+\SB@newbox\SB@boxii
+\SB@newbox\SB@boxiii
+\SB@newtoks\SB@toks
+\SB@newcount\SB@cnt
+\SB@newcount\SB@cntii
+\newlength\SB@skip
+\SB@newbox\SB@envbox
+\RequirePackage{keyval}
+\newcommand\SB@app[3]{%
+ \expandafter#1\expandafter#2\expandafter{#2#3}%
+}
+\newcommand\lyricfont{\normalfont\normalsize}
+\newcommand\stitlefont{%
+ \sffamily\ifslides\Huge\else\slshape\Large\fi%
+}
+\newcommand\versefont{}
+\newcommand\chorusfont{}
+\newcommand\notefont{}
+\newcommand\meterfont{\tiny\sffamily\upshape}
+\newcommand\echofont{%
+ \ifdim\fontdimen\@ne\font>\z@\upshape\else\slshape\fi%
+}
+\newcommand\scripturefont{%
+ \usefont{OT1}{pzc}{mb}{it}%
+ \shiftdblquotes{-1.1\p@}\z@{-2\p@}\z@%
+}
+\newcommand\printscrcite[1]{\sffamily\small#1}
+\newcommand\snumbgcolor{SongbookShade}
+\newcommand\notebgcolor{SongbookShade}
+\newcommand\idxbgcolor{SongbookShade}
+\newcommand\versejustify{\justifyleft}
+\newcommand\chorusjustify{\justifyleft}
+\newcommand\notejustify{%
+ \advance\baselineskip\p@\relax%
+ \leftskip\z@skip\rightskip\z@skip%
+ \parfillskip\@flushglue\parindent\z@%
+}
+\newcommand\placenote[1]{%
+ \leftskip\z@skip\rightskip\@flushglue\SB@cbarshift%
+ \noindent#1\par%
+}
+\newcounter{songnum}
+\newcounter{versenum}
+\renewcommand\thesongnum{\songnumstyle{songnum}}
+\newcommand\songnumstyle{}
+\let\songnumstyle\arabic
+\renewcommand\theversenum{\versenumstyle{versenum}}
+\newcommand\versenumstyle{}
+\let\versenumstyle\arabic
+\newcommand\printsongnum[1]{\sffamily\bfseries\LARGE#1}
+\newcommand\printversenum[1]{\lyricfont#1.\ }
+\newcommand\placeversenum[1]{%
+ \hskip-\leftskip\hskip-\parindent\relax%
+ \box#1%
+}
+\newcommand\everyverse{}
+\newcommand\everychorus{}
+\newcommand\printchord[1]{\sffamily\slshape\large#1}
+\newcommand\chordlocals{}
+\newlength\versesep
+\versesep123456789sp\relax
+\newlength\afterpreludeskip
+\afterpreludeskip=2\p@\@plus4\p@
+\newlength\beforepostludeskip
+\beforepostludeskip=2\p@\@plus4\p@
+\newlength\baselineadj
+\baselineadj\z@skip
+\newcommand\clineparams{%
+ \baselineskip\f@size\p@%
+ \advance\baselineskip-2\p@%
+ \lineskiplimit-2\p@%
+ \lineskip-2\p@%
+}
+\parindent.25in
+\newlength\idxheadwidth
+\setlength\idxheadwidth{1.5cm}
+\newlength\songnumwidth
+\settowidth\songnumwidth{\printsongnum{999.}}
+\newlength\versenumwidth
+\settowidth\versenumwidth{\printversenum{9\kern1em}}
+\newlength\cbarwidth
+\setlength\cbarwidth\p@
+\newlength\sbarheight
+\setlength\sbarheight\p@
+\interlinepenalty\@m
+\SB@newcount\vvpenalty\vvpenalty200
+\SB@newcount\ccpenalty\ccpenalty200
+\SB@newcount\vcpenalty\vcpenalty200
+\SB@newcount\cvpenalty\cvpenalty200
+\SB@newcount\brkpenalty\brkpenalty200
+\SB@newcount\spenalty\spenalty100
+\newcommand\songmark{}
+\newcommand\versemark{}
+\newcommand\chorusmark{}
+\newcommand\extendprelude{\showrefs\showauthors}
+\newcommand\extendpostlude{\songcopyright\ \songlicense\unskip}
+\newcommand\idxheadfont{\sffamily\bfseries\LARGE}
+\newcommand\idxtitlefont{\sffamily\slshape}
+\newcommand\idxlyricfont{\rmfamily}
+\newcommand\idxscripfont{\sffamily\small\slshape}
+\newcommand\idxauthfont{\small\bfseries}
+\newcommand\idxrefsfont{\normalfont\normalsize}
+\newcommand\idxbook[1]{\small\bfseries#1}
+\newcommand\idxcont[1]{\small\textbf{#1} (continued)}
+\newcommand\colbotglue{}
+\let\colbotglue\z@skip
+\newcommand\lastcolglue{}
+\let\lastcolglue\@flushglue
+\SB@newcount\minfrets\minfrets4
+\SB@newdimen\SB@colwidth
+\DeclareOption{slides}{\slides}
+\newcommand\slides{%
+ \slidestrue%
+ \def\lyricfont{\normalfont\huge}%
+ \def\chorusfont{\slshape}%
+ \def\versejustify{\justifycenter}%
+ \let\chorusjustify\versejustify
+ \def\placenote##1{\justifycenter\noindent##1\par}%
+ \scriptureoff%
+ \onesongcolumn%
+ \ifSB@preamble\ifSB@chordedspec\else\SB@chordsoff\fi\fi%
+ \spenalty-\@M%
+ \let\colbotglue\@flushglue%
+ \setlength\cbarwidth\z@%
+ \setlength\sbarheight\z@%
+}
+\newcommand\justifyleft{%
+ \leftskip\parindent%
+ \ifSB@inverse\advance\leftskip\versenumwidth\fi%
+ \SB@cbarshift%
+ \parindent-\parindent%
+}
+\newcommand\justifycenter{%
+ \centering\SB@cbarshift\rightskip\leftskip%
+ \def\placeversenum##1{%
+ \hskip-\leftskip\hskip-\parindent\relax%
+ \hangindent-\wd##1\hangafter\m@ne%
+ \box##1\hfil%
+ }%
+}
+\newcommand\SB@outer{\outer}
+\DeclareOption{unouter}{\let\SB@outer\relax}
+\DeclareOption{rawtext}{\rawtexttrue\indexesoff}
+\DeclareOption{noshading}{\SB@colorboxesfalse}
+\DeclareOption{noindexes}{\indexesoff}
+\newcommand\indexeson{\songindexestrue}
+\newcommand\indexesoff{\songindexesfalse}
+\DeclareOption{nopdfindex}{%
+ \let\songtarget\@gobbletwo%
+ \let\songlink\@secondoftwo%
+}
+\newif\ifSB@measurespec
+\newif\ifSB@chordedspec
+\DeclareOption{chorded}{\chordson}
+\DeclareOption{lyric}{\chordsoff}
+\newcommand\chordson{\SB@chordedspectrue\SB@chordson}
+\newcommand\chordsoff{\SB@chordedspectrue\SB@chordsoff}
+\newcommand\SB@chordson{%
+ \ifrawtext%
+ \SB@errrtopt%
+ \else%
+ \chordedtrue\lyricfalse%
+ \let\SB@bracket\SB@chord%
+ \let\SB@rechord\SB@@rechord%
+ \let\SB@ch\SB@ch@on%
+ \ifSB@measurespec%
+ \ifmeasures\SB@measureson\else\SB@measuresoff\fi%
+ \else%
+ \SB@measureson%
+ \fi%
+ \ifSB@preamble\def\colbotglue{\z@\@plus.5\textheight}\fi%
+ \SB@setbaselineskip%
+ \fi%
+}
+\newcommand\SB@chordsoff{%
+ \chordedfalse\lyrictrue%
+ \def\SB@bracket##1]{\ignorespaces}%
+ \let\SB@rechord\relax%
+ \let\SB@ch\SB@ch@off%
+ \ifSB@measurespec%
+ \ifmeasures\SB@measureson\else\SB@measuresoff\fi%
+ \else%
+ \SB@measuresoff%
+ \fi%
+ \ifSB@preamble\let\colbotglue\z@skip\fi%
+ \SB@setbaselineskip%
+}
+\DeclareOption{showmeasures}{\measureson}
+\DeclareOption{nomeasures}{\measuresoff}
+\newcommand\measureson{\SB@measurespectrue\SB@measureson}
+\newcommand\measuresoff{\SB@measurespectrue\SB@measuresoff}
+\newcommand\SB@measureson{%
+ \measurestrue%
+ \let\SB@mbar\SB@makembar%
+ \ifchorded%
+ \let\SB@mch\SB@mch@on%
+ \else%
+ \let\SB@mch\SB@mch@m%
+ \fi%
+ \ifSB@inverse\SB@loadactives\fi%
+ \ifSB@inchorus\SB@loadactives\fi%
+}
+\newcommand\SB@measuresoff{%
+ \measuresfalse%
+ \let\SB@mbar\@gobbletwo%
+ \ifchorded%
+ \let\SB@mch\SB@ch@on%
+ \else%
+ \let\SB@mch\SB@ch@off%
+ \fi%
+ \ifSB@inverse\SB@loadactives\fi%
+ \ifSB@inchorus\SB@loadactives\fi%
+}
+\DeclareOption{transposecapos}{\transcapostrue}
+\DeclareOption{noscripture}{\SB@omitscriptrue}
+\newcommand\scriptureon{\SB@omitscripfalse}
+\newcommand\scriptureoff{\SB@omitscriptrue}
+\DeclareOption{twosongcolumns}{\SB@numcols\tw@}
+\DeclareOption{onesongcolumn}{\SB@numcols\@ne}
+\newcommand\songcolumns[1]{%
+ \SB@cnt#1\relax%
+ \ifnum\SB@cnt=\SB@numcols\else%
+ \ifSB@preamble\else{\SB@clearpage}\fi%
+ \fi%
+ \SB@numcols\SB@cnt%
+ \ifnum\SB@numcols>\z@%
+ \SB@colwidth-\columnsep%
+ \multiply\SB@colwidth\SB@numcols%
+ \advance\SB@colwidth\columnsep%
+ \advance\SB@colwidth\textwidth%
+ \divide\SB@colwidth\SB@numcols%
+ \else%
+ \ifrepchorus\SB@warnrc\fi%
+ \fi%
+}
+\newcommand\onesongcolumn{\songcolumns\@ne}
+\newcommand\twosongcolumns{\songcolumns\tw@}
+\newcommand\songlist{}
+\newcommand\includeonlysongs[1]{%
+ \ifSB@songsenv\SB@errpl\else%
+ \partiallisttrue%
+ \renewcommand\songlist{#1}%
+ \fi%
+}
+\newcommand\nosongnumbers{\setlength\songnumwidth\z@}
+\newcommand\noversenumbers{%
+ \renewcommand\printversenum[1]{}%
+ \setlength\versenumwidth\z@%
+}
+\ifSB@etex
+ \newcommand\repchoruses{%
+ \ifnum\SB@numcols<\@ne\SB@warnrc\fi%
+ \repchorustrue%
+ }
+\else
+ \newcommand\repchoruses{\SB@erretex}
+\fi
+\newcommand\norepchoruses{\repchorusfalse}
+\newcommand\sepverses{%
+ \vvpenalty-\@M%
+ \ccpenalty100 %
+ \vcpenalty\vvpenalty%
+ \cvpenalty\vvpenalty%
+ \let\colbotglue\@flushglue%
+}
+\AtBeginDocument{
+ \SB@setversesep
+ \songcolumns\SB@numcols
+ \SB@preamblefalse
+}
+\SB@newbox\SB@songbox
+\SB@newcount\SB@numcols\SB@numcols\tw@
+\SB@newcount\SB@colnum
+\SB@newbox\SB@colbox
+\SB@newbox\SB@pgbox
+\SB@newbox\SB@mrkbox
+\newcommand\SB@maxmin[3]{\ifdim#1#2#3#1#3\fi}
+\newcommand\SB@mkpage[4]{%
+ \ifvoid#2\else\begingroup%
+ \edef\SB@temp{\ifnum#2=\SB@box\SB@boxii\else\SB@box\fi}%
+ \edef\SB@tempii{\ifnum#2=\SB@boxiii\SB@boxii\else\SB@boxiii\fi}%
+ \splitmaxdepth\maxdepth\splittopskip\z@skip%
+ \ifnum#1=\z@\global\setbox#2\vbox{\unvbox#2\vfil}\fi%
+ \loop\ifnum#3<\SB@numcols%
+ \ifnum#1=\z@\setbox\SB@tempii\copy#2\fi%
+ \setbox\SB@temp\vsplit#2to#4\relax%
+ \ifvoid#2%
+ \ifnum#1=\z@%
+ \global\setbox#2\box\SB@tempii%
+ \else%
+ \SB@updatepage%
+ \global\advance#3\@ne%
+ \fi%
+ #3\SB@numcols%
+ \else%
+ \SB@updatepage%
+ \global\advance#3\@ne%
+ \ifrepchorus\ifvoid\SB@chorusbox\else%
+ \SB@insertchorus#2%
+ \fi\fi%
+ \fi%
+ \repeat%
+ \ifnum#1=\z@\global\setbox#2\vbox{\unvbox#2\unskip}\fi%
+ \endgroup\fi%
+}
+\newcommand\SB@migrate[1]{%
+ \SB@toks\expandafter{#1}%
+ \edef\SB@temp{\the\SB@toks}%
+ \ifx\SB@temp\@empty\else\mark{\the\SB@toks}\fi%
+}
+\newcommand\SB@updatepage{%
+ \global\setbox\SB@mrkbox\vbox{%
+ \unvbox\SB@mrkbox%
+ \SB@migrate\splitfirstmark%
+ \SB@migrate\splitbotmark%
+ }%
+ \global\setbox\SB@pgbox\hbox{%
+ \SB@dimen\SB@colwidth%
+ \advance\SB@dimen\columnsep%
+ \multiply\SB@dimen\SB@colnum%
+ \advance\SB@dimen-\wd\SB@pgbox%
+ \unhbox\SB@pgbox%
+ \ifdim\SB@dimen=\z@\else\hskip\SB@dimen\relax\fi%
+ \box\SB@temp%
+ }%
+}
+\newcommand\SB@droppage{\setbox\SB@temp\box\voidb@x}
+\newcommand\SB@output[1]{%
+ \ifnum\SB@numcols>\z@\begingroup%
+ \loop%
+ \SB@dimen\textheight%
+ \ifinner\else\advance\SB@dimen-\pagetotal\fi%
+ \SB@mkpage#1\SB@colbox\SB@colnum\SB@dimen%
+ \SB@testfalse\SB@testiitrue%
+ \ifnum#1>\@ne\ifvoid\SB@colbox\ifnum\SB@colnum>\z@%
+ \SB@testtrue\SB@testiifalse%
+ \fi\fi\fi%
+ \ifnum\SB@colnum<\SB@numcols\SB@testiifalse\else\SB@testtrue\fi%
+ \ifSB@test%
+ \unvbox\SB@mrkbox%
+ \ifinner\else\kern\z@\fi%
+ \box\SB@pgbox%
+ \ifinner\else\vfil\break\vskip\vsize\relax\fi%
+ \global\SB@colnum\z@%
+ \fi%
+ \ifSB@testii\repeat%
+ \endgroup\else%
+ \unvbox\SB@colbox\unskip%
+ \fi%
+}
+\newcommand\SB@putboxes[1]{%
+ \SB@dimen\ifnum\SB@numcols>\z@\ht\SB@colbox\else\p@\fi%
+ #1\SB@colbox%
+ \ifdim\SB@dimen>\z@%
+ \SB@breakpoint\spenalty%
+ \ifdim\sbarheight>\z@%
+ \vskip-\sbarheight\relax%
+ \fi%
+ \fi%
+ #1\SB@songbox%
+}
+\newcommand\SB@nextcol[2]{%
+ \ifnum#1>\z@%
+ \ifnum\SB@numcols>\z@%
+ \global\setbox\SB@colbox\vbox{%
+ \SB@cnt#1\relax%
+ \SB@dimen\ht\SB@colbox%
+ \unvbox\SB@colbox%
+ \unskip%
+ \ifdim\SB@dimen>\z@%
+ \vskip#2\relax%
+ \break%
+ \advance\SB@cnt\m@ne%
+ \fi%
+ \loop\ifnum\SB@cnt>\z@%
+ \nointerlineskip%
+ \null%
+ \vfil%
+ \break%
+ \advance\SB@cnt\m@ne%
+ \repeat%
+ }%
+ \SB@output1%
+ \else%
+ \ifnum\lastpenalty=-\@M\null\fi%
+ \break%
+ \fi%
+ \fi%
+}
+\newcommand\SB@selectcol{}
+\newcommand\SB@@selectcol{%
+ \begingroup%
+ \SB@cnt\z@%
+ \vbadness\@M\vfuzz\maxdimen%
+ \let\SB@updatepage\SB@droppage%
+ \SB@dimen\textheight%
+ \ifinner\else\advance\SB@dimen-\pagetotal\fi%
+ \setbox\SB@boxii\vbox{\SB@putboxes\unvcopy}%
+ \SB@cntii\SB@colnum%
+ \SB@mkpage0\SB@boxii\SB@cntii\SB@dimen%
+ \SB@spos%
+ \global\SB@cnt\SB@cnt%
+ \endgroup%
+ \SB@nextcol\SB@cnt\colbotglue%
+}
+\newcommand\SB@spbegnew{%
+ \setbox\SB@boxiii\copy\SB@songbox%
+ \SB@cntii\z@%
+ \SB@mkpage0\SB@boxiii\SB@cntii\textheight%
+}
+\newcommand\SB@spextold{%
+ \ifodd\c@page\else%
+ \SB@cntii\z@%
+ \SB@mkpage0\SB@boxii\SB@cntii\textheight%
+ \fi%
+}
+\newcommand\SB@spextnew{%
+ \SB@cntii\z@%
+ \SB@mkpage0\SB@boxiii\SB@cntii\textheight%
+}
+\newcommand\SB@spdblpg{%
+ \ifnum\SB@cntii<\SB@numcols%
+ \SB@cnt\SB@numcols%
+ \advance\SB@cnt-\SB@colnum%
+ \if@twoside\ifodd\c@page\else%
+ \advance\SB@cnt\SB@numcols%
+ \fi\fi%
+ \fi%
+}
+\newcommand\SB@sposi{%
+ \ifnum\SB@cntii<\SB@numcols\else\if@twoside%
+ \SB@spextold%
+ \fi\fi%
+ \ifnum\SB@cntii<\SB@numcols\else%
+ \SB@spbegnew%
+ \ifnum\SB@cntii<\SB@numcols\else\if@twoside%
+ \SB@spextnew%
+ \fi\fi%
+ \SB@spdblpg%
+ \fi%
+}
+\newcommand\SB@sposii{%
+ \ifnum\SB@cntii<\SB@numcols\else%
+ \SB@spbegnew%
+ \ifnum\SB@cntii<\SB@numcols%
+ \SB@cnt\SB@numcols%
+ \advance\SB@cnt-\SB@colnum%
+ \else%
+ \if@twoside%
+ \SB@spextold%
+ \ifnum\SB@cntii<\SB@numcols\else%
+ \SB@spextnew%
+ \SB@spdblpg%
+ \fi%
+ \fi%
+ \fi%
+ \fi%
+}
+\newcommand\SB@sposiii{%
+ \ifnum\SB@cntii>\SB@colnum%
+ \SB@cnt\SB@colnum%
+ \advance\SB@cnt\@ne%
+ \ifnum\SB@cnt<\SB@numcols%
+ \setbox\SB@boxiii\copy\SB@songbox%
+ \SB@mkpage0\SB@boxiii\SB@cnt\SB@dimen%
+ \advance\SB@cnt\m@ne%
+ \fi%
+ \ifnum\SB@cnt>\SB@colnum%
+ \SB@cnt\z@%
+ \SB@sposii%
+ \else%
+ \SB@cnt\@ne%
+ \fi%
+ \fi%
+}
+\newcommand\songpos[1]{%
+ \ifcase#1%
+ \let\SB@selectcol\relax%
+ \let\SB@spos\relax%
+ \or%
+ \let\SB@selectcol\SB@@selectcol%
+ \let\SB@spos\SB@sposi%
+ \or%
+ \let\SB@selectcol\SB@@selectcol%
+ \let\SB@spos\SB@sposii%
+ \or%
+ \let\SB@selectcol\SB@@selectcol%
+ \let\SB@spos\SB@sposiii%
+ \else%
+ \SB@errspos%
+ \fi%
+}
+\newcommand\SB@spos{}
+\songpos\thr@@
+\newcommand\SB@clearpage{%
+ \SB@testtrue%
+ \ifvoid\SB@pgbox%
+ \ifdim\ht\SB@colbox=\z@\ifdim\dp\SB@colbox=\z@%
+ \SB@testfalse%
+ \fi\fi%
+ \fi%
+ \ifSB@test%
+ \SB@cnt\SB@numcols%
+ \advance\SB@cnt-\SB@colnum%
+ \SB@nextcol\SB@cnt\lastcolglue%
+ \SB@output2%
+ \fi%
+}
+\newcommand\SB@cleardpage{%
+ \SB@clearpage%
+ \if@twoside\ifodd\c@page%
+ \SB@nextcol\SB@numcols\@flushglue%
+ \SB@output2%
+ \fi\fi%
+}
+\newcommand\SB@stype{\SB@stypcol}
+\newcommand\SB@stypcol{%
+ \ifnum\SB@numcols>\z@%
+ \SB@selectcol%
+ \global\setbox\SB@colbox\vbox{\SB@putboxes\unvbox}%
+ \SB@output0%
+ \else%
+ \unvbox\voidb@x%
+ \SB@breakpoint\spenalty%
+ \ifdim\sbarheight>\z@%
+ \vskip-\sbarheight\relax%
+ \fi%
+ \unvbox\SB@songbox%
+ \fi%
+}
+\newcommand\SB@styppage{%
+ \ifnum\SB@numcols>\z@%
+ \SB@clearpage%
+ \unvbox\SB@songbox%
+ \nointerlineskip\null%
+ \else%
+ \unvbox\SB@songbox%
+ \fi%
+ \nointerlineskip%
+}
+\newcommand\SB@sgroup{}
+\let\SB@sgroup\@empty
+\SB@newcount\SB@groupcnt
+\newcommand\SB@clearpboxes{}
+\newcommand\SB@partbox[1]{%
+ \SB@newbox#1%
+ \SB@app\gdef\SB@clearpboxes{\setbox#1\box\voidb@x}%
+ \global\setbox#1\box%
+}
+\newcommand\SB@submitpart{%
+ \ifx\SB@sgroup\@empty\else%
+ \SB@testfalse
+ \@for\SB@temp:=\songlist\do{\ifx\SB@temp\SB@sgroup\SB@testtrue\fi}%
+ \ifSB@test%
+ \edef\SB@tempii{\SB@sgroup @\the\SB@groupcnt}%
+ \expandafter\SB@partbox
+ \csname songbox@\SB@tempii\endcsname\SB@songbox%
+ \global\expandafter\let%
+ \csname stype@\SB@tempii\endcsname\SB@stype%
+ \ifrepchorus\ifvoid\SB@chorusbox\else%
+ \expandafter\SB@partbox
+ \csname chbox@\SB@tempii\endcsname\SB@chorusbox%
+ \fi\fi%
+ \fi%
+ \global\advance\SB@groupcnt%
+ \ifnum\SB@groupcnt<\z@\m@ne\else\@ne\fi%
+ \fi%
+ \setbox\SB@songbox\box\voidb@x%
+ \setbox\SB@chorusbox\box\voidb@x%
+}
+\newcommand\SB@submitsong{%
+ \ifpartiallist\SB@submitpart\else\SB@stype\fi%
+}
+\newcommand\SB@submitenv{%
+ \begingroup%
+ \let\SB@songbox\SB@envbox%
+ \SB@styppage%
+ \endgroup%
+}
+\newcommand\SB@songlistbrk{}
+\def\SB@songlistbrk{brk}
+\newcommand\SB@songlistnc{}
+\def\SB@songlistnc{nextcol}
+\newcommand\SB@songlistcp{}
+\def\SB@songlistcp{sclearpage}
+\newcommand\SB@songlistcdp{}
+\def\SB@songlistcdp{scleardpage}
+\newcommand\commitsongs{%
+ \ifpartiallist%
+ \ifnum\SB@numcols>\z@%
+ \@for\SB@temp:=\songlist\do{%
+ \ifx\SB@temp\SB@songlistnc\SB@nextcol\@ne\@flushglue\else%
+ \ifx\SB@temp\SB@songlistbrk\SB@nextcol\@ne\colbotglue\else%
+ \ifx\SB@temp\SB@songlistcp\SB@clearpage\else%
+ \ifx\SB@temp\SB@songlistcdp\SB@cleardpage\else%
+ \SB@groupcnt\m@ne\SB@finloop%
+ \SB@groupcnt\z@\SB@finloop%
+ \fi\fi\fi\fi%
+ }%
+ \else%
+ \@for\SB@temp:=\songlist\do{%
+ \ifx\SB@temp\SB@songlistnc\vfil\break\else%
+ \ifx\SB@temp\SB@songlistbrk\break\else%
+ \ifx\SB@temp\SB@songlistcp\clearpage\else%
+ \ifx\SB@temp\SB@songlistcdp%
+ \clearpage%
+ \ifodd\c@page\null\newpage\fi%
+ \else%
+ \SB@groupcnt\m@ne\SB@finloop%
+ \SB@groupcnt\z@\SB@finloop%
+ \fi\fi\fi\fi%
+ }%
+ \fi%
+ \SB@clearpboxes%
+ \fi%
+ \SB@clearpage%
+}
+\newcommand\SB@finloop{%
+ \loop\edef\SB@tempii{\SB@temp @\the\SB@groupcnt}%
+ \expandafter\ifx%
+ \csname songbox@\SB@tempii\endcsname\relax\else%
+ \setbox\SB@songbox\expandafter\copy%
+ \csname songbox@\SB@tempii\endcsname%
+ \expandafter\ifx\csname chbox@\SB@tempii\endcsname\relax%
+ \repchorusfalse%
+ \else%
+ \repchorustrue%
+ \setbox\SB@chorusbox\expandafter\copy%
+ \csname chbox@\SB@tempii\endcsname%
+ \fi%
+ \csname stype@\SB@tempii\endcsname%
+ \advance\SB@groupcnt\ifnum\SB@groupcnt<\z@\m@ne\else\@ne\fi%
+ \repeat%
+}
+\newcommand\SB@insertchorus[1]{{%
+ \vbadness\@M\vfuzz\maxdimen%
+ \setbox\SB@box\copy#1%
+ \setbox\SB@box\vsplit\SB@box to\maxdimen%
+ \edef\SB@temp{\splitfirstmarks\SB@nocmarkclass}%
+ \ifx\SB@temp\SB@nocmark\else%
+ \edef\SB@temp{\splitfirstmarks\SB@cmarkclass}%
+ \ifx\SB@temp\SB@cmark%
+ \SB@dimen4096\p@%
+ \SB@dimenii\maxdimen%
+ \SB@dimeniii\SB@dimen%
+ \loop%
+ \SB@dimeniii.5\SB@dimeniii%
+ \setbox\SB@box\copy#1%
+ \setbox\SB@box\vsplit\SB@box to\SB@dimen%
+ \edef\SB@temp{\splitfirstmarks\SB@cmarkclass}%
+ \ifx\SB@temp\SB@cmark%
+ \SB@dimenii\SB@dimen%
+ \advance\SB@dimen-\SB@dimeniii%
+ \else%
+ \advance\SB@dimen\SB@dimeniii%
+ \fi%
+ \ifdim\SB@dimeniii>2\p@\repeat%
+ \setbox\SB@box\vsplit#1to\SB@dimenii%
+ \global\setbox#1\vbox{%
+ \unvbox\SB@box\unskip%
+ \SB@inversefalse\SB@prevversetrue\SB@stanzabreak%
+ \SB@putbox\unvcopy\SB@chorusbox%
+ \SB@inversetrue\SB@prevversefalse\SB@stanzabreak%
+ \unvbox#1%
+ }%
+ \else\ifx\SB@temp\SB@lastcmark%
+ \global\setbox#1\vbox{%
+ \unvbox#1%
+ \unskip%
+ \ifdim\sbarheight>\z@%
+ \setbox\SB@box\lastbox%
+ \unskip\unpenalty%
+ \fi%
+ \setbox\SB@box\lastbox%
+ \unskip\unskip%
+ \SB@inversefalse\SB@prevversetrue\SB@stanzabreak%
+ \marks\SB@nocmarkclass{\SB@nocmark}%
+ \unvcopy\SB@chorusbox%
+ \vskip\versesep\vskip\beforepostludeskip\relax%
+ \nointerlineskip\box\SB@box%
+ \ifdim\sbarheight>\z@%
+ \nobreak\vskip2\p@\@plus\p@%
+ \hrule\@height\sbarheight\@width\SB@colwidth%
+ \fi%
+ }%
+ \fi\fi%
+ \fi%
+}}
+\newcommand\nextcol{%
+ \@ifstar{\SB@nextcol\@ne\@flushglue}%
+ {\ifpartiallist\else\SB@nextcol\@ne\@flushglue\fi}%
+}
+\newcommand\sclearpage{%
+ \@ifstar\SB@clearpage{\ifpartiallist\else\SB@clearpage\fi}%
+}
+\newcommand\scleardpage{%
+ \@ifstar\SB@cleardpage{\ifpartiallist\else\SB@cleardpage\fi}%
+}
+\newcommand\SB@lop[1]{\expandafter\SB@@lop\the#1\SB@@lop#1}
+\newcommand\SB@@lop{}
+\def\SB@@lop\\#1\\#2\SB@@lop#3#4{\global#3{\\#2}\global#4{#1}}
+\newcommand\SB@emptylist{}
+\def\SB@emptylist{\\}
+\newcommand\SB@ifempty[3]{%
+ \edef\SB@temp{\the#1}%
+ \ifx\SB@temp\SB@emptylist#2\else#3\fi%
+}
+\SB@newtoks\SB@titlelist
+\SB@newtoks\SB@titletail
+\newcommand\songtitle{}
+\newcommand\resettitles{%
+ \global\SB@titletail\SB@titlelist%
+ \nexttitle%
+}
+\newcommand\nexttitle{%
+ \SB@ifempty\SB@titletail{%
+ \global\let\songtitle\relax%
+ }{%
+ \SB@lop\SB@titletail\SB@toks%
+ \edef\songtitle{\the\SB@toks}%
+ }%
+}
+\newcommand\foreachtitle[1]{%
+ \ifx\songtitle\relax\else%
+ \loop#1\nexttitle\ifx\songtitle\relax\else\repeat%
+ \fi%
+}
+\newif\ifSB@songsenv\SB@songsenvfalse
+\newif\ifSB@insong\SB@insongfalse
+\newif\ifSB@intersong\SB@intersongfalse
+\newif\ifSB@inverse\SB@inversefalse
+\newif\ifSB@inchorus\SB@inchorusfalse
+\newcommand\SB@closeall{}
+\newcommand\SB@rawrefs{}
+\newcommand\songauthors{}
+\newcommand\songcopyright{}
+\newcommand\songlicense{}
+\newcommand\songrefs{}
+\newcommand\setlicense{\gdef\songlicense}
+\newcommand\SB@clearbskeys{}
+\newcommand\newsongkey[2]{%
+ \SB@app\gdef\SB@clearbskeys{#2}%
+ \define@key{beginsong}{#1}%
+}
+\newsongkey{sr}{\def\SB@rawrefs{}\gdef\songrefs{}}
+ {\def\SB@rawrefs{#1}\SB@parsesrefs{#1}}
+\newsongkey{by}{\def\songauthors{}}{\def\songauthors{#1}}
+\newsongkey{cr}{\def\songcopyright{}}{\def\songcopyright{#1}}
+\newsongkey{li}{\setlicense{}}{\setlicense{#1}}
+\newsongkey{index}{}{\indexentry{#1}}
+\newsongkey{ititle}{}{\indextitleentry{#1}}
+\newenvironment{song}{\beginsong}{\SB@endsong}
+\newcommand\beginsong[1]{%
+ \ifSB@insong\SB@errboo\SB@closeall\fi%
+ \ifSB@intersong\SB@errbor\SB@closeall\fi%
+ \SB@insongtrue%
+ \def\SB@closeall{\endsong}%
+ \SB@parsetitles{#1}%
+ \global\setbox\SB@songwrites\box\voidb@x%
+ \SB@clearbskeys%
+ \@ifnextchar[\SB@bskvfmt\SB@@beginsong%
+}
+\newcommand\SB@@beginsong{%
+ \@ifnextchar\bgroup\SB@bsoldfmt\SB@@@beginsong%
+}
+\newcommand\SB@bsoldfmt[3]{%
+ \SB@bskvfmt[sr={#1},by={#2},cr={#3}]%
+}
+\newcommand\SB@bskvfmt{}
+\def\SB@bskvfmt[#1]{%
+ \setkeys{beginsong}{#1}%
+ \SB@@@beginsong%
+}
+\newcommand\SB@@@beginsong{%
+ \global\SB@stanzafalse%
+ \setbox\SB@chorusbox\box\voidb@x%
+ \SB@gotchorusfalse%
+ \setbox\SB@songbox\vbox\bgroup\begingroup%
+ \ifnum\SB@numcols>\z@\hsize\SB@colwidth\fi%
+ \leftskip\z@skip\rightskip\z@skip%
+ \parfillskip\@flushglue\parskip\z@skip%
+ \SB@raggedright%
+ \global\SB@transposefactor\z@%
+ \global\SB@cr@{\\}%
+ \protected@edef\@currentlabel{\p@songnum\thesongnum}%
+ \setcounter{versenum}{1}%
+ \SB@prevversetrue%
+ \meter44%
+ \resettitles%
+ \SB@addtoindexes\songtitle\SB@rawrefs\songauthors%
+ \nexttitle%
+ \foreachtitle{\expandafter\SB@addtotitles\expandafter{\songtitle}}%
+ \resettitles%
+ \lyricfont\relax%
+ \SB@setbaselineskip%
+}
+\newcommand\SB@endsong{%
+ \ifSB@insong%
+ \ifSB@inverse\SB@erreov\endverse\fi%
+ \ifSB@inchorus\SB@erreoc\endchorus\fi%
+ \global\SB@skip\versesep%
+ \unskip%
+ \ifrepchorus\ifvoid\SB@chorusbox\else%
+ \ifSB@prevverse\ifvnumbered%
+ \marks\SB@cmarkclass{\SB@lastcmark}%
+ \fi\fi%
+ \fi\fi%
+ \endgroup\egroup%
+ \begingroup%
+ \ifnum\SB@numcols>\z@%
+ \hsize\ifpagepreludes\textwidth\else\SB@colwidth\fi%
+ \fi%
+ \leftskip\z@skip\rightskip\z@skip%
+ \parfillskip\@flushglue\parskip\z@skip\parindent\z@%
+ \global\setbox\SB@envbox\vbox{%
+ \songmark%
+ \unvbox\SB@songwrites%
+ \ifpagepreludes\else\ifdim\sbarheight>\z@%
+ \hrule\@height\sbarheight\@width\hsize%
+ \nobreak\vskip5\p@\relax%
+ \fi\fi%
+ \resettitles%
+ \begingroup%
+ \songtarget{\ifnum\c@section=\z@1\else2\fi}%
+ {song\theSB@songsnum-\thesongnum}%
+ \endgroup%
+ \vbox{\makeprelude}%
+ \nobreak\vskip\SB@skip%
+ \vskip\afterpreludeskip\relax%
+ }%
+ \ifnum\SB@numcols>\z@\hsize\SB@colwidth\fi%
+ \global\setbox\SB@songbox\vbox{%
+ \ifpagepreludes\else\unvbox\SB@envbox\fi%
+ \unvbox\SB@songbox%
+ \nobreak\vskip\SB@skip%
+ \vskip\beforepostludeskip\relax%
+ \nointerlineskip%
+ \vbox{\makepostlude}%
+ \ifdim\sbarheight>\z@%
+ \nobreak\vskip2\p@\@plus\p@%
+ \nointerlineskip%
+ \hbox{\vrule\@height\sbarheight\@width\hsize}%
+ \fi%
+ }%
+ \endgroup%
+ \SB@insongfalse%
+ \edef\SB@sgroup{\thesongnum}%
+ \global\SB@groupcnt\z@%
+ \ifpagepreludes\SB@submitenv\fi%
+ \SB@submitsong%
+ \ifnum\SB@grouplvl=\z@\let\SB@sgroup\@empty\fi%
+ \stepcounter{songnum}%
+ \else%
+ \ifSB@intersong\SB@erreor\SB@closeall%
+ \else\SB@erreot\fi%
+ \fi%
+}
+\newcommand\SB@setbaselineskip{%
+ \SB@dimen\f@size\p@%
+ \baselineskip\SB@dimen\relax%
+ \ifchorded%
+ \setbox\SB@box\hbox{{\printchord{ABCDEFG\shrp\flt/j7}}}%
+ \advance\baselineskip\ht\SB@box%
+ \advance\baselineskip2\p@%
+ \fi%
+ \ifslides%
+ \advance\baselineskip.2\SB@dimen\@plus.5\SB@dimen%
+ \@minus.2\SB@dimen%
+ \else%
+ \advance\baselineskip\z@\@plus.1\SB@dimen\relax%
+ \fi%
+ \advance\baselineskip\baselineadj%
+}
+\newcommand\SB@setversesep{%
+ \SB@dimen123456789sp%
+ \edef\SB@temp{\the\SB@dimen}%
+ \edef\SB@tempii{\the\versesep}%
+ \ifx\SB@temp\SB@tempii%
+ \begingroup%
+ \lyricfont\relax%
+ \SB@dimen\f@size\p@%
+ \ifchorded%
+ \setbox\SB@box\hbox{{\printchord{ABCDEFG\shrp\flt/j7}}}%
+ \advance\SB@dimen\ht\SB@box%
+ \fi%
+ \ifslides%
+ \global\versesep1.2\SB@dimen\@plus.3\SB@dimen%
+ \@minus.3\SB@dimen%
+ \else%
+ \global\versesep.75\SB@dimen\@plus.25\SB@dimen%
+ \@minus.13\SB@dimen%
+ \fi%
+ \endgroup%
+ \fi%
+}
+\newcommand\makeprelude{%
+ \resettitles%
+ \ifslides%
+ \hbox to\hsize{{\hfil\stitlefont\relax\songtitle\hfil}}%
+ \vskip5\p@%
+ \hbox to\hsize{%
+ \hfil%
+ \vbox{%
+ \divide\hsize\tw@\parskip\p@\relax%
+ \centering\small\extendprelude%
+ }%
+ \hfil%
+ }%
+ \else%
+ \ifdim\songnumwidth>\z@%
+ \setbox\SB@boxii\hbox{{\SB@colorbox\snumbgcolor{%
+ \hbox to\songnumwidth{%
+ \printsongnum{\thesongnum}\hfil%
+ }%
+ }}}%
+ \fi%
+ \setbox\SB@box\vbox{%
+ \ifdim\songnumwidth>\z@%
+ \SB@dimen\wd\SB@boxii%
+ \advance\SB@dimen3\p@%
+ \ifpagepreludes\multiply\SB@dimen\tw@\fi%
+ \advance\hsize-\SB@dimen%
+ \fi%
+ \ifpagepreludes\centering\else\SB@raggedright\fi%
+ \offinterlineskip\lineskip\p@%
+ {\stitlefont\relax%
+ \songtitle\par%
+ \nexttitle%
+ \foreachtitle{(\songtitle)\par}}%
+ \ifdim\prevdepth=\z@\kern\p@\fi%
+ \parskip\p@\relax\tiny%
+ \extendprelude%
+ \kern\z@%
+ }%
+ \ifdim\songnumwidth>\z@%
+ \hbox{%
+ \ifdim\ht\SB@boxii>\ht\SB@box%
+ \box\SB@boxii%
+ \kern3\p@%
+ \vtop{\box\SB@box}%
+ \else%
+ \SB@colorbox\snumbgcolor{\vbox to\ht\SB@box{{%
+ \hbox to\songnumwidth{%
+ \printsongnum{\thesongnum}\hfil%
+ }\vfil%
+ }}}%
+ \kern3\p@%
+ \box\SB@box%
+ \fi%
+ }%
+ \else%
+ \unvbox\SB@box%
+ \fi%
+ \fi%
+}
+\newcommand\makepostlude{%
+ \SB@raggedright\baselineskip\z@skip\parskip\z@skip\parindent\z@%
+ \tiny\extendpostlude%
+}
+\newcommand\showauthors{%
+ \setbox\SB@box\hbox{\bfseries\sfcode`.\@m\songauthors}%
+ \ifdim\wd\SB@box>\z@\unhbox\SB@box\par\fi%
+}
+\newcommand\showrefs{%
+ \setbox\SB@box\hbox{\slshape\songrefs\vphantom,}%
+ \ifdim\wd\SB@box>\z@\unhbox\SB@box\par\fi%
+}
+\newcommand\SB@next{}
+\newcommand\SB@donext{}
+\newcommand\SB@dothis{}
+\newcommand\SB@nextname{}
+\newcommand\SB@appendsp[1]{#1\expandafter{\the#1 }}
+\newcommand\SB@parsetitles[1]{%
+ \begingroup%
+ \global\SB@titlelist{\\}%
+ \SB@toks{}%
+ \let\\\SB@titlesep%
+ \SB@pthead#1\SB@endparse%
+ \endgroup%
+}
+\newcommand\SB@pthead{\futurelet\SB@next\SB@@pthead}
+\newcommand\SB@@pthead{%
+ \ifcat\noexpand\SB@next\@sptoken%
+ \expandafter\SB@@@pthead%
+ \else%
+ \expandafter\SB@ptmain%
+ \fi%
+}
+\newcommand\SB@@@pthead{%
+ \afterassignment\SB@pthead%
+ \let\SB@next= }
+\newcommand\SB@ptloop{\futurelet\SB@next\SB@ptmain}
+\newcommand\SB@ptmain{%
+ \ifcat\noexpand\SB@next\@sptoken%
+ \let\SB@donext\SB@ptsp%
+ \else\ifcat\noexpand\SB@next\bgroup%
+ \let\SB@donext\SB@ptbg%
+ \else\ifx\SB@next\SB@endparse%
+ \global\SB@titlelist\expandafter{\the\SB@titlelist\\}%
+ \let\SB@donext\@gobble%
+ \else\ifx\SB@next\\%
+ \SB@toks{}%
+ \def\SB@donext{\SB@ptstep\SB@pthead}%
+ \else%
+ \def\SB@donext{\SB@ptstep\SB@ptloop}%
+ \fi\fi\fi\fi%
+ \SB@donext}
+\newcommand\SB@ptstep[2]{%
+ \global\SB@titlelist\expandafter\expandafter\expandafter{%
+ \expandafter\the\expandafter\SB@titlelist\the\SB@toks#2}%
+ \SB@toks{}%
+ #1}
+\newcommand\SB@ptbg[1]{\SB@ptstep\SB@ptloop{{#1}}}
+\newcommand\SB@ptsp{
+ \SB@appendsp\SB@toks%
+ \afterassignment\SB@ptloop%
+ \let\SB@next= }
+\newcommand\SB@titlesep{SB@titlesep}
+\newcommand\SB@endparse{%
+ \SB@Error{Title parsing failed}{This error should not occur.}%
+}
+\newcommand\SB@parsesrefs[1]{%
+ \begingroup%
+ \SB@toks{\begingroup\SB@sractives}%
+ \SB@prloop#1\SB@endparse%
+ \xdef\songrefs{\the\SB@toks\endgroup}%
+ \endgroup%
+}
+\newcommand\SB@prloop{\futurelet\SB@next\SB@prstep}
+\newcommand\SB@prstep{%
+ \ifcat\noexpand\SB@next A%
+ \expandafter\SB@prcpy%
+ \else%
+ \expandafter\SB@@prstep%
+ \fi%
+}
+\newcommand\SB@@prstep{%
+ \ifcat\noexpand\SB@next\@sptoken%
+ \let\SB@donext\SB@prspace%
+ \else\ifx\SB@next-%
+ \let\SB@donext\SB@prhyphen%
+ \else\ifx\SB@next,%
+ \let\SB@donext\SB@prcomma%
+ \else\ifx\SB@next\SB@endparse%
+ \let\SB@donext\@gobble%
+ \else\ifcat\noexpand\SB@next\bgroup%
+ \let\SB@donext\SB@prgr%
+ \else%
+ \let\SB@donext\SB@prcpy%
+ \fi\fi\fi\fi\fi%
+ \SB@donext%
+}
+\newcommand\SB@prcpy[1]{\SB@toks\expandafter{\the\SB@toks#1}\SB@prloop}
+\newcommand\SB@prgr[1]{\SB@toks\expandafter{\the\SB@toks{#1}}\SB@prloop}
+
+\newcommand\SB@prcomma[1]{}
+{\catcode`,\active
+ \gdef\SB@prcomma#1{\SB@toks\expandafter{\the\SB@toks,}\SB@prloop}}
+\newcommand\SB@prhyphen[1]{}
+{\catcode`-\active
+ \gdef\SB@prhyphen#1{\SB@toks\expandafter{\the\SB@toks-}\SB@prloop}}
+\newcommand\SB@prspace[1]{}
+{\obeyspaces
+\gdef\SB@prspace{\SB@toks\expandafter{\the\SB@toks }\SB@@prspace}}
+\newcommand\SB@@prspace{\afterassignment\SB@prloop\let\SB@temp= }
+
+\newcommand\SB@sractives{}
+{\catcode`,\active\catcode`-\active\obeyspaces%
+\gdef\SB@sractives{%
+\let,\SB@srcomma\let-\SB@srhyphen\let \SB@srspace%
+\SB@srspacing}%
+}
+\newcommand\SB@srspacing{%
+ \nonfrenchspacing\sfcode`\;=1500\sfcode`\,=1250\relax%
+}
+\newcommand\SB@srcomma{,\futurelet\SB@next\SB@@srcomma}
+\newcommand\SB@@srcomma{%
+ \ifx\SB@next\SB@srspace\else%
+ \nobreak\thinspace%
+ \fi%
+}
+\newcommand\SB@srhyphen{\futurelet\SB@next\SB@@srhyphen}
+\newcommand\SB@@srhyphen{%
+ \ifx\SB@next\SB@srhyphen\expandafter\SB@srdash\else--\fi%
+}
+\newcommand\SB@srdash[1]{\futurelet\SB@next\SB@@srdash}
+\newcommand\SB@@srdash{%
+ \ifx\SB@next\SB@srhyphen---\expandafter\@gobble\else--\fi%
+}
+\newcommand\SB@srspace{\futurelet\SB@next\SB@@srspace}
+\newcommand\SB@@srspace{%
+ \let\SB@donext\relax%
+ \ifx\SB@next\SB@srspace\else%
+ \ifnum\spacefactor>\@m%
+ \ifnum\spacefactor>1499 %
+ \ifcat\noexpand\SB@next0%
+ \let\SB@donext\SB@srcso%
+ \else%
+ \penalty-5\enskip%
+ \fi%
+ \else%
+ \space%
+ \fi%
+ \else%
+ \nobreak\space%
+ \fi%
+ \fi%
+ \SB@donext%
+}
+\newcommand\SB@srcso[1]{\futurelet\SB@temp\SB@@srcso}
+\newcommand\SB@@srcso{%
+ \ifx\SB@temp\SB@srspace%
+ \penalty-5\enskip%
+ \else%
+ \space%
+ \fi%
+ \SB@next%
+}
+\newif\ifSB@stanza
+\newcommand\SB@stanzabreak{%
+ \ifhmode\par\fi%
+ \ifSB@stanza%
+ \SB@breakpoint{%
+ \ifSB@inverse%
+ \ifSB@prevverse\vvpenalty\else\cvpenalty\fi%
+ \else%
+ \ifSB@prevverse\vcpenalty\else\ccpenalty\fi%
+ \fi%
+ }%
+ \vskip\versesep%
+ \fi%
+}
+\newcommand\SB@breakpoint[1]{%
+ \begingroup%
+ \ifnum#1<\@M%
+ \SB@skip\colbotglue\relax%
+ \SB@skip-\SB@skip%
+ \else%
+ \SB@skip\z@skip%
+ \fi%
+ \advance\SB@skip\lastskip%
+ \unskip%
+ \nobreak%
+ \ifnum#1<\@M%
+ \vskip\colbotglue\relax%
+ \penalty#1%
+ \fi%
+ \vskip\SB@skip%
+ \endgroup%
+}
+\newcommand\SB@putbox[2]{%
+ \begingroup%
+ \SB@dimen\dp#2%
+ #1#2%
+ \setbox\SB@box\hbox{{\lyricfont\relax p}}%
+ \ifdim\SB@dimen<\dp\SB@box%
+ \advance\SB@dimen-\dp\SB@box%
+ \vskip-\SB@dimen%
+ \fi%
+ \setbox\SB@box\box\voidb@x%
+ \endgroup%
+}
+\newcommand\SB@obeylines{%
+ \let\par\SB@par%
+ \obeylines%
+ \let\@par\SB@@par%
+}
+\newcommand\SB@par{%
+ \ifhmode%
+ \SB@cnt\interlinepenalty%
+ \interlinepenalty\@M%
+ \endgraf%
+ \interlinepenalty\SB@cnt%
+ \ifSB@inchorus%
+ \ifdim\cbarwidth>\z@\nobreak\else\SB@ilpenalty\fi%
+ \else%
+ \SB@ilpenalty%
+ \fi%
+ \fi%
+}
+\newcommand\SB@ilpenalty{%
+ \ifnum\interlinepenalty=\z@\else%
+ \penalty\interlinepenalty%
+ \fi%
+}
+\newcommand\SB@@par{\let\par\SB@par\par}
+\SB@newdimen\SB@parindent
+\newcommand\SB@everypar{}
+\newcommand\SB@raggedright{%
+ \SB@parindent\parindent%
+ \raggedright%
+ \parindent\SB@parindent%
+}
+\newif\ifvnumbered
+\newif\ifSB@prevverse
+\CheckCommand\verse{%
+ \let\\\@centercr%
+ \list{}{%
+ \itemsep\z@%
+ \itemindent-1.5em%
+ \listparindent\itemindent%
+ \rightmargin\leftmargin%
+ \advance\leftmargin1.5em%
+ }%
+ \item\relax%
+}
+\renewenvironment{verse}
+ {\vnumberedtrue\SB@beginverse}
+ {\SB@endverse}
+\newenvironment{verse*}
+ {\vnumberedfalse\SB@beginverse}
+ {\SB@endverse}
+\newcommand\beginverse{%
+ \begingroup%
+ \SB@loadactives%
+ \@ifstar{\endgroup\vnumberedfalse\SB@beginverse}%
+ {\endgroup\vnumberedtrue\SB@beginverse}%
+}
+\newcommand\SB@beginverse{%
+ \ifSB@insong%
+ \ifSB@inverse\SB@errbvv\endverse\fi%
+ \ifSB@inchorus\SB@errbvc\endchorus\fi%
+ \else%
+ \SB@errbvt\beginsong{Unknown Song}%
+ \fi%
+ \ifrepchorus\ifvoid\SB@chorusbox\else%
+ \SB@gotchorustrue%
+ \ifSB@prevverse\ifvnumbered%
+ \marks\SB@cmarkclass{\SB@cmark}%
+ \fi\fi%
+ \fi\fi%
+ \SB@inversetrue%
+ \def\SB@closeall{\endverse\endsong}%
+ \SB@stanzabreak%
+ \versemark\nobreak%
+ \global\SB@stanzatrue%
+ \SB@ifempty\SB@cr@\memorize{\replay[]}%
+ \setbox\SB@box\vbox\bgroup\begingroup%
+ \ifvnumbered%
+ \protected@edef\@currentlabel{\p@versenum\theversenum}%
+ \def\SB@everypar{%
+ \setbox\SB@box\hbox{{\printversenum{\theversenum}}}%
+ \ifdim\wd\SB@box<\versenumwidth%
+ \setbox\SB@box%
+ \hbox to\versenumwidth{\unhbox\SB@box\hfil}%
+ \fi%
+ \ifchorded\vrule\@height\baselineskip\@width\z@\@depth\z@\fi%
+ \placeversenum\SB@box%
+ \gdef\SB@everypar{}%
+ }%
+ \else%
+ \def\SB@everypar{%
+ \ifchorded\vrule\@height\baselineskip\@width\z@\@depth\z@\fi%
+ \gdef\SB@everypar{}%
+ }%
+ \fi%
+ \everypar{\SB@everypar\everypar{}}%
+ \versefont\relax\SB@setbaselineskip\versejustify%
+ \SB@loadactives%
+ \SB@obeylines%
+ \penalty12345 %
+ \everyverse\relax%
+}
+\newcommand\SB@endverse{%
+ \ifSB@insong%
+ \ifSB@inverse%
+ \unpenalty%
+ \endgroup\egroup%
+ \SB@putbox\unvbox\SB@box%
+ \SB@inversefalse%
+ \def\SB@closeall{\endsong}%
+ \ifvnumbered\stepcounter{versenum}\fi%
+ \SB@prevversetrue%
+ \else\ifSB@inchorus\SB@errevc\endchorus%
+ \else\SB@errevo\fi\fi%
+ \else%
+ \SB@errevt%
+ \fi%
+}
+\newif\ifSB@chorustop
+\SB@newbox\SB@chorusbox
+\newif\ifSB@gotchorus
+\ifSB@etex
+ \@ifundefined{newmarks}{
+ \@ifundefined{newmark}{
+ \mathchardef\SB@cmarkclass83
+ \mathchardef\SB@nocmarkclass84
+ }{
+ \newmark\SB@cmarkclass
+ \newmark\SB@nocmarkclass
+ }
+ }{
+ \newmarks\SB@cmarkclass
+ \newmarks\SB@nocmarkclass
+ }
+\fi
+\newcommand\SB@cmark{}
+\def\SB@cmark{SB@cmark}
+\newcommand\SB@lastcmark{}
+\def\SB@lastcmark{SB@lastcmark}
+\newcommand\SB@nocmark{}
+\def\SB@nocmark{SB@nocmark}
+\newenvironment{chorus}{\beginchorus}{\SB@endchorus}
+\newcommand\beginchorus{%
+ \ifSB@insong
+ \ifSB@inverse\SB@errbcv\endverse\fi%
+ \ifSB@inchorus\SB@errbcc\endchorus\fi%
+ \else%
+ \SB@errbct\beginsong{Unknown Song}%
+ \fi%
+ \SB@inchorustrue%
+ \def\SB@closeall{\endchorus\endsong}%
+ \SB@chorustoptrue%
+ \vnumberedfalse%
+ \SB@stanzabreak%
+ \chorusmark%
+ \ifrepchorus%
+ \ifSB@gotchorus\else\ifSB@prevverse\else%
+ \global\setbox\SB@chorusbox\vbox{%
+ \unvbox\SB@chorusbox%
+ \SB@stanzabreak%
+ \chorusmark%
+ }%
+ \fi\fi%
+ \fi%
+ \global\SB@stanzatrue%
+ \replay[]%
+ \SB@@beginchorus%
+ \everychorus\relax%
+}
+\newcommand\SB@@beginchorus{%
+ \ifrepchorus\marks\SB@cmarkclass{}\fi%
+ \setbox\SB@box\vbox\bgroup\begingroup%
+ \ifchorded%
+ \def\SB@everypar{%
+ \vrule\@height\baselineskip\@width\z@\@depth\z@%
+ \gdef\SB@everypar{}%
+ }%
+ \everypar{\SB@everypar\everypar{}}%
+ \fi%
+ \chorusfont\relax\SB@setbaselineskip\chorusjustify%
+ \SB@loadactives%
+ \SB@obeylines%
+ \penalty12345 %
+}
+\newcommand\SB@endchorus{%
+ \ifSB@insong%
+ \ifSB@inchorus%
+ \unpenalty%
+ \endgroup\egroup%
+ \SB@inchorusfalse%
+ \def\SB@closeall{\endsong}%
+ \setbox\SB@box\vbox{%
+ \SB@chorusbar\SB@box%
+ \SB@putbox\unvbox\SB@box%
+ }
+ \ifrepchorus\ifSB@gotchorus\else%
+ \global\setbox\SB@chorusbox\vbox{%
+ \unvbox\SB@chorusbox%
+ \unvcopy\SB@box%
+ }%
+ \fi\fi%
+ \unvbox\SB@box%
+ \SB@prevversefalse%
+ \else\ifSB@inverse\SB@errecv\endverse%
+ \else\SB@erreco\fi\fi%
+ \else%
+ \SB@errect%
+ \fi%
+}
+\newcommand\SB@cbarshift{%
+ \ifSB@inchorus\ifdim\cbarwidth>\z@%
+ \advance\leftskip\cbarwidth%
+ \advance\leftskip5\p@\relax%
+ \fi\fi%
+}
+\newcommand\SB@chorusbar[1]{%
+ \ifdim\cbarwidth>\z@%
+ \SB@dimen\ht#1%
+ \SB@dimenii\dp#1%
+ \advance\SB@dimen%
+ \ifSB@chorustop\ifchorded\else2\fi\fi\SB@dimenii%
+ \SB@skip\SB@dimen\relax%
+ \SB@computess\SB@skip1\@plus#1%
+ \SB@computess\SB@skip{-1}\@minus#1%
+ \nointerlineskip\null\nobreak%
+ \leaders\vrule\@width\cbarwidth\vskip\SB@skip%
+ \ifSB@chorustop\ifchorded\else%
+ \advance\SB@skip-\SB@dimenii%
+ \fi\fi%
+ \nobreak\vskip-\SB@skip%
+ \fi%
+}
+\newcommand\SB@computess[4]{%
+ \begingroup%
+ \vbadness\@M\vfuzz\maxdimen%
+ \SB@dimen4096\p@%
+ \setbox\SB@box\vbox spread#2\SB@dimen{\unvcopy#4}%
+ \ifnum\badness=\z@%
+ \global\advance#1\z@#31fil\relax%
+ \else%
+ \SB@dimenii\SB@dimen%
+ \loop%
+ \SB@dimenii.5\SB@dimenii%
+ \ifnum\badness<100 %
+ \advance\SB@dimen\SB@dimenii%
+ \else
+ \advance\SB@dimen-\SB@dimenii%
+ \fi%
+ \setbox\SB@box\vbox spread#2\SB@dimen{\unvcopy#4}%
+ \ifnum\badness=100 \SB@dimenii\z@\fi%
+ \ifdim\SB@dimenii>.1\p@\repeat%
+ \ifdim\SB@dimen<.1\p@\SB@dimen\z@\fi%
+ \global\advance#1\z@#3\SB@dimen\relax%
+ \fi%
+ \endgroup%
+}
+\newcommand\brk{%
+ \ifSB@insong%
+ \ifhmode\penalty-5 \else%
+ \unpenalty%
+ \ifSB@inchorus%
+ \ifdim\cbarwidth=\z@%
+ \ifrepchorus\marks\SB@cmarkclass{}\fi%
+ \SB@breakpoint\brkpenalty%
+ \else%
+ \endgroup\egroup%
+ \ifrepchorus\ifSB@gotchorus\else%
+ \global\setbox\SB@chorusbox\vbox{%
+ \unvbox\SB@chorusbox%
+ \SB@chorusbar\SB@box%
+ \unvcopy\SB@box%
+ \SB@breakpoint\brkpenalty%
+ }%
+ \fi\fi%
+ \SB@chorusbar\SB@box%
+ \unvbox\SB@box%
+ \SB@breakpoint\brkpenalty%
+ \SB@chorustopfalse%
+ \SB@@beginchorus%
+ \fi%
+ \else%
+ \SB@breakpoint\brkpenalty%
+ \fi%
+ \fi%
+ \else%
+ \ifpartiallist\else\SB@nextcol\@ne\colbotglue\fi%
+ \fi%
+}
+\newcommand\SB@boxup[1]{%
+ \setbox\SB@box\hbox{{\notefont\relax#1}}%
+ \SB@dimen\wd\SB@box%
+ \advance\SB@dimen6\p@%
+ \advance\SB@dimen\leftskip%
+ \advance\SB@dimen\rightskip%
+ \ifdim\SB@dimen>\hsize%
+ \vbox{{%
+ \advance\hsize-6\p@%
+ \advance\hsize-\leftskip%
+ \advance\hsize-\rightskip%
+ \notejustify%
+ \unhbox\SB@box\par%
+ \kern\z@%
+ }}%
+ \else%
+ \vbox{\box\SB@box\kern\z@}%
+ \fi%
+}
+\newcommand\textnote[1]{%
+ \ifhmode\par\fi%
+ \ifnum\lastpenalty=12345\else%
+ \ifSB@inverse%
+ \vskip2\p@\relax%
+ \else\ifSB@inchorus%
+ \vskip2\p@\relax%
+ \else\ifSB@stanza%
+ \nobreak\vskip\versesep%
+ \fi\fi\fi%
+ \fi%
+ \begingroup%
+ \everypar{}%
+ \ifchorded\chordedfalse\SB@setbaselineskip\chordedtrue\fi%
+ \placenote{\SB@colorbox\notebgcolor{\SB@boxup{#1}}}%
+ \endgroup%
+ \nobreak%
+ \ifSB@inverse%
+ \vskip2\p@\relax%
+ \else\ifSB@inchorus%
+ \vskip2\p@\relax%
+ \else\ifSB@stanza\else%
+ \nobreak\vskip\versesep%
+ \fi\fi\fi%
+}
+\newcommand\musicnote[1]{\ifchorded\textnote{#1}\fi}
+\ifSB@etex
+ \newcommand\echo{\begingroup\@sanitize\SB@echo}
+ \newcommand\SB@echo[1]{%
+ \endgroup%
+ \begingroup%
+ \echofont\relax%
+ \endlinechar\m@ne%
+ \scantokens{(#1)}%
+ \endgroup%
+ }
+\else
+ \newcommand\echo{%
+ \begingroup%
+ \echofont\relax%
+ \afterassignment\SB@echo%
+ \setbox\SB@box\hbox%
+ }
+ \newcommand\SB@echo{\aftergroup\SB@@echo(}
+ \newcommand\SB@@echo{\unhbox\SB@box)\endgroup}
+\fi
+\newcommand\rep[1]{%
+ (\raise.25ex\hbox{%
+ \fontencoding{OMS}\fontfamily{cmsy}\selectfont\char\tw@%
+ }#1)%
+}
+\newenvironment{songgroup}{%
+ \ifnum\SB@grouplvl=\z@%
+ \edef\SB@sgroup{\thesongnum}%
+ \global\SB@groupcnt\m@ne%
+ \fi%
+ \advance\SB@grouplvl\@ne%
+}{%
+ \advance\SB@grouplvl\m@ne%
+ \ifnum\SB@grouplvl=\z@\let\SB@sgroup\@empty\fi%
+}
+\SB@newcount\SB@grouplvl
+\newenvironment{intersong}{%
+ \ifSB@insong\SB@errbro\SB@closeall\fi%
+ \ifSB@intersong\SB@errbrr\SB@closeall\fi%
+ \setbox\SB@chorusbox\box\voidb@x%
+ \SB@intersongtrue%
+ \def\SB@closeall{\end{intersong}}%
+ \setbox\SB@songbox\vbox\bgroup\begingroup%
+ \ifnum\SB@numcols>\z@\hsize\SB@colwidth\fi%
+ \ifdim\sbarheight>\z@%
+ \hrule\@height\sbarheight\@width\hsize%
+ \nobreak%
+ \fi%
+}{%
+ \ifSB@intersong
+ \ifdim\sbarheight>\z@%
+ \ifhmode\par\fi%
+ \SB@skip\lastskip%
+ \unskip\nobreak\vskip\SB@skip%
+ \hbox{\vrule\@height\sbarheight\@width\hsize}%
+ \fi%
+ \endgroup\egroup%
+ \ifSB@omitscrip%
+ \setbox\SB@songbox\box\voidb@x%
+ \else%
+ \SB@submitsong%
+ \fi%
+ \SB@intersongfalse%
+ \else%
+ \ifSB@insong\SB@errero\SB@closeall\else\SB@errert\fi%
+ \fi%
+}
+\newenvironment{intersong*}{%
+ \ifSB@insong\SB@errbro\SB@closeall\fi%
+ \ifSB@intersong\SB@errbrr\SB@closeall\fi%
+ \setbox\SB@chorusbox\box\voidb@x%
+ \SB@intersongtrue%
+ \def\SB@closeall{\end{intersong*}}%
+ \setbox\SB@songbox\vbox\bgroup\begingroup%
+}{%
+ \ifSB@intersong%
+ \endgroup\egroup%
+ \ifSB@omitscrip%
+ \setbox\SB@songbox\box\voidb@x%
+ \else%
+ \def\SB@stype{\SB@styppage}%
+ \SB@submitsong%
+ \def\SB@stype{\SB@stypcol}%
+ \fi%
+ \SB@intersongfalse%
+ \else%
+ \ifSB@insong\SB@errero\SB@closeall\else\SB@errert\fi%
+ \fi%
+}
+\newenvironment{scripture}{\beginscripture}{\SB@endscripture}
+\newcommand\beginscripture[1]{%
+ \begin{intersong}%
+ \SB@parsesrefs{#1}%
+ \setbox\SB@envbox\hbox{{\printscrcite\songrefs}}%
+ \def\SB@closeall{\endscripture}%
+ \nobreak\vskip5\p@%
+ \SB@parindent\parindent\parindent\z@%
+ \parskip\z@skip\parfillskip\@flushglue%
+ \leftskip\SB@parindent\rightskip\SB@parindent\relax%
+ \scripturefont\relax%
+ \baselineskip\f@size\p@\@plus\p@\relax%
+ \advance\baselineskip\p@\relax%
+ \emergencystretch.3em%
+}
+\newcommand\SB@endscripture{%
+ \ifSB@intersong
+ \scitehere%
+ \ifhmode\par\fi%
+ \vskip-3\p@%
+ \end{intersong}%
+ \fi%
+}
+\newcommand\scitehere{%
+ \ifSB@intersong%
+ \ifvoid\SB@envbox\else%
+ \ifvmode%
+ \setbox\SB@box\lastbox%
+ \nointerlineskip\noindent\hskip-\leftskip%
+ \unhbox\SB@box\unskip%
+ \fi%
+ \unskip\nobreak\hfil\penalty50\hskip.8em\null\nobreak\hfil%
+ \box\SB@envbox\kern-\SB@parindent%
+ {\parfillskip\z@\finalhyphendemerits2000\par}%
+ \fi%
+ \else%
+ \SB@errscrip\scitehere%
+ \fi%
+}
+\newcommand\Acolon{\SB@colon2\Acolon}
+\newcommand\Bcolon{\SB@colon1\Bcolon}
+\newcommand\SB@colon[2]{%
+ \ifSB@intersong\else%
+ \SB@errscrip#2%
+ \beginscripture{Unknown}%
+ \fi%
+ \ifhmode\par\fi%
+ \begingroup%
+ \rightskip\SB@parindent\@plus4em%
+ \advance\leftskip2\SB@parindent%
+ \advance\parindent-#1\SB@parindent%
+ \def\par{\endgraf\endgroup}%
+ \obeylines%
+}
+\newcommand\strophe{%
+ \ifSB@intersong\else%
+ \SB@errscrip\strophe\beginscripture{Unknown}%
+ \fi%
+ \vskip.9ex\@plus.45ex\@minus.68ex\relax%
+}
+\newcommand\SB@scripdent[2]{%
+ \ifSB@intersong\else%
+ \SB@errscrip#2\beginscripture{Unknown}%
+ \fi%
+ \ifhmode\par\fi%
+ \advance\leftskip#1\SB@parindent\relax%
+}
+\newcommand\scripindent{\SB@scripdent1\scripindent}
+\newcommand\scripoutdent{\SB@scripdent-\scripoutdent}
+\newcommand\SB@quotesactive{%
+ \catcode`'\active%
+ \catcode``\active%
+}
+\newcommand\shiftdblquotes[4]{}
+\newcommand\SB@ldqleft{}
+\newcommand\SB@ldqright{}
+\newcommand\SB@rdqleft{}
+\newcommand\SB@rdqright{}
+\newcommand\SB@scanlq{}
+\newcommand\SB@scanrq{}
+\newcommand\SB@dolq{}
+\newcommand\SB@dorq{}
+{
+ \SB@quotesactive
+ \gdef\shiftdblquotes#1#2#3#4{%
+ \def\SB@ldqleft{\kern#1}%
+ \def\SB@ldqright{\kern#2}%
+ \def\SB@rdqleft{\kern#3}%
+ \def\SB@rdqright{\kern#4}%
+ \SB@quotesactive%
+ \def`{\futurelet\SB@next\SB@scanlq}%
+ \def'{\futurelet\SB@next\SB@scanrq}%
+ }
+ \gdef\SB@scanlq{%
+ \ifx\SB@next`%
+ \expandafter\SB@dolq%
+ \else%
+ \expandafter\lq%
+ \fi%
+ }
+ \gdef\SB@scanrq{%
+ \ifx\SB@next'%
+ \expandafter\SB@dorq%
+ \else%
+ \expandafter\rq%
+ \fi%
+ }
+ \gdef\SB@dolq`{%
+ \ifvmode\leavevmode\else\/\fi%
+ \vadjust{}%
+ \SB@ldqleft\lq\lq\SB@ldqright%
+ \vadjust{}%
+ }
+ \gdef\SB@dorq'{%
+ \ifvmode\leavevmode\else\/\fi%
+ \vadjust{}%
+ \SB@rdqleft\rq\rq\SB@rdqright%
+ \vadjust{}%
+ }
+}
+\SB@newcount\SB@transposefactor
+\newif\ifSB@convertnotes
+\newcommand\notenameA{}
+\newcommand\notenameB{}
+\newcommand\notenameC{}
+\newcommand\notenameD{}
+\newcommand\notenameE{}
+\newcommand\notenameF{}
+\newcommand\notenameG{}
+\newcommand\printnoteA{}
+\newcommand\printnoteB{}
+\newcommand\printnoteC{}
+\newcommand\printnoteD{}
+\newcommand\printnoteE{}
+\newcommand\printnoteF{}
+\newcommand\printnoteG{}
+\newcommand\notenamesin[7]{%
+ \def\notenameA{#1}%
+ \def\notenameB{#2}%
+ \def\notenameC{#3}%
+ \def\notenameD{#4}%
+ \def\notenameE{#5}%
+ \def\notenameF{#6}%
+ \def\notenameG{#7}%
+ \SB@convertnotestrue%
+}
+\newcommand\notenamesout[7]{%
+ \def\printnoteA{#1}%
+ \def\printnoteB{#2}%
+ \def\printnoteC{#3}%
+ \def\printnoteD{#4}%
+ \def\printnoteE{#5}%
+ \def\printnoteF{#6}%
+ \def\printnoteG{#7}%
+ \SB@convertnotestrue%
+}
+\newcommand\notenames[7]{%
+ \notenamesin{#1}{#2}{#3}{#4}{#5}{#6}{#7}%
+ \notenamesout{#1}{#2}{#3}{#4}{#5}{#6}{#7}%
+ \SB@convertnotesfalse%
+}
+\newcommand\alphascale{\notenames ABCDEFG}
+\newcommand\solfedge{\notenames{LA}{SI}{DO}{RE}{MI}{FA}{SOL}}
+\alphascale
+\newif\ifSB@prefshrps
+\newif\ifSB@needkey
+\newcommand\transpose[1]{%
+ \advance\SB@transposefactor by#1\relax%
+ \SB@cnt\SB@transposefactor%
+ \divide\SB@cnt12 %
+ \multiply\SB@cnt12 %
+ \advance\SB@transposefactor-\SB@cnt%
+ \SB@needkeytrue%
+}
+\newcommand\capo[1]{%
+ \iftranscapos\transpose{#1}\else\musicnote{capo #1}\fi%
+}
+\newcommand\prefersharps{\SB@prefshrpstrue\SB@needkeyfalse}
+\newcommand\preferflats{\SB@prefshrpsfalse\SB@needkeyfalse}
+\newcommand\transposehere[1]{%
+ \ifnum\SB@transposefactor=\z@%
+ \ifSB@convertnotes%
+ \SB@dotranspose{#1}%
+ \the\SB@toks%
+ \else%
+ #1%
+ \fi%
+ \else%
+ \ifSB@convertnotes%
+ {\SB@transposefactor\z@%
+ \SB@dotranspose{#1}%
+ \xdef\SB@tempv{\the\SB@toks}}%
+ \else%
+ \def\SB@tempv{#1}%
+ \fi%
+ \SB@dotranspose{#1}%
+ \expandafter\trchordformat\expandafter{\SB@tempv}{\the\SB@toks}%
+ \fi%
+}
+\newcommand\notrans[1]{%
+ \begingroup%
+ \SB@transposefactor\z@%
+ \transposehere{#1}%
+ \endgroup%
+}
+\newcommand\SB@dotranspose[1]{%
+ \SB@toks{}%
+ \let\SB@dothis\SB@trmain%
+ \SB@trscan#1\SB@trend%
+}
+\newcommand\trchordformat[2]{#2}
+\newcommand\SB@trscan{\futurelet\SB@next\SB@dothis}
+\newcommand\SB@trmain{%
+ \ifx\SB@next\bgroup%
+ \let\SB@donext\SB@trgroup%
+ \else\ifx\SB@next\egroup%
+ \SB@toks\expandafter{\the\SB@toks\egroup}%
+ \let\SB@donext\SB@trskip%
+ \else\ifcat\noexpand\SB@next\@sptoken%
+ \SB@appendsp\SB@toks%
+ \let\SB@donext\SB@trskip%
+ \else%
+ \let\SB@donext\SB@trstep%
+ \fi\fi\fi%
+ \SB@donext%
+}
+\newcommand\SB@trgroup[1]{%
+ \SB@toks\expandafter{\the\SB@toks{#1}}%
+ \SB@trscan%
+}
+\newcommand\SB@trskip{%
+ \afterassignment\SB@trscan%
+ \let\SB@next= }
+\newcommand\SB@trstep[1]{%
+ \let\SB@donext\SB@trscan%
+ \ifcat\noexpand\SB@next A%
+ \ifnum\uccode`#1=`#1%
+ \def\SB@temp{#1}%
+ \let\SB@dothis\SB@trnote%
+ \else%
+ \SB@toks\expandafter{\the\SB@toks#1}%
+ \fi%
+ \else\ifx\SB@next\SB@trend
+ \let\SB@donext\relax%
+ \else%
+ \SB@toks\expandafter{\the\SB@toks#1}%
+ \fi\fi%
+ \SB@donext%
+}
+\newcommand\SB@trnote{%
+ \ifcat\noexpand\SB@next A%
+ \let\SB@donext\SB@trnotestep%
+ \else\ifnum\SB@transposefactor=\z@%
+ \SB@cnt\z@%
+ \let\SB@donext\SB@trtrans%
+ \else\ifx\SB@next\flt%
+ \SB@cnt\m@ne%
+ \let\SB@donext\SB@tracc%
+ \else\ifx\SB@next\shrp%
+ \SB@cnt\@ne%
+ \let\SB@donext\SB@tracc%
+ \else%
+ \SB@cnt\z@%
+ \let\SB@donext\SB@trtrans%
+ \fi\fi\fi\fi%
+ \SB@donext%
+}
+\newcommand\SB@trnotestep[1]{%
+ \ifnum\uccode`#1=`#1%
+ \SB@app\def\SB@temp{#1}%
+ \expandafter\SB@trscan%
+ \else%
+ \SB@cnt\z@%
+ \expandafter\SB@trtrans\expandafter#1%
+ \fi%
+}
+\newcommand\SB@tracc[1]{\futurelet\SB@next\SB@trtrans}
+\newcommand\SB@trtrans{%
+ \advance\SB@cnt%
+ \ifx\SB@temp\notenameA\z@%
+ \else\ifx\SB@temp\notenameB\tw@%
+ \else\ifx\SB@temp\notenameC\thr@@%
+ \else\ifx\SB@temp\notenameD5 %
+ \else\ifx\SB@temp\notenameE7 %
+ \else\ifx\SB@temp\notenameF8 %
+ \else\ifx\SB@temp\notenameG10 %
+ \else-99 \fi\fi\fi\fi\fi\fi\fi%
+ \ifnum\SB@cnt<\m@ne%
+ \SB@toks\expandafter\expandafter\expandafter{%
+ \expandafter\the\expandafter\SB@toks\SB@temp}%
+ \else%
+ \advance\SB@cnt\SB@transposefactor%
+ \ifnum\SB@cnt<\z@\advance\SB@cnt12 \fi%
+ \ifnum\SB@cnt>11 \advance\SB@cnt-12 \fi%
+ \ifSB@needkey\ifnum\SB@transposefactor=\z@\else\SB@setkeysig\fi\fi%
+ \edef\SB@temp{%
+ \the\SB@toks%
+ \ifSB@prefshrps%
+ \ifcase\SB@cnt\printnoteA\or\printnoteA\noexpand\shrp\or%
+ \printnoteB\or\printnoteC\or\printnoteC\noexpand\shrp\or%
+ \printnoteD\or\printnoteD\noexpand\shrp\or\printnoteE\or%
+ \printnoteF\or\printnoteF\noexpand\shrp\or\printnoteG\or%
+ \printnoteG\noexpand\shrp\fi%
+ \else%
+ \ifcase\SB@cnt\printnoteA\or\printnoteB\noexpand\flt\or%
+ \printnoteB\or\printnoteC\or\printnoteD\noexpand\flt\or%
+ \printnoteD\or\printnoteE\noexpand\flt\or\printnoteE\or%
+ \printnoteF\or\printnoteG\noexpand\flt\or\printnoteG\or%
+ \printnoteA\noexpand\flt\fi%
+ \fi}%
+ \SB@toks\expandafter{\SB@temp}%
+ \fi%
+ \let\SB@dothis\SB@trmain%
+ \SB@trscan%
+}
+\newcommand\SB@setkeysig{%
+ \global\SB@needkeyfalse%
+ \ifcase\SB@cnt%
+ \global\SB@prefshrpstrue\or% A
+ \global\SB@prefshrpsfalse\or% Bb
+ \global\SB@prefshrpstrue\or% B
+ \ifx\SB@next m% C
+ \global\SB@prefshrpsfalse%
+ \else%
+ \global\SB@prefshrpstrue%
+ \fi\or%
+ \global\SB@prefshrpstrue\or% C#
+ \ifx\SB@next m% D
+ \global\SB@prefshrpsfalse%
+ \else%
+ \global\SB@prefshrpstrue%
+ \fi\or%
+ \global\SB@prefshrpsfalse\or% Eb
+ \global\SB@prefshrpstrue\or% E
+ \global\SB@prefshrpsfalse\or% F
+ \global\SB@prefshrpstrue\or% F#
+ \ifx\SB@next m% G
+ \global\SB@prefshrpsfalse%
+ \else%
+ \global\SB@prefshrpstrue%
+ \fi\or%
+ \global\SB@prefshrpsfalse\else% Ab
+ \global\SB@needkeytrue% non-chord
+ \fi%
+}
+\newcommand\SB@trend{%
+ \SB@Error{Internal Error: Transposition failed}%
+ {This error should not occur.}%
+}
+\newcommand\SB@metertop{}
+\newcommand\SB@meterbot{}
+\newcommand\meter[2]{\gdef\SB@metertop{#1}\gdef\SB@meterbot{#2}}
+\newcommand\SB@measuremark{SB@IsMeasure}
+\newcommand\SB@makembar[2]{%
+ \ifSB@inverse\else%
+ \ifSB@inchorus\else\SB@errmbar\fi%
+ \fi%
+ \ifhmode%
+ \SB@skip\lastskip\unskip%
+ \setbox\SB@box\lastbox%
+ \copy\SB@box%
+ \ifvbox\SB@box%
+ \begingroup%
+ \setbox\SB@boxii\copy\SB@box%
+ \vbadness\@M\vfuzz\maxdimen%
+ \setbox\SB@boxii%
+ \vsplit\SB@boxii to\maxdimen%
+ \endgroup%
+ \long\edef\SB@temp{\splitfirstmark}%
+ \ifx\SB@temp\SB@measuremark%
+ \penalty100\hskip1em%
+ \else%
+ \penalty100\hskip\SB@skip%
+ \fi%
+ \else%
+ \penalty100\hskip\SB@skip%
+ \fi%
+ \fi%
+ \ifvmode\leavevmode\fi%
+ \setbox\SB@box\hbox{{\meterfont\relax#1}}%
+ \setbox\SB@boxii\hbox{{\meterfont\relax#2}}%
+ \SB@dimen\wd\ifdim\wd\SB@box>\wd\SB@boxii\SB@box\else\SB@boxii\fi%
+ \SB@dimenii\baselineskip%
+ \advance\SB@dimenii-2\p@%
+ \advance\SB@dimenii-\ht\SB@box%
+ \advance\SB@dimenii-\dp\SB@box%
+ \advance\SB@dimenii-\ht\SB@boxii%
+ \advance\SB@dimenii-\dp\SB@boxii%
+ \let\SB@temp\relax%
+ \ifdim\SB@dimen>\z@%
+ \advance\SB@dimenii-.75\p@%
+ \def\SB@temp{\kern.75\p@}%
+ \fi%
+ \SB@maxmin\SB@dimen<{.5\p@}%
+ \SB@maxmin\SB@dimenii<\z@%
+ \vbox{%
+ \mark{\SB@measuremark}%
+ \hbox to\SB@dimen{%
+ \hfil%
+ \box\SB@box%
+ \hfil%
+ }%
+ \nointerlineskip%
+ \hbox to\SB@dimen{%
+ \hfil%
+ \box\SB@boxii%
+ \hfil%
+ }%
+ \SB@temp%
+ \nointerlineskip%
+ \hbox to\SB@dimen{%
+ \hfil%
+ \vrule\@width.5\p@\@height\SB@dimenii%
+ \hfil%
+ }%
+ }%
+ \meter{}{}%
+}
+\newcommand\mbar{\SB@mbar}
+\newcommand\measurebar{%
+ \mbar\SB@metertop\SB@meterbot%
+}
+\newcommand\SB@repcolon{{%
+ \usefont{OT1}{cmss}{m}{n}\selectfont%
+ \ifchorded%
+ \baselineskip.5\SB@dimen%
+ \vbox{\hbox{:}\hbox{:}\kern.5\p@}%
+ \else%
+ \raise.5\p@\hbox{:}%
+ \fi%
+}}
+\newcommand\lrep{%
+ \SB@dimen\baselineskip%
+ \advance\SB@dimen-2\p@%
+ \vrule\@width1.5\p@\@height\SB@dimen\@depth\p@%
+ \kern1.5\p@%
+ \vrule\@width.5\p@\@height\SB@dimen\@depth\p@%
+ \SB@repcolon%
+}
+\newcommand\rrep{%
+ \SB@dimen\baselineskip%
+ \advance\SB@dimen-2\p@%
+ \SB@repcolon%
+ \vrule\@width.5\p@\@height\SB@dimen\@depth\p@%
+ \kern1.5\p@%
+ \vrule\@width1.5\p@\@height\SB@dimen\@depth\p@%
+}
+\newif\ifSB@wordends
+\newif\ifSB@brokenword
+\SB@newtoks\SB@lyric
+\SB@newcount\SB@numhyps
+\SB@newtoks\SB@lyricnohyp
+\SB@newbox\SB@lyricbox
+\SB@newbox\SB@chordbox
+\newcommand\SB@chbstok{}
+\newcommand\SB@setchord{}
+{
+ \catcode`^\active
+ \gdef\SB@setchord#1{%
+ \SB@gettabindtrue\SB@nohattrue%
+ \setbox\SB@chordbox\hbox{%
+ \unhbox\SB@chordbox%
+ \begingroup%
+ \ifSB@trackch%
+ \let\SB@activehat\SB@hat@tr%
+ \else%
+ \let\SB@activehat\SB@hat@notr%
+ \fi%
+ \let^\SB@activehat%
+ \printchord{%
+ \ifSB@firstchord\else\kern.15em\fi%
+ \vphantom/%
+ \transposehere{#1}%
+ \kern.2em%
+ }%
+ \endgroup%
+ }%
+ \SB@gettabindfalse%
+ \ifSB@trackch\ifSB@nohat%
+ \global\SB@creg\expandafter{\the\SB@creg#1\\}%
+ \fi\fi%
+ \let\SB@noreplay\@firstofone%
+ }
+}
+\newcommand\SB@outertest{%
+ \expandafter\SB@otesta\meaning\SB@next:\SB@otesta%
+}
+\newcommand\SB@otesta{}
+\edef\SB@otesta#1:#2\SB@otesta{%
+ \noexpand\SB@otestb%
+ #1\string\outer%
+ \noexpand\SB@otestb%
+}
+\newcommand\SB@otestb{}
+\expandafter\def\expandafter\SB@otestb%
+\expandafter#\expandafter1\string\outer#2\SB@otestb{%
+ \def\SB@temp{#2}%
+ \ifx\SB@temp\@empty\SB@testfalse\else\SB@testtrue\fi%
+}
+\newcommand\SB@UTFtest{}
+\edef\SB@UTFtest#1{%
+ \noexpand\expandafter%
+ \noexpand\SB@@UTFtest%
+ \noexpand\meaning#1%
+ \string\UTFviii@zero@octets%
+ \noexpand\SB@@UTFtest%
+}
+\newcommand\SB@U@two{\global\SB@cnt\tw@}
+\newcommand\SB@U@three{\global\SB@cnt\thr@@}
+\newcommand\SB@U@four{\global\SB@cnt4\relax}
+\newcommand\SB@@UTFtest{}
+{\escapechar\m@ne
+ \xdef\SB@temp{\string\@octets}}
+\edef\SB@temp{##1\string\UTFviii@##2\SB@temp}
+\expandafter\def\expandafter\SB@@UTFtest\SB@temp#3\SB@@UTFtest{%
+ \SB@cnt\z@%
+ {\csname SB@U@#2\endcsname}%
+}
+\newcommand\SB@declare[3]{%
+ \afterassignment\iffalse\let\SB@next= #3\relax\fi%
+ \SB@UTFtest\SB@next%
+ \ifcase\SB@cnt%
+ \ifcat\noexpand#3\relax%
+ \SB@addNtest\SB@macrotests#1#2#3%
+ \else\ifcat\noexpand#3.%
+ \SB@addDtest\SB@othertests#1#2%
+ \else\ifcat\noexpand#3A%
+ \SB@addDtest\SB@lettertests#1#2%
+ \else%
+ \SB@addDtest\relax0#2%
+ \fi\fi\fi%
+ \or%
+ \SB@addNtest\SB@macrotests#1#2#3%
+ \else%
+ \SB@addMtest\SB@multitests#1#2#3\relax\relax\relax%
+ \fi%
+}
+\newcommand\DeclareLyricChar{\SB@declare\SB@testtrue0}
+\newcommand\DeclareNonLyric{\SB@declare\SB@testfalse\SB@testfalse}
+\newcommand\DeclareNoHyphen{\SB@declare\SB@testfalse\SB@testtrue}
+\newcommand\SB@lettertests{}
+\newcommand\SB@macrotests{}
+\newcommand\SB@multitests{}
+\newcommand\SB@othertests{}
+\newcommand\SB@addDtest[3]{%
+ \ifx0#2\else%
+ \def#1{{\csname SB@!\meaning\SB@next\endcsname}}%
+ \expandafter\def\csname SB@!\meaning\SB@next\endcsname{\global#2}%
+ \fi%
+ \ifx0#3\else%
+ \expandafter\def\csname SB@HT@\meaning\SB@next\endcsname{\global#3}%
+ \fi%
+}
+\newcommand\SB@addNtest[4]{%
+ \ifx0#2\else%
+ \def#1{{\csname SB@!\SB@nextname\endcsname}}%
+ \expandafter\def\csname SB@!\string#4\endcsname{\global#2}%
+ \fi%
+ \ifx0#3\else%
+ \expandafter\def\csname SB@HT@\string#4\endcsname{\global#3}%
+ \fi%
+}
+\newcommand\SB@addMtest[7]{%
+ \edef\SB@temp{%
+ \string#4%
+ \ifx\relax#5\else\string#5\fi%
+ \ifx\relax#6\else\string#6\fi%
+ \ifx\relax#7\else\string#7\fi%
+ }%
+ \ifx0#2\else%
+ \def#1{{\csname SB@!\SB@nextname\endcsname}}%
+ \expandafter\def\csname SB@!\SB@temp\endcsname{\global#2}%
+ \fi%
+ \ifx0#3\else%
+ \expandafter\def\csname SB@HT@\SB@temp\endcsname{\global#3}%
+ \fi%
+}
+\DeclareLyricChar\`
+\DeclareLyricChar\'
+\DeclareLyricChar\^
+\DeclareLyricChar\"
+\DeclareLyricChar\~
+\DeclareLyricChar\=
+\DeclareLyricChar\.
+\DeclareLyricChar\u
+\DeclareLyricChar\v
+\DeclareLyricChar\H
+\DeclareLyricChar\t
+\DeclareLyricChar\c
+\DeclareLyricChar\d
+\DeclareLyricChar\b
+\DeclareLyricChar\oe
+\DeclareLyricChar\OE
+\DeclareLyricChar\ae
+\DeclareLyricChar\AE
+\DeclareLyricChar\aa
+\DeclareLyricChar\AA
+\DeclareLyricChar\o
+\DeclareLyricChar\O
+\DeclareLyricChar\l
+\DeclareLyricChar\L
+\DeclareLyricChar\ss
+\DeclareLyricChar\i
+\DeclareLyricChar\j
+\DeclareLyricChar\/
+\DeclareLyricChar\-
+\DeclareLyricChar\discretionary
+\DeclareNoHyphen\par
+\newcommand\SB@bracket{}
+\newcommand\SB@chord{\SB@begincname\SB@@chord}
+\newcommand\SB@begincname{}
+{\catcode`\^^M\active
+ \gdef\SB@begincname{%
+ \begingroup%
+ \catcode`##\active\catcode`&\active%
+ \catcode`:12\relax%
+ \catcode`\^^M\active\SB@outer\def^^M{}%
+ \SB@outer\def\[{}%
+ \chordlocals\relax%
+ }
+}
+\newcommand\SB@endcname{}
+\let\SB@endcname\endgroup
+\newcommand\SB@nbsp{}
+\def\SB@nbsp{\nobreakspace{}}
+\newif\ifSB@firstchord\SB@firstchordtrue
+\newcommand*\SB@@chord{}
+\def\SB@@chord#1]{%
+ \SB@endcname%
+ \ifSB@firstchord%
+ \setbox\SB@lyricbox\hbox{\kern\SB@tabindent}%
+ \global\SB@tabindent\z@%
+ \SB@lyric{}%
+ \SB@numhyps\z@%
+ \SB@spcinit%
+ \setbox\SB@chordbox\box\voidb@x%
+ \fi%
+ \SB@setchord{#1}%
+ \SB@firstchordfalse%
+ \let\SB@dothis\SB@chstart%
+ \SB@chscan%
+}
+\newcommand\SB@spcinit{}
+\newcommand\MultiwordChords{%
+ \def\SB@spcinit{%
+ \let\SB@chdone\SB@chlyrdone%
+ \let\SB@chimpspace\SB@chnxtdone%
+ \let\SB@chexpspace\SB@chnxtdone%
+ \let\SB@chespace\SB@chendspace%
+ }%
+}
+\newcommand\SB@chscan{%
+ \let\SB@nextname\relax%
+ \futurelet\SB@next\SB@chmain%
+}
+\newcommand\SB@chmain{\SB@dothis\SB@donext}
+\newcommand\SB@chnxtrelax{\let\SB@donext\relax}
+\newcommand\SB@chnxtstep{\let\SB@donext\SB@chstep}
+\newcommand\SB@chnxtdone{\let\SB@donext\SB@chdone}
+\newcommand\SB@chstart{%
+ \ifx\SB@next\[\SB@chnxtrelax%
+ \else\ifx\SB@next\SB@activehat\SB@chnxtrelax%
+ \else\ifx\SB@next\ch\SB@chnxtrelax%
+ \else\ifx\SB@next\mch\SB@chnxtrelax%
+ \else\ifx\SB@next`\SB@chnxtstep%
+ \else\ifx\SB@next'\SB@chnxtstep%
+ \else\ifx\SB@next"\SB@chnxtstep%
+ \else%
+ \the\SB@lyric%
+ \SB@lyric{}%
+ \SB@firstchordtrue%
+ \let\SB@dothis\SB@chnorm%
+ \SB@chnorm%
+ \fi\fi\fi\fi\fi\fi\fi%
+}
+\newcommand\SB@chnorm{%
+ \ifcat\noexpand\SB@next A%
+ \SB@testtrue\SB@lettertests%
+ \ifSB@test%
+ \SB@chespace\SB@chnxtstep%
+ \else%
+ \SB@chnxtdone%
+ \fi%
+ \else%
+ \SB@chtrymacro%
+ \fi%
+}
+\newcommand\SB@chtrymacro{%
+ \ifcat\noexpand\SB@next\relax%
+ \SB@chmacro%
+ \else%
+ \SB@chother%
+ \fi%
+}
+\newcommand\SB@chother{%
+ \ifcat\noexpand\SB@next\@sptoken%
+ \SB@chexpspace%
+ \else\ifcat\noexpand\SB@next\bgroup%
+ \SB@chespace\let\SB@donext\SB@chbgroup%
+ \else\ifcat\noexpand\SB@next\egroup%
+ \SB@chespace\let\SB@donext\SB@chegroup%
+ \else\ifx\SB@next-%
+ \SB@numhyps\@ne\relax%
+ \SB@lyricnohyp\expandafter{\the\SB@lyric}%
+ \let\SB@dothis\SB@chhyph%
+ \SB@chespace\SB@chnxtstep%
+ \else\ifcat\noexpand\SB@next.%
+ \SB@testtrue\SB@othertests%
+ \ifSB@test%
+ \SB@chespace\SB@chnxtstep%
+ \else%
+ \SB@chnxtdone%
+ \fi%
+ \else%
+ \SB@chespace\SB@chnxtstep%
+ \fi\fi\fi\fi\fi%
+}
+\newcommand\SB@chmacro{%
+ \SB@outertest%
+ \ifSB@test%
+ \SB@chnxtdone%
+ \else%
+ \let\SB@donext\SB@chgetname%
+ \fi%
+}
+\newcommand\SB@chgetname[1]{%
+ \edef\SB@nextname{\string#1}%
+ \SB@@chmacro\SB@donext#1%
+}
+\newcommand\SB@@chmacro{%
+ \ifx\SB@next\SB@activehat%
+ \SB@chnxtdone%
+ \else\ifx\SB@next\SB@par%
+ \SB@chnxtdone%
+ \else\ifx\SB@next\measurebar%
+ \SB@chmbar%
+ \else\ifx\SB@next\mbar%
+ \SB@chmbar%
+ \else\ifx\SB@next\ch%
+ \SB@chespace\let\SB@donext\SB@chlig%
+ \else\ifx\SB@next\mch%
+ \SB@chespace\let\SB@donext\SB@mchlig%
+ \else\ifx\SB@next\ %
+ \SB@chimpspace%
+ \else\ifx\SB@next\SB@nbsp%
+ \SB@chimpspace%
+ \else%
+ \SB@UTFtest\SB@next%
+ \ifcase\SB@cnt\SB@chothermac%
+ \or\or\SB@chespace\let\SB@donext\SB@chsteptwo%
+ \or\SB@chespace\let\SB@donext\SB@chstepthree%
+ \or\SB@chespace\let\SB@donext\SB@chstepfour\fi%
+ \fi\fi\fi\fi\fi\fi\fi\fi%
+}
+\newcommand\SB@chothermac{%
+ \SB@testfalse%
+ \afterassignment\iffalse%
+ \SB@cnt\expandafter`\SB@nextname x\fi%
+ \ifnum\the\catcode\SB@cnt=\z@\else\SB@testtrue\fi%
+ \SB@macrotests%
+ \ifSB@test%
+ \SB@chespace\SB@chnxtstep%
+ \else%
+ \SB@chnxtdone%
+ \fi%
+}
+\newcommand\SB@chstep[1]{%
+ \SB@lyric\expandafter{\the\SB@lyric#1}%
+ \SB@chscan%
+}
+\newcommand\SB@chsteptwo[2]{\SB@chmulti{#1#2}{\string#1\string#2}}
+\newcommand\SB@chstepthree[3]{%
+ \SB@chmulti{#1#2#3}{\string#1\string#2\string#3}%
+}
+\newcommand\SB@chstepfour[4]{%
+ \SB@chmulti{#1#2#3#4}{\string#1\string#2\string#3\string#4}%
+}
+\newcommand\SB@chmulti[2]{%
+ \def\SB@next{#1}%
+ \edef\SB@nextname{#2}%
+ \SB@testtrue\SB@multitests%
+ \ifSB@test%
+ \SB@lyric\expandafter{\the\SB@lyric#1}%
+ \expandafter\SB@chscan%
+ \else%
+ \expandafter\SB@chmstop%
+ \fi%
+}
+\newcommand\SB@chmstop{\expandafter\SB@chdone\SB@next}
+\newcommand\SB@chhyph{%
+ \ifx\SB@next-%
+ \advance\SB@numhyps\@ne\relax%
+ \SB@chnxtstep%
+ \else%
+ \SB@chnxtdone%
+ \fi%
+}
+\newcommand\SB@chimpspace{}
+\let\SB@chimpspace\SB@chnxtdone
+\newcommand\SB@chexpspace{}
+\let\SB@chexpspace\SB@chnxtdone
+\newcommand\SB@chespace{}
+\newcommand\SB@chendspace{%
+ \let\SB@chdone\SB@chlyrdone%
+ \def\SB@chexpspace{\SB@chbspace\SB@chexpspace}%
+ \def\SB@chimpspace{\SB@chbspace\SB@chimpspace}%
+ \def\SB@chespace{}%
+}
+\newcommand\SB@chbspace{%
+ \setbox\SB@lyricbox\hbox{%
+ \unhbox\SB@lyricbox%
+ \the\SB@lyric%
+ }%
+ \SB@lyric{}%
+ \ifdim\wd\SB@lyricbox<\wd\SB@chordbox%
+ \let\SB@chbstok= \SB@next%
+ \def\SB@chexpspace{\let\SB@donext\SB@chgetspace}%
+ \let\SB@chimpspace\SB@chnxtstep%
+ \let\SB@chespace\SB@chendspace%
+ \let\SB@chdone\SB@chspcdone%
+ \else%
+ \let\SB@chimpspace\SB@chnxtdone%
+ \let\SB@chexpspace\SB@chnxtdone%
+ \fi%
+}
+\newcommand\SB@chgetspace{%
+ \SB@appendsp\SB@lyric%
+ \let\SB@nextname\relax%
+ \afterassignment\SB@chscan%
+ \let\SB@next= }
+\newcommand\SB@chmbar{%
+ \ifmeasures%
+ \SB@chnxtdone%
+ \else%
+ \SB@chespace\SB@chnxtstep%
+ \fi%
+}
+\newcommand\SB@chbgroup[1]{%
+ \SB@lyric\expandafter{\the\SB@lyric{#1}}%
+ \SB@chscan%
+}
+\newcommand\SB@chegroup{%
+ \let\SB@nextname\relax%
+ \afterassignment\SB@chegrpscan%
+ \let\SB@next= }
+\newcommand\SB@chegrpscan{%
+ \futurelet\SB@next\SB@chegrpmacro%
+}
+\newcommand\SB@chegrpmacro{%
+ \ifcat\noexpand\SB@next\relax%
+ \expandafter\SB@chegrpouter%
+ \else%
+ \expandafter\SB@chegrpdone%
+ \fi%
+}
+\newcommand\SB@chegrpouter{%
+ \SB@outertest%
+ \ifSB@test%
+ \expandafter\SB@chegrpdone%
+ \else%
+ \expandafter\SB@chegrpname%
+ \fi%
+}
+\newcommand\SB@chegrpname[1]{%
+ \edef\SB@nextname{\string#1}%
+ \SB@chegrpdone#1%
+}
+\newcommand\SB@chegrpdone{\SB@chdone\egroup}
+\newcommand\SB@chlig[5]{%
+ \gdef\SB@ligpre{{#3}}%
+ \gdef\SB@ligpost{\[#2]{#4}}%
+ \gdef\SB@ligfull{%
+ \[\SB@noreplay{\hphantom{{\lyricfont\relax#3}}}#2]{#5}%
+ }%
+ \SB@chdone%
+}
+\newcommand\SB@mchlig[5]{%
+ \SB@lyric\expandafter{\the\SB@lyric#3}%
+ \let\SB@next\measurebar%
+ \edef\SB@nextname{\string\measurebar}%
+ \gdef\SB@ligpost{\measurebar\[#2]{#4}}%
+ \gdef\SB@ligfull{\measurebar\[#2]{#4}}%
+ \SB@chdone%
+}
+\newcommand\SB@chlyrdone{%
+ \setbox\SB@lyricbox\hbox{%
+ \unhbox\SB@lyricbox%
+ \ifnum\SB@numhyps=\@ne%
+ \the\SB@lyricnohyp%
+ \else%
+ \the\SB@lyric%
+ \fi%
+ }%
+ \SB@emitchord%
+}
+\newcommand\SB@chspcdone{%
+ \let\SB@nextname\relax%
+ \let\SB@next= \SB@chbstok%
+ \expandafter\SB@emitchord\the\SB@lyric%
+}
+\newcommand\SB@chdone{}
+\let\SB@chdone\SB@chlyrdone
+\newcommand\SB@ligpre{}
+\newcommand\SB@ligpost{}
+\newcommand\SB@ligfull{}
+\newcommand\SB@clearlig{%
+ \gdef\SB@ligpre{}%
+ \gdef\SB@ligpost{}%
+ \gdef\SB@ligfull{}%
+}
+\newcommand\SB@emitchord{%
+ \ifSB@inverse\else\ifSB@inchorus\else\SB@errchord\fi\fi%
+ \SB@testfalse%
+ \ifcat\noexpand\SB@next\@sptoken\SB@testtrue\fi%
+ \ifcat\noexpand\SB@next.\SB@testtrue\fi%
+ \ifx\SB@next\SB@par\SB@testtrue\fi%
+ \ifx\SB@next\egroup\SB@testtrue\fi%
+ \ifx\SB@next\endgroup\SB@testtrue\fi%
+ {\csname%
+ SB@HT@\ifx\SB@nextname\relax\meaning\SB@next\else\SB@nextname\fi%
+ \endcsname}%
+ \ifSB@test\SB@wordendstrue\else\SB@wordendsfalse\fi%
+ \SB@dimen\wd\SB@chordbox%
+ \ifvmode\leavevmode\fi%
+ \SB@brokenwordfalse%
+ \ifdim\wd\SB@lyricbox>\z@%
+ \ifdim\SB@dimen>\wd\SB@lyricbox%
+ \ifSB@wordends\else\SB@brokenwordtrue\fi%
+ \fi%
+ \else%
+ \SB@skip\lastskip%
+ \unskip\penalty200\hskip\SB@skip%
+ \fi%
+ \ifnum\SB@numhyps>\z@%
+ \ifnum\SB@numhyps>\@ne%
+ \SB@brokenwordfalse%
+ \else%
+ \SB@brokenwordtrue%
+ \fi%
+ \fi%
+ \SB@testfalse%
+ \ifnolyrics\ifdim\wd\SB@lyricbox=\z@\SB@testtrue\fi\fi%
+ \ifSB@test%
+ \unhbox\SB@chordbox%
+ \gdef\SB@temp{\expandafter\SB@clearlig\SB@ligfull}%
+ \else%
+ \vbox{\clineparams\relax%
+ \ifSB@brokenword%
+ \global\setbox\SB@lyricbox\hbox{%
+ \unhbox\SB@lyricbox%
+ \SB@ligpre%
+ }%
+ \SB@maxmin\SB@dimen<{\wd\SB@lyricbox}%
+ \advance\SB@dimen.5em%
+ \hbox to\SB@dimen{\unhbox\SB@chordbox\hfil}%
+ \hbox to\SB@dimen{%
+ \unhcopy\SB@lyricbox\hfil
+ \ifnum\hyphenchar\font>\m@ne\char\hyphenchar\font\hfil\fi%
+ }%
+ \global\SB@cnt\@m%
+ \gdef\SB@temp{\expandafter\SB@clearlig\SB@ligpost}%
+ \else%
+ \box\SB@chordbox%
+ \hbox{%
+ \unhcopy\SB@lyricbox%
+ \global\SB@cnt\spacefactor%
+ \hfil%
+ }%
+ \gdef\SB@temp{\expandafter\SB@clearlig\SB@ligfull}%
+ \fi%
+ }%
+ \ifSB@wordends%
+ \ifdim\wd\SB@lyricbox>\z@\else\nobreak\fi%
+ \else%
+ \penalty%
+ \ifnum\SB@numhyps>\z@\exhyphenpenalty%
+ \else\ifSB@brokenword\hyphenpenalty%
+ \else\@M\fi\fi%
+ \spacefactor\SB@cnt%
+ \fi%
+ \fi%
+ \SB@temp%
+}
+\newcommand\SB@accidental[1]{{%
+ \/%
+ \m@th#1%
+ \SB@dimen-\fontdimen\@ne\font%
+ \advance\SB@dimen.088142\p@%
+ \ifdim\SB@dimen<\z@%
+ \kern\f@size\SB@dimen%
+ \fi%
+}}
+\newcommand\sharpsymbol{\ensuremath{^\#}}
+\newcommand\flatsymbol{\raise.5ex\hbox{{\SB@flatsize$\flat$}}}
+\newcommand\shrp{\SB@accidental\sharpsymbol}
+\newcommand\flt{\SB@accidental\flatsymbol}
+\newcommand\DeclareFlatSize[2]{%
+ \expandafter\xdef\csname SB@flatsize@#1\endcsname{#2}%
+}
+\DeclareFlatSize\@vpt\@vpt
+\DeclareFlatSize\@vipt\@vipt
+\DeclareFlatSize\@viipt\@vipt
+\DeclareFlatSize\@viiipt\@viipt
+\DeclareFlatSize\@ixpt\@viiipt
+\DeclareFlatSize\@xpt\@ixpt
+\DeclareFlatSize\@xipt\@xpt
+\DeclareFlatSize\@xiipt\@xipt
+\DeclareFlatSize\@xivpt\@xiipt
+\DeclareFlatSize\@xviipt\@xivpt
+\DeclareFlatSize\@xxpt\@xviipt
+\DeclareFlatSize\@xxvpt\@xxpt
+\newcommand\SB@flatsize{%
+ \@ifundefined{SB@flatsize@\f@size}{}{%
+ \expandafter\fontsize%
+ \csname SB@flatsize@\f@size\endcsname\f@baselineskip%
+ \selectfont%
+ }%
+}
+\newcommand\ch{\SB@ch}
+\newcommand\SB@ch{}
+\newcommand\SB@ch@on{\SB@begincname\SB@@ch}
+\newcommand*\SB@@ch[1]{\SB@endcname\SB@@@ch{#1}}
+\newcommand*\SB@@@ch[4]{\[\SB@noreplay{\hphantom{#2}}#1]#4}
+\newcommand*\SB@ch@off[4]{#4}
+\newcommand\mch{\SB@mch}
+\newcommand\SB@mch{}
+\newcommand*\SB@mch@m[4]{#2\measurebar#3}
+\newcommand\SB@mch@on{\SB@begincname\SB@@mch}
+\newcommand*\SB@@mch[1]{\SB@endcname\SB@@@mch{#1}}
+\newcommand*\SB@@@mch[4]{#2\measurebar\[#1]#3}
+\newcommand\SB@activehat{%
+ \ifmmode^\else\expandafter\SB@rechord\fi%
+}
+\newcommand\SB@hat@tr{%
+ \ifmmode^\else\global\SB@nohatfalse\fi%
+}
+\newcommand\SB@hat@notr{%
+ \ifmmode^\else%
+ \SB@lop\SB@ctail\SB@toks%
+ \expandafter\transposehere\expandafter{\the\SB@toks}%
+ \fi%
+}
+\newcommand\SB@loadactives{}
+{
+ \catcode`&\active
+ \catcode`#\active
+ \catcode`|\active
+ \catcode`^\active
+ \global\let&\flt
+ \global\let#\shrp
+ \global\let|\measurebar
+ \global\let^\SB@activehat
+ \gdef\SB@loadactives{%
+ \catcode`^\ifchorded\active\else9 \fi%
+ \catcode`|\ifmeasures\active\else9 \fi%
+ \def\[{\SB@bracket}%
+ }
+}
+\newif\ifSB@trackch
+\SB@newtoks\SB@cr@
+\SB@newtoks\SB@ctail
+\newcommand\SB@creg{}
+\newcommand\newchords[1]{%
+ \@ifundefined{SB@cr@#1}{%
+ \expandafter\SB@newtoks\csname SB@cr@#1\endcsname%
+ \global\csname SB@cr@#1\endcsname{\\}%
+ }{\SB@errdup{#1}}%
+}
+\newcommand\memorize{%
+ \@ifnextchar[\SB@memorize{\SB@memorize[]}%
+}
+\newcommand\SB@memorize{}
+\def\SB@memorize[#1]{%
+ \@ifundefined{SB@cr@#1}{\SB@errreg{#1}}{%
+ \SB@trackchtrue%
+ \global\expandafter\let\expandafter\SB@creg%
+ \csname SB@cr@#1\endcsname%
+ \global\SB@creg{\\}%
+ }%
+}
+\newcommand\replay{\@ifnextchar[\SB@replay\SB@@replay}
+\newcommand\SB@replay{}
+\def\SB@replay[#1]{%
+ \@ifundefined{SB@cr@#1}{\SB@errreg{#1}}{%
+ \SB@trackchfalse%
+ \global\expandafter\let\expandafter\SB@creg%
+ \csname SB@cr@#1\endcsname%
+ \global\SB@ctail\SB@creg%
+ }%
+}
+\newcommand\SB@@replay{%
+ \SB@trackchfalse%
+ \global\SB@ctail\SB@creg%
+}
+\newcommand\SB@rechord{}
+\newcommand\SB@@rechord{%
+ \SB@ifempty\SB@ctail{%
+ \SB@errreplay%
+ \SB@toks{}%
+ \let\SB@donext\@gobble%
+ }{%
+ \SB@lop\SB@ctail\SB@toks%
+ \let\SB@donext\SB@chord%
+ \let\SB@noreplay\@gobble%
+ }%
+ \expandafter\SB@donext\the\SB@toks]%
+}
+\newif\ifSB@nohat
+\newcommand\SB@noreplay{}
+\let\SB@noreplay\@firstofone
+\newlength\SB@fretwidth
+\setlength\SB@fretwidth{6\p@}
+\newcommand\SB@fretnum[1]{{%
+ \sffamily\fontsize\@xpt\@xpt\selectfont#1%
+}}
+\newcommand\SB@onfret[1]{%
+ \rlap{\hbox to\SB@fretwidth{\hfil\vrule\@height6\p@\hfil}}%
+ \hbox to\SB@fretwidth{\hfil#1\hfil}%
+}
+\newcommand\SB@atopfret[1]{%
+ \hbox to\SB@fretwidth{\hfil#1\hfil}%
+}
+\newcommand\SB@fretbar{%
+ \nointerlineskip%
+ \hbox to\SB@dimen{%
+ \advance\SB@dimen-\SB@fretwidth%
+ \advance\SB@dimen.4\p@%
+ \hfil%
+ \vrule\@width\SB@dimen\@height.4\p@\@depth\z@%
+ \hfil%
+ }%
+ \nointerlineskip%
+}
+\newcommand\SB@topempty{\SB@atopfret\relax}
+\newcommand\SB@topX{\SB@atopfret{%
+ \hbox{%
+ \kern-.2\p@%
+ \fontencoding{OMS}\fontfamily{cmsy}%
+ \fontseries{m}\fontshape{n}%
+ \fontsize\@viipt\@viipt\selectfont\char\tw@%
+ \kern-.2\p@%
+ }%
+}}
+\newcommand\SB@topO{\SB@atopfret{%
+ \vrule\@width\z@\@height4.3333\p@\@depth.8333\p@%
+ \lower.74\p@\hbox{%
+ \fontencoding{OMS}\fontfamily{cmsy}%
+ \fontseries{m}\fontshape{n}%
+ \fontsize\@xpt\@xpt\selectfont\char14%
+ }%
+}}
+\newcommand\SB@fretempty{\SB@onfret\relax}
+\newcommand\SB@frethit{\SB@onfret{%
+ \hbox{%
+ \fontencoding{OMS}\fontfamily{cmsy}%
+ \fontseries{m}\fontshape{n}%
+ \fontsize\@xiipt\@xiipt\selectfont\char15%
+ }%
+}}
+\newcommand\SB@finger[1]{%
+ \SB@atopfret{\sffamily\fontsize\@vipt\@vipt\selectfont#1}%
+}
+\newif\ifSB@gettabind\SB@gettabindfalse
+\SB@newdimen\SB@tabindent
+\newcommand\SB@targfret{}
+\newcommand\SB@targstr{}
+\newcommand\SB@targfing{}
+\newcommand\SB@csify[2]{%
+ \SB@toks{}%
+ \SB@cnt\z@%
+ \SB@@csify#2\SB@@csify%
+ \edef#1{\the\SB@toks}%
+}
+\newcommand\SB@@csify[1]{%
+ \ifx#1\SB@@csify\else%
+ \advance\SB@cnt\@ne%
+ \SB@toks\expandafter{\the\SB@toks\csname#1\endcsname}%
+ \expandafter\SB@@csify%
+ \fi%
+}
+\newcommand\SB@gttop{%
+ \let\X\SB@topX\let\0\SB@topO\let\O\0\let\1\SB@topempty%
+ \let\2\1\let\3\1\let\4\1\let\5\1%
+ \let\6\1\let\7\1\let\8\1\let\9\1%
+}
+\newcommand\SB@gtinit{%
+ \let\X\SB@fretempty\let\0\X\let\O\X\let\1\SB@frethit%
+ \let\2\X\let\3\X\let\4\X\let\5\X%
+ \let\6\X\let\7\X\let\8\X\let\9\X%
+}
+\newcommand\SB@gtinc{%
+ \let\9\8\let\8\7\let\7\6\let\6\5\let\5\4%
+ \let\4\3\let\3\2\let\2\1\let\1\0%
+}
+\newcommand\SB@gtset[2]{%
+ \let\X#1\let\0\X\let\O\X%
+ \def\1{#21}\def\2{#22}\def\3{#23}%
+ \def\4{#24}\def\5{#25}\def\6{#26}%
+ \def\7{#27}\def\8{#28}\def\9{#29}%
+}
+\newcommand\SB@gtmax[1]{\ifnum\SB@cnt<#1\SB@cnt#1\fi}
+\newcommand\gtab{\SB@begincname\SB@gtab}
+\newcommand*\SB@gtab[1]{%
+ \SB@endcname%
+ \begingroup%
+ \catcode`:12\relax%
+ \SB@@gtab{#1}%
+}
+\newcommand*\SB@@gtab[2]{%
+ \endgroup%
+ \ifnum\SB@transposefactor=\z@%
+ \SB@@@gtab{#1}{#2}%
+ \else%
+ \begingroup%
+ \let\gtab\SB@@@gtab%
+ \gtabtrans{#1}{#2}%
+ \endgroup%
+ \fi%
+}
+\newcommand\gtabtrans[2]{\transposehere{#1}}
+\newcommand\SB@@@gtab[2]{%
+ \let\SB@targfret\@empty%
+ \let\SB@targstr\@empty%
+ \let\SB@targfing\@empty%
+ \SB@tabargs#2:::\SB@tabargs%
+ \ifx\SB@targstr\@empty%
+ \def\SB@targstr{\0\0\0\0\0\0}%
+ \fi%
+ \ifvmode\leavevmode\fi%
+ \vbox{%
+ \normalfont\normalsize%
+ \setbox\SB@box\hbox{%
+ \thinspace{\printchord{\transposehere{#1}\strut}}\thinspace%
+ }%
+ \setbox\SB@boxii\hbox{\SB@fretnum{\SB@targfret}}%
+ \setbox\SB@boxiii\hbox{{\SB@gttop\SB@targstr}}%
+ \hsize\wd\SB@box%
+ \ifSB@gettabind%
+ \global\SB@tabindent\wd\SB@boxii%
+ \global\advance\SB@tabindent.5\SB@fretwidth%
+ \global\advance\SB@tabindent-.5\p@%
+ \fi%
+ \SB@dimen\wd\SB@boxii%
+ \advance\SB@dimen\wd\SB@boxiii%
+ \ifdim\hsize<\SB@dimen%
+ \hsize\SB@dimen%
+ \else\ifSB@gettabind%
+ \SB@dimenii\hsize%
+ \advance\SB@dimenii-\SB@dimen%
+ \divide\SB@dimenii\tw@%
+ \global\advance\SB@tabindent\SB@dimenii%
+ \fi\fi%
+ \hbox to\hsize{\hfil\unhbox\SB@box\hfil}%
+ \kern-\p@\nointerlineskip%
+ \hbox to\hsize{%
+ \hfil%
+ \vtop{\kern\p@\kern2\p@\box\SB@boxii}%
+ \vtop{%
+ \SB@dimen\wd\SB@boxiii%
+ \box\SB@boxiii%
+ \SB@cnt\minfrets%
+ \SB@gtset\relax\SB@gtmax\SB@targstr%
+ \SB@gtinit%
+ \loop%
+ \SB@fretbar\hbox{\SB@targstr}%
+ \advance\SB@cnt\m@ne%
+ \ifnum\SB@cnt>\z@\SB@gtinc\repeat%
+ \SB@fretbar%
+ \ifx\SB@targsfing\@empty\else%
+ \kern1.5\p@%
+ \SB@gtset\SB@topempty\SB@finger%
+ \hbox{\SB@targfing}%
+ \fi%
+ }%
+ \hfil%
+ }%
+ \kern3\p@%
+ }%
+ \SB@gettabindfalse%
+}
+\newcommand\SB@ctoken{} \def\SB@ctoken{:}
+\newcommand\SB@tabargs{}
+\def\SB@tabargs#1:#2:#3:#4\SB@tabargs{%
+ \def\SB@temp{#4}%
+ \ifx\SB@temp\@empty%
+ \SB@csify\SB@targstr{#1}%
+ \else\ifx\SB@temp\SB@ctoken%
+ \SB@csify\SB@targstr{#1}%
+ \ifnum\SB@cnt>\@ne%
+ \SB@cntii\SB@cnt%
+ \SB@csify\SB@targfing{#2}%
+ \SB@cnt\SB@cntii%
+ \else%
+ \def\SB@targfret{#1}%
+ \SB@csify\SB@targstr{#2}%
+ \fi%
+ \else%
+ \def\SB@targfret{#1}%
+ \SB@csify\SB@targfing{#3}%
+ \SB@csify\SB@targstr{#2}%
+ \fi\fi%
+}
+\newcommand\songchapter{%
+ \let\SB@temp\@seccntformat%
+ \def\@seccntformat##1{}%
+ \@startsection{chapter}{0}{\z@}%
+ {3.5ex\@plus1ex\@minus.2ex}%
+ {.4ex\let\@seccntformat\SB@temp}%
+ {\sffamily\bfseries\LARGE\centering}%
+}
+\newcommand\songsection{%
+ \let\SB@temp\@seccntformat%
+ \def\@seccntformat##1{}%
+ \@startsection{section}{1}{\z@}%
+ {3.5ex\@plus1ex\@minus.2ex}%
+ {.4ex\let\@seccntformat\SB@temp}%
+ {\sffamily\bfseries\LARGE\centering}%
+}
+\newenvironment{songs}[1]{%
+ \ifSB@songsenv\SB@errnse\fi%
+ \gdef\SB@indexlist{#1}%
+ \SB@chkidxlst%
+ \stepcounter{SB@songsnum}%
+ \setcounter{songnum}{1}%
+ \let\SB@sgroup\@empty%
+ \ifinner\else\ifdim\pagetotal>\z@%
+ \null\nointerlineskip%
+ \fi\fi%
+ \songcolumns\SB@numcols%
+ \SB@songsenvtrue%
+}{%
+ \commitsongs%
+ \global\let\SB@indexlist\@empty%
+ \ifinner\else\clearpage\fi%
+ \SB@songsenvfalse%
+}
+\newcounter{SB@songsnum}
+\newcommand\songtarget[2]{%
+ \ifnum\@ne=0\ifSB@pdf\ifx\pdfbookmark\undefined\else%
+ \ifx\pdfbookmark\relax\else1\fi\fi\fi\relax%
+ \pdfbookmark[#1]{\thesongnum. \songtitle}{#2}%
+ \else\ifx\hypertarget\undefined%
+ \else\ifx\hypertarget\relax\else%
+ \hypertarget{#2}{\relax}%
+ \fi\fi\fi%
+}
+\newcommand\songlink{%
+ \ifnum\@ne=0\ifx\hyperlink\undefined\else%
+ \ifx\hyperlink\relax\else1\fi\fi\relax%
+ \expandafter\hyperlink%
+ \else%
+ \expandafter\@gobble%
+ \fi%
+}
+\newcommand\SB@indexlist{}
+\newcommand\SB@allindexes{}
+\let\SB@allindexes\@empty
+\newcommand\SB@out{}
+\let\SB@out\relax
+\newcommand\SB@newindex[4]{%
+ \expandafter\newcommand\csname SB@idxfilename@#3\endcsname{#4}%
+ \expandafter\newcommand\csname SB@idxsel@#3\endcsname[3]{###1}%
+ \expandafter\newcommand\csname SB@idxref@#3\endcsname{\thesongnum}%
+ \xdef\SB@allindexes{%
+ \ifx\SB@allindexes\@empty\else\SB@allindexes,\fi#3%
+ }%
+ \if@filesw%
+ \ifx\SB@out\relax%
+ \SB@newwrite\SB@out%
+ \immediate\openout\SB@out=\jobname.sxc\relax%
+ \fi%
+ \immediate\write\SB@out{\noexpand\SB@iwrite{#3}{#2}}%
+ \fi%
+}
+\newcommand\newindex{\SB@newindex1{TITLE INDEX DATA FILE}}
+\@onlypreamble\newindex
+\newcommand\newscripindex{\SB@newindex2{SCRIPTURE INDEX DATA FILE}}
+\@onlypreamble\newscripindex
+\newcommand\newauthorindex{\SB@newindex3{AUTHOR INDEX DATA FILE}}
+\@onlypreamble\newauthorindex
+\newcommand\SB@cwrite[2]{%
+ \ifx\SB@out\relax\else%
+ \protected@write\SB@out\SB@keepactive{\protect\SB@iwrite{#1}{#2}}%
+ \fi%
+}
+\newcommand\SB@keepactive{}
+{\catcode`\~\active
+ \catcode`\.12
+ \def\\#1#2{%
+ \endgroup
+ \SB@app\gdef\SB@keepactive{\def#1{#2}}%
+ }
+ \def\SB@temp#1#2{%
+ \SB@cnt#1\relax
+ \loop
+ \begingroup
+ \uccode`\~\SB@cnt
+ \uccode`\.\SB@cnt
+ \uppercase{\\~.}
+ \ifnum\SB@cnt<#2\relax
+ \advance\SB@cnt\@ne
+ \repeat
+ }
+ \SB@temp{1}{8}
+ \SB@temp{11}{11}
+ \SB@temp{14}{91}
+ \SB@temp{93}{255}
+}
+\newcommand\SB@iwrite[2]{%
+ \def\SB@tempii{#1}%
+ \ifx\SB@temp\SB@tempii%
+ \SB@toks{#2}%
+ \immediate\write\SB@out{\the\SB@toks}%
+ \fi%
+}
+\newcommand\SB@uncombine{%
+ \ifx\SB@out\relax\else%
+ \immediate\closeout\SB@out%
+ \ifsongindexes%
+ \@for\SB@temp:=\SB@allindexes\do{%
+ \immediate\openout\SB@out=%
+ \csname SB@idxfilename@\SB@temp\endcsname.sxd\relax%
+ \begingroup\makeatletter\catcode`\%12\relax%
+ \input{\jobname.sxc}\endgroup%
+ \immediate\closeout\SB@out%
+ }%
+ \fi%
+ \fi%
+}
+\AtEndDocument{\SB@uncombine}
+\SB@newbox\SB@songwrites
+\newcommand\SB@addtoindex[2]{%
+ \protected@edef\SB@tempii{#2}%
+ \ifx\SB@tempii\@empty\else%
+ \global\setbox\SB@songwrites\vbox{%
+ \unvbox\SB@songwrites%
+ \SB@cwrite{#1}{#2}%
+ \SB@cwrite{#1}{\csname SB@idxref@#1\endcsname}%
+ \SB@cwrite{#1}{song\theSB@songsnum-\thesongnum.%
+ \ifnum\c@section=\z@1\else2\fi}%
+ }%
+ \fi%
+}
+\newcommand\SB@addtoindexes[3]{%
+ \@for\SB@temp:=\SB@indexlist\do{%
+ \SB@addtoindex\SB@temp%
+ {\csname SB@idxsel@\SB@temp\endcsname{#1}{#2}{#3}}%
+ }%
+}
+\newcommand\SB@addtotitles[1]{%
+ \@for\SB@temp:=\SB@indexlist\do{%
+ \csname SB@idxsel@\SB@temp\endcsname%
+ {\SB@addtoindex\SB@temp{#1}}{}{}%
+ }%
+}
+\newcommand\SB@chkidxlst{%
+ \let\SB@temp\SB@indexlist%
+ \let\SB@indexlist\@empty%
+ \@for\SB@tempii:=\SB@temp\do{%
+ \@ifundefined{SB@idxsel@\SB@tempii}{\SB@errnoidx\SB@tempii}{%
+ \ifx\SB@indexlist\@empty%
+ \SB@toks\expandafter{\SB@tempii}%
+ \else%
+ \SB@toks\expandafter\expandafter\expandafter{%
+ \expandafter\SB@indexlist\expandafter,\SB@tempii}%
+ \fi%
+ \edef\SB@indexlist{\the\SB@toks}%
+ }%
+ }%
+}
+\newcommand\indexentry{\@ifnextchar[{\SB@idxentry*}{\SB@@idxentry*}}
+\newcommand\SB@idxentry{}
+\def\SB@idxentry#1[#2]#3{{%
+ \def\SB@indexlist{#2}%
+ \SB@chkidxlst%
+ \SB@addtoindexes{#1#3}{#3}{#3}%
+}}
+\newcommand\SB@@idxentry[2]{\SB@addtotitles{#1#2}}
+\newcommand\indextitleentry{%
+ \@ifnextchar[{\SB@idxentry{}}{\SB@@idxentry{}}%
+}
+\newcommand\indexsongsas[1]{%
+ \@ifundefined{SB@idxref@#1}%
+ {\SB@errnoidx{#1}\@gobble}%
+ {\expandafter\renewcommand\csname SB@idxref@#1\endcsname}%
+}
+\newcommand\SB@idxcmd[3]{%
+ \ifx\SB@allindexes\@empty%
+ \SB@warnnoidx%
+ \else\ifx\SB@out\relax\else%
+ \@for\SB@temp:=\SB@allindexes\do{%
+ \csname SB@idxsel@\SB@temp\endcsname%
+ {\SB@@idxcmd{#1}}{\SB@@idxcmd{#2}}{\SB@@idxcmd{#3}}%
+ }%
+ \fi\fi%
+}
+\newcommand\SB@@idxcmd[1]{%
+ \def\SB@tempii{#1}%
+ \ifx\SB@tempii\@empty\else%
+ \immediate\write\SB@out{%
+ \noexpand\SB@iwrite{\SB@temp}{#1}%
+ }%
+ \fi%
+}
+\newcommand\authsepword[1]{}
+\newcommand\authbyword[1]{}
+\newcommand\authignoreword[1]{}
+\newcommand\titleprefixword[1]{}
+{\catcode`\%=12
+ \gdef\authsepword#1{\SB@idxcmd{}{}{%sep #1}}
+ \gdef\authbyword#1{\SB@idxcmd{}{}{%after #1}}
+ \gdef\authignoreword#1{\SB@idxcmd{}{}{%ignore #1}}
+ \gdef\titleprefixword#1{\SB@idxcmd{%prefix #1}{}{}}}
+\@onlypreamble\authsepword
+\@onlypreamble\authbyword
+\@onlypreamble\authignoreword
+\@onlypreamble\titleprefixword
+\newcommand\SB@idxlineskip[1]{%
+ \vskip#1\p@\@plus#1\p@\@minus#1\p@%
+}
+\newcommand\SB@ellipspread[2]{%
+ \begingroup%
+ \SB@dimen\z@%
+ \def\SB@temp{#1}%
+ \SB@toks{#2}%
+ \setbox\SB@box\hbox{{%
+ \SB@temp%
+ \leaders\hbox to.5em{\hss.\hss}\hskip2em\@plus1fil%
+ {\the\SB@toks}%
+ }}%
+ \ifdim\wd\SB@box>\hsize%
+ \SB@balancerows%
+ \else%
+ \hbox to\hsize{\unhbox\SB@box}\par%
+ \fi%
+ \endgroup%
+}
+\newcommand\SB@balancerows{%
+ \edef\SB@tempii{\the\SB@toks}%
+ \setbox\SB@box\vbox{%
+ \SB@toks\expandafter{\expandafter\\\the\SB@toks\\}%
+ \SB@lop\SB@toks\SB@toks%
+ \settowidth\SB@dimen{\the\SB@toks}%
+ \advance\SB@dimen-.5em%
+ \leftskip.5cm%
+ {\hbadness\@M\hfuzz\maxdimen%
+ \hskip-.5cm\relax\SB@temp\unskip\nobreak%
+ \hskip\SB@dimen\nobreak%
+ \rightskip2em\@plus1fil\par}%
+ \setbox\SB@box\lastbox%
+ \setbox\SB@box\hbox{%
+ \unhbox\SB@box%
+ \unskip\unskip\unpenalty%
+ \unpenalty\unskip\unpenalty%
+ }%
+ \expandafter%
+ }%
+ \expandafter\SB@dimenii\the\wd\SB@box\relax%
+ \SB@dimen\hsize%
+ \advance\SB@dimen-.5cm%
+ \setbox\SB@box\vbox{%
+ \SB@multiline{\hbadness\@M\hfuzz\maxdimen}%
+ }%
+ \SB@dimeniii.5\SB@dimen%
+ \SB@dimeniv\SB@dimeniii%
+ \loop%
+ \SB@dimeniv.5\SB@dimeniv%
+ \setbox\SB@boxii\vbox{%
+ \SB@dimen\SB@dimeniii%
+ \SB@multiline{\hbadness\@M\hfuzz\maxdimen}%
+ }%
+ \ifnum\SB@cnt<\@M%
+ \ifdim\ht\SB@boxii>\ht\SB@box%
+ \advance\SB@dimeniii\SB@dimeniv%
+ \else%
+ \SB@dimen\SB@dimeniii%
+ \advance\SB@dimeniii-\SB@dimeniv%
+ \fi%
+ \else%
+ \advance\SB@dimeniii\SB@dimeniv%
+ \fi%
+ \ifdim\SB@dimeniv>2\p@\repeat%
+ \setbox\SB@box\box\voidb@x%
+ \setbox\SB@boxii\box\voidb@x%
+ \SB@multiline\relax%
+}
+\newcommand\SB@multiline[1]{%
+ \begingroup%
+ \SB@dimen-\SB@dimen%
+ \advance\SB@dimen\hsize%
+ \SB@dimenii-\SB@dimenii%
+ \advance\SB@dimenii\SB@dimen%
+ {#1\hskip-.5cm\relax\SB@temp\unskip\nobreak%
+ \SB@maxmin\SB@dimenii<{1.5em}%
+ \leftskip.5cm\rightskip2em\@plus1fil%
+ \interlinepenalty\@M%
+ \leaders\hbox to.5em{\hss.\hss}\hskip\SB@dimenii\@plus1fill%
+ \nobreak{\SB@tempii\kern-2em}%
+ \par\global\SB@cnt\badness}%
+ \endgroup%
+}%
+\newcommand\SB@idxitemsep{%
+ ,\kern-2em\penalty-8\hskip2.33em\@minus.11em%
+ \hskip-\SB@dimen\@plus-1fill%
+ \vadjust{}\nobreak%
+ \hskip\SB@dimen\@plus1fill\relax%
+}
+\newenvironment{idxblock}[1]{}{}
+\newcommand\idxentry[2]{}
+\newcommand\idxaltentry[2]{}
+\newenvironment{SB@lgidx}[1]{}{}
+\newenvironment{SB@smidx}[1]{}{}
+\newcommand\SB@idxsetup{%
+ \hsize\SB@colwidth%
+ \parskip\z@skip\parfillskip\z@skip\parindent\z@%
+ \baselineskip\f@size\p@\@plus\p@\@minus\p@%
+ \lineskiplimit\z@\lineskip\p@\@plus\p@\@minus\p@%
+ \hyphenpenalty\@M\exhyphenpenalty\@M%
+}
+\newcommand\SB@makeidxcolumn{%
+ \ifdim\ht\SB@box=\z@%
+ \hskip\hsize\relax%
+ \else%
+ \splittopskip\z@skip\splitmaxdepth\maxdepth%
+ \vsplit\SB@box to\SB@dimen%
+ \global\setbox\SB@box\vbox{%
+ \SB@idxsetup%
+ \splitbotmark%
+ \unvbox\SB@box%
+ }%
+ \fi%
+}
+\newcommand\SB@oneidxpage{}
+\newcommand\SB@displayindex[3]{%
+ \ifsongindexes\begingroup%
+ \SB@colwidth\hsize%
+ \advance\SB@colwidth-#1\columnsep%
+ \advance\SB@colwidth\columnsep%
+ \divide\SB@colwidth#1%
+ \setbox\SB@envbox\vbox{%
+ \let\SB@temp\songsection%
+ \ifx\chapter\undefined\else%
+ \ifx\chapter\relax\else%
+ \let\SB@temp\songchapter%
+ \fi%
+ \fi%
+ \SB@temp{#2}%
+ }%
+ \IfFileExists{\csname SB@idxfilename@#3\endcsname.sbx}{%
+ \ifsepindexes%
+ \global\setbox\SB@box\vbox{%
+ \null%
+ \vfil%
+ \unvcopy\SB@envbox%
+ \vskip.5in\@minus.3in\relax%
+ \hbox to\hsize{%
+ \hfil%
+ \vbox{%
+ \SB@idxsetup%
+ \renewenvironment{idxblock}[1]%
+ {\begin{SB@smidx}{####1}}{\end{SB@smidx}}%
+ \let\\\SB@idxitemsep%
+ \input{\csname SB@idxfilename@#3\endcsname.sbx}%
+ }%
+ \hfil%
+ }%
+ \vskip\z@\@plus2fil\relax%
+ }%
+ {\vbadness\@M\vfuzz\maxdimen%
+ \splitmaxdepth\maxdepth\splittopskip\z@skip%
+ \global\setbox\SB@boxii\vsplit\SB@box to\textheight}%
+ \ifvoid\SB@box%
+ \box\SB@boxii%
+ \else%
+ \SB@lgindex{#1}{#3}%
+ \fi%
+ \else%
+ \SB@lgindex{#1}{#3}%
+ \fi%
+ }%
+ {%
+ \ifsepindexes%
+ \vbox to\textheight{%
+ \vfil%
+ \unvbox\SB@envbox%
+ \vskip1em\relax%
+ \hbox to\hsize{\hfil[Index not yet generated.]\hfil}%
+ \vskip\z@\@plus2fil\relax%
+ }%
+ \else%
+ \unvbox\SB@envbox%
+ \hbox to\hsize{\hfil[Index not yet generated.]\hfil}%
+ \fi%
+ }%
+ \ifsepindexes\clearpage\fi%
+ \endgroup\fi%
+}
+\newcommand\SB@lgindex[2]{%
+ \global\setbox\SB@box\vbox{%
+ \renewenvironment{idxblock}[1]%
+ {\begin{SB@lgidx}{##1}}{\end{SB@lgidx}}%
+ \let\\\SB@idxitemsep%
+ \SB@idxsetup%
+ \input{\csname SB@idxfilename@#2\endcsname.sbx}%
+ \unskip%
+ }%
+ \SB@toks{\SB@makeidxcolumn}%
+ \SB@cnt#1\relax%
+ \loop\ifnum\SB@cnt>\@ne%
+ \SB@toks\expandafter{\the\SB@toks%
+ \kern\columnsep\SB@makeidxcolumn}%
+ \advance\SB@cnt\m@ne%
+ \repeat%
+ \edef\SB@oneidxpage{\the\SB@toks}%
+ \unvbox\SB@envbox%
+ \vskip.2in\relax%
+ \nointerlineskip%
+ \null%
+ \nointerlineskip%
+ \SB@cnt\vbadness\vbadness\@M%
+ \SB@dimenii\vfuzz\vfuzz\maxdimen%
+ \loop%
+ \SB@dimen\textheight%
+ \ifinner\else\kern\z@\advance\SB@dimen-\pagetotal\fi%
+ \global\setbox\SB@boxii\copy\SB@box%
+ \global\setbox\SB@boxiii\hbox{\SB@oneidxpage}%
+ \ifdim\ht\SB@box>\z@%
+ \box\SB@boxiii%
+ \vfil\break%
+ \repeat%
+ \SB@dimenii\ht\SB@boxii%
+ \divide\SB@dimenii#1\relax%
+ \SB@maxmin\SB@dimen>\SB@dimenii%
+ \loop%
+ \global\setbox\SB@box\copy\SB@boxii%
+ \global\setbox\SB@boxiii\hbox{\SB@oneidxpage}%
+ \ifdim\ht\SB@box>\z@%
+ \advance\SB@dimen\p@%
+ \repeat%
+ \box\SB@boxiii%
+ \global\setbox\SB@boxii\box\voidb@x%
+ \vbadness\SB@cnt\vfuzz\SB@dimenii%
+}
+\newcommand\showindex[3][0]{%
+ \@ifundefined{SB@idxsel@#3}{\SB@errnoidx{#3}}{%
+ \expandafter\let\expandafter\SB@temp\csname SB@idxsel@#3\endcsname%
+ \SB@cnt#1\relax%
+ \ifnum\SB@cnt<\@ne\SB@cnt\SB@temp232\relax\fi%
+ \expandafter\SB@temp%
+ \expandafter\SB@maketitleindex%
+ \expandafter\SB@makescripindex%
+ \expandafter\SB@makeauthorindex%
+ \expandafter{\the\SB@cnt}%
+ {#2}{#3}%
+ }%
+}
+\newcommand\SB@maketitleindex{%
+ \ifnum\idxheadwidth>\z@%
+ \renewenvironment{SB@lgidx}[1]{
+ \hbox{\SB@colorbox\idxbgcolor{\vbox{%
+ \hbox to\idxheadwidth{{\idxheadfont\relax##1}\hfil}%
+ }}}%
+ \nobreak\vskip3\p@\@plus2\p@\@minus2\p@\nointerlineskip%
+ }{\penalty-50\vskip5\p@\@plus5\p@\@minus4\p@}%
+ \else%
+ \renewenvironment{SB@lgidx}[1]{}{}%
+ \fi%
+ \renewenvironment{SB@smidx}[1]{}{}%
+ \renewcommand\idxentry[2]{%
+ \SB@ellipspread{\idxtitlefont\relax\ignorespaces##1\unskip}%
+ {{\idxrefsfont\relax##2}}%
+ }%
+ \renewcommand\idxaltentry[2]{%
+ \SB@ellipspread{\idxlyricfont\relax\ignorespaces##1\unskip}%
+ {{\idxrefsfont\relax##2}}%
+ }%
+ \SB@displayindex%
+}
+\newcommand\SB@idxcolhead{}
+\newcommand\SB@idxheadsep{{%
+ \SB@dimen4\p@%
+ \advance\SB@dimen-\prevdepth%
+ \SB@maxmin\SB@dimen<\z@%
+ \SB@dimenii\SB@dimen%
+ \SB@maxmin\SB@dimenii>\p@%
+ \vskip\SB@dimen\@plus\p@\@minus\SB@dimenii%
+}}
+\newcommand\SB@idxcont[1]{%
+ \hbox to\hsize{{\idxcont{#1}}\hfil}%
+ \nobreak%
+ \SB@idxheadsep\nointerlineskip%
+}
+\newcommand\SB@makescripindex{%
+ \renewenvironment{SB@lgidx}[1]{%
+ \gdef\SB@idxcolhead{##1}%
+ \hbox to\hsize{{\idxbook{##1}}\hfil}%
+ \nobreak%
+ \SB@idxheadsep\nointerlineskip%
+ }{%
+ \mark{\noexpand\relax}%
+ \penalty-20\vskip3\p@\@plus3\p@\relax%
+ }%
+ \renewenvironment{SB@smidx}[1]
+ {\begin{SB@lgidx}{##1}}{\end{SB@lgidx}}%
+ \renewcommand\idxentry[2]{%
+ \SB@ellipspread{\hskip.25cm\idxscripfont\relax##1}%
+ {{\idxrefsfont\relax##2}}%
+ \SB@toks\expandafter{\SB@idxcolhead}%
+ \mark{\noexpand\SB@idxcont{\the\SB@toks}}%
+ }%
+ \renewcommand\idxaltentry[2]{\SB@erridx{a scripture}}%
+ \SB@displayindex%
+}
+\newcommand\SB@makeauthorindex{%
+ \renewenvironment{SB@lgidx}[1]{}{}%
+ \renewenvironment{SB@smidx}[1]{}{}%
+ \renewcommand\idxentry[2]{%
+ \SB@ellipspread{{\idxauthfont\relax\sfcode`.\@m##1}}%
+ {{\idxrefsfont##2}}%
+ }%
+ \renewcommand\idxaltentry[2]{\SB@erridx{an author}}%
+ \SB@displayindex%
+}
+\newcommand\SB@Error{\PackageError{songs}}
+\newcommand\SB@Warn{\PackageWarning{songs}}
+\newcommand\SB@errspos{%
+ \SB@Error{Illegal \protect\songpos\space argument}{The argume%
+ nt to \protect\songpos\space must be a number from 0 to 3.}%
+}
+\newcommand\SB@errnse{%
+ \SB@Error{Nested songs environments are not supported}{End th%
+ e previous songs environment before beginning the next one.}%
+}
+\newcommand\SB@errpl{%
+ \SB@Error{\protect\includeonlysongs\space not permitted with%
+ in a songs environment}{\protect\includeonlysongs\space can o%
+ nly be used in the document preamble or between songs environ%
+ ments in the document body.}%
+}
+\newcommand\SB@errrtopt{%
+ \SB@Error{Cannot display chords in a rawtext dump}{You have u%
+ sed the rawtext option in the \protect\usepackage\space lin%
+ e and have either used the chorded option as well or have use%
+ d the \protect\chordson\space macro subsequently.}%
+}
+\newcommand\SB@warnrc{%
+ \SB@Warn{The \protect\repchoruses\space feature will not wor%
+ k when the number of columns is set to zero}%
+}
+\newcommand\SB@warnnoidx{%
+ \SB@Warn{Index command has no effect since no indexes are ye%
+ t declared}%
+}
+\newcommand\SB@errboo{%
+ \SB@Error{Encountered \protect\beginsong\space without seein%
+ g an \protect\endsong\space for the previous song}%
+ {Song \thesongnum\space might be missing a%
+ n \protect\endsong\space line.}%
+}
+\newcommand\SB@errbor{%
+ \SB@Error{Encountered \protect\beginsong\space without seein%
+ g an \protect\endscripture\space for the preceding scriptur%
+ e quotation}{A scripture quotation appearing after son%
+ g \thesongnum\space might be missing a%
+ n \protect\endscripture\space line.}%
+}
+\newcommand\SB@erreov{%
+ \SB@Error{Encountered \protect\endsong\space without seein%
+ g an \protect\endverse\space for the preceding verse}{Son%
+ g \thesongnum\space has a \protect\beginverse\space%
+ line with no matching \protect\endverse\space line.}%
+}
+\newcommand\SB@erreoc{%
+ \SB@Error{Encountered \protect\endsong\space without seein%
+ g an \protect\endchorus\space for the preceding chorus}{Son%
+ g \thesongnum\space has a \protect\beginchorus\space%
+ line with no matching \protect\endchorus\space line.}%
+}
+\newcommand\SB@erreor{%
+ \SB@Error{Encountered \protect\endsong\space without seein%
+ g an \protect\endscripture for the preceding scripture quot%
+ e}{A scripture quote appearing before song \thesongnum\space%
+ ended with \protect\endsong\space instead of wit%
+ h \protect\endscripture.}%
+}
+\newcommand\SB@erreot{%
+ \SB@Error{Encountered \protect\endsong\space with no matchin%
+ g \protect\beginsong}{Before song \thesongnum\space there wa%
+ s an \protect\endsong\space with no matchin%
+ g \protect\beginsong.}%
+}
+\newcommand\SB@errbvv{%
+ \SB@Error{Encountered \protect\beginverse\space without seein%
+ g an \protect\endverse\space for the preceding verse}{Son%
+ g \thesongnum\space might have a verse that has n%
+ o \protect\endendverse\space line.}%
+}
+\newcommand\SB@errbvc{%
+ \SB@Error{Encountered \protect\beginverse\space without seein%
+ g an \protect\endchorus\space for the preceding chorus}{Son%
+ g \thesongnum\space might have a chorus that has n%
+ o \protect\endchorus\space line.}%
+}
+\newcommand\SB@errbvt{%
+ \SB@Error{Encountered \protect\beginverse\space without firs%
+ t seeing a \protect\beginsong\space line}{Before son%
+ g \thesongnum, there is a \protect\beginverse\space line no%
+ t contained in any song.}%
+}
+\newcommand\SB@errevc{%
+ \SB@Error{Encountered \protect\endverse\space while process%
+ ing a chorus}{Song \thesongnum\space might hav%
+ e a \protect\beginchorus\space concluded by a%
+ n \protect\endverse\space instead of an \protect\endchorus.}%
+}
+\newcommand\SB@errevo{%
+ \SB@Error{Encountered \protect\endverse\space without firs%
+ t seeing a \protect\beginverse}{Song \thesongnum\space m%
+ ight have an \protect\endverse\space with no matchin%
+ g \protect\beginverse.}%
+}
+\newcommand\SB@errevt{%
+ \SB@Error{Encountered an \protect\endverse\space outside o%
+ f any song}{Before song \thesongnum, there is a%
+ n \protect\endverse\space line not preceded b%
+ y a \protect\beginsong\space line.}%
+}
+\newcommand\SB@erretex{%
+ \SB@Error{The \protect\repchoruses\space feature requires e-%
+ TeX compatibility}{Your version of LaTeX2e does not appear t%
+ o be e-TeX compatible. Find a distribution that includes e-T%
+ eX support in order to use this feature.}%
+}
+\newcommand\SB@errbcv{%
+ \SB@Error{Encountered \protect\beginchorus\space without see%
+ ing an \protect\endverse\space for the preceding verse}{Son%
+ g \thesongnum\space might hav%
+ e a \protect\beginverse\space with no match%
+ ing \protect\endverse.}%
+}
+\newcommand\SB@errbcc{%
+ \SB@Error{Encountered \protect\beginchorus\space without see%
+ ing an \protect\endchorus\space for the preceding chorus}%
+ {Song \thesongnum\space might have a \protect\beginchorus%
+ \space with no matching \protect\endchorus.}%
+}
+\newcommand\SB@errbct{%
+ \SB@Error{Encountered \protect\beginchorus\space without see%
+ ing a \protect\beginsong\space line first}{After son%
+ g \thesongnum\space there is a \protect\beginchorus\space%
+ line outside of any song.}%
+}
+\newcommand\SB@errecv{%
+ \SB@Error{Encountered an \protect\endchorus\space while proc%
+ essing a verse}{Song \thesongnum\space might hav%
+ e a \protect\beginverse\space concluded by \protect\endchorus%
+ \space instead of \protect\endverse.}%
+}
+\newcommand\SB@erreco{%
+ \SB@Error{Encountered \protect\endchorus\space without firs%
+ t seeing a \protect\beginchorus}{Song \thesongnum\space m%
+ ight have an \protect\endchorus\space with no match%
+ ing \protect\beginchorus.}%
+}
+\newcommand\SB@errect{%
+ \SB@Error{Encountered an \protect\endchorus\space outside o%
+ f any song}{Before song \thesongnum, there is a%
+ n \protect\endchorus\space line not preceded b%
+ y a \protect\beginsong\space line.}%
+}
+\newcommand\SB@errbro{%
+ \SB@Error{Missing \protect\endsong}%
+ {Nested song and intersong environments are not supported%
+ . Song \thesongnum\space might be missing a%
+ n \protect\endsong\space line.}%
+}
+\newcommand\SB@errbrr{%
+ \SB@Error{Nested intersong environments are not supported}%
+ {A scripture quote or other intersong environment before s%
+ ong \thesongnum\space is missing its ending line.}%
+}
+\newcommand\SB@errero{%
+ \SB@Error{Encountered an \protect\endscripture\space whil%
+ e processing a song}{Song \thesongnum\space ends wit%
+ h \protect\endscripture\space when it should end wit%
+ h \protect\endsong.}%
+}
+\newcommand\SB@errert{%
+ \SB@Error{Encountered an \protect\endscripture\space with%
+ out first seeing a \protect\beginscripture}{Before son%
+ g \thesongnum, there is an \protect\endscripture\space w%
+ ith no matching \protect\beginscripture.}%
+}
+\newcommand\SB@errscrip[1]{%
+ \SB@Error{Encountered a \protect#1\space outside a scriptu%
+ re quote}{\protect#1\space can only appear betwee%
+ n \protect\beginscripture\space an%
+ d \protect\endscripture\space lines.}%
+}
+\newcommand\SB@errchord{%
+ \SB@Error{Song \thesongnum\space seems to have chord%
+ s that appear outside of any verse or chorus}{All chords a%
+ nd lyrics should appear between \protect\beginverse\space%
+ and \protect\endverse, or between \protect\beginchorus\space%
+ and \protect\endchorus.}%
+}
+\newcommand\SB@errreplay{%
+ \SB@Error{Replayed chord has no matching chord}{Son%
+ g \thesongnum\space uses \protect^ more times than the%
+ re are chords in the previously memorized verse.}%
+}
+\newcommand\SB@errreg[1]{%
+ \SB@Error{Unknown chord-replay register name: #1}{Chord-re%
+ play registers must be declared with \protect\newchords.}%
+}
+\newcommand\SB@errdup[1]{%
+ \SB@Error{Duplicate definition of chord-replay register%
+ : #1}{\protect\newchords\space was used to declare the sa%
+ me chord-replay register twice.}%
+}
+\newcommand\SB@errmbar{%
+ \SB@Error{Song \thesongnum\space seems to have measur%
+ e bars that appear outside of any verse or chorus}{All mea%
+ sure bars (produced with \protect\mbar\space or |) must ap%
+ pear between \protect\beginverse\space an%
+ d \protect\endverse, or between \protect\beginchorus\space%
+ and \protect\endchorus.}%
+}
+\newcommand\SB@errtab{%
+ \SB@Error{Invalid argument to \protect\gtab\space macro. R%
+ eplacing it with \protect\0.}{Valid arguments consist onl%
+ y of: X, O, 0, 1, 2, 3, or 4.}%
+}
+\newcommand\SB@errnoidx[1]{%
+ \SB@Error{Unknown index identifier: #1}{This index identifie%
+ r was never declared using \protect\newindex.}%
+}
+\newcommand\SB@erridx[1]{%
+ \SB@Error{\protect\idxaltentry\space not allowed in #1 index}%
+ {This error should not occur. The index generation routines ha%
+ ve malfunctioned. Try deleting all temporary files and then re%
+ compiling.}%
+}
+\newif\ifchorded
+\newif\iflyric\lyrictrue
+\newif\ifslides
+\newif\ifmeasures
+\newif\ifpartiallist
+\newif\ifrepchorus
+\newif\iftranscapos
+\newif\ifnolyrics
+\newif\ifrawtext
+\newif\ifsongindexes\songindexestrue
+\newif\ifsepindexes\sepindexestrue
+\newif\ifpagepreludes
+\newif\ifSB@colorboxes
+\IfFileExists{color.sty}\SB@colorboxestrue\SB@colorboxesfalse
+\newif\ifSB@omitscrip
+\newcommand\nolyrics{}
+\let\nolyrics\nolyricstrue
+\newcommand\pagepreludes{\pagepreludestrue\songpos0}
+\SB@chordson
+\ProcessOptions\relax
+\ifSB@colorboxes
+ \RequirePackage{color}
+ \definecolor{SongbookShade}{gray}{.80}
+ \newcommand\SB@colorbox[2]{%
+ \ifx\@empty#1%
+ \vbox{%
+ \kern3\p@%
+ \hbox{\kern3\p@{#2}\kern3\p@}%
+ \kern3\p@%
+ }%
+ \else%
+ \colorbox{#1}{#2}%
+ \fi%
+ }
+\else
+ \newcommand\SB@colorbox[2]{\vbox{%
+ \kern3\p@%
+ \hbox{\kern3\p@{#2}\kern3\p@}%
+ \kern3\p@%
+ }}
+\fi
+\ifrawtext
+ \SB@newwrite\SB@txtout
+ \immediate\openout\SB@txtout=\jobname.txt
+ \newif\ifSB@doEOL
+ {\catcode`\^^M12 %
+ \catcode`\^^J12 %
+ \gdef\SB@printEOL{\ifSB@doEOL^^M^^J\fi}}
+ {\catcode`#12\gdef\SB@hash{#}}
+ {\catcode`&12\gdef\SB@amp{&}}
+ \renewcommand\SB@@@beginsong{%
+ \begingroup%
+ \def\'{}\def\`{}\def\v{}\def\u{}\def\={}\def\^{}%
+ \def\.{}\def\H{}\def\~{}\def\"{}\def\t{}%
+ \def\copyright{(c)}%
+ \let~\space%
+ \let\par\SB@printEOL%
+ \let\#\SB@hash%
+ \let\&\SB@amp%
+ \catcode`|9 %
+ \catcode`*9 %
+ \catcode`^9 %
+ \def\[##1]{}%
+ \resettitles%
+ \immediate\write\SB@txtout{\thesongnum. \songtitle}%
+ \nexttitle%
+ \foreachtitle{\immediate\write\SB@txtout{(\songtitle)}}%
+ \ifx\songauthors\@empty\else%
+ \immediate\write\SB@txtout{\songauthors}%
+ \fi%
+ \ifx\SB@rawrefs\@empty\else%
+ \immediate\write\SB@txtout{\SB@rawrefs}%
+ \fi%
+ \immediate\write\SB@txtout{}%
+ \SB@doEOLfalse%
+ \obeylines%
+ }
+ \renewcommand\SB@endsong{%
+ \SB@doEOLtrue%
+ \immediate\write\SB@txtout{\songcopyright\space%
+ \songlicense\SB@printEOL}%
+ \endgroup%
+ \SB@insongfalse%
+ \stepcounter{songnum}%
+ }
+ \def\SB@parsesrefs#1{\def\songrefs{#1}}
+ \long\def\beginverse#1#2\endverse{%
+ \SB@doEOLtrue\begingroup%
+ \def\textnote##1{##1}%
+ \def\SB@temp{#1}%
+ \def\SB@star{*}%
+ \ifx\SB@temp\SB@star%
+ \immediate\write\SB@txtout{\@gobble#2}%
+ \else%
+ \immediate\write\SB@txtout{#2}%
+ \fi%
+ \endgroup\SB@doEOLfalse}
+ \long\def\beginchorus#1\endchorus{%
+ \SB@doEOLtrue\begingroup%
+ \def\textnote##1{##1}%
+ \immediate\write\SB@txtout{Chorus:#1}%
+ \endgroup\SB@doEOLfalse}
+ \long\def\beginscripture#1\endscripture{}
+ \def\musicnote#1{}
+ \def\textnote#1{%
+ \SB@doEOLtrue%
+ \immediate\write\SB@txtout{#1\SB@printEOL}%
+ \SB@doEOLfalse}
+ \def\brk{}
+ \def\rep#1{(x#1)}
+ \def\echo#1{(#1)}
+ \def\mbar#1#2{}
+ \def\lrep{}
+ \def\rrep{}
+ \def\nolyrics{}
+ \renewcommand\memorize[1][]{}
+ \renewcommand\replay[1][]{}
+\fi
+\endinput
+%%
+%% End of file `songs.sty'.
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..633ca95
Binary files /dev/null and b/requirements.txt differ
diff --git a/songbook.aux b/songbook.aux
new file mode 100644
index 0000000..f23e546
--- /dev/null
+++ b/songbook.aux
@@ -0,0 +1 @@
+\relax
diff --git a/songbook.dvi b/songbook.dvi
new file mode 100644
index 0000000..081bf80
Binary files /dev/null and b/songbook.dvi differ
diff --git a/songbook.log b/songbook.log
new file mode 100644
index 0000000..b8ee766
--- /dev/null
+++ b/songbook.log
@@ -0,0 +1,6749 @@
+This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018) (preloaded format=latex 2019.4.4) 31 MAY 2019 14:51
+entering extended mode
+ restricted \write18 enabled.
+ %&-line parsing enabled.
+**src/songbook.tex
+(./src/songbook.tex
+LaTeX2e <2018-04-01> patch level 2
+Babel <3.18> and hyphenation patterns for 84 language(s) loaded.
+(/usr/local/texlive/2018/texmf-dist/tex/latex/base/article.cls
+Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
+(/usr/local/texlive/2018/texmf-dist/tex/latex/base/size10.clo
+File: size10.clo 2014/09/29 v1.4h Standard LaTeX file (size option)
+)
+\c@part=\count80
+\c@section=\count81
+\c@subsection=\count82
+\c@subsubsection=\count83
+\c@paragraph=\count84
+\c@subparagraph=\count85
+\c@figure=\count86
+\c@table=\count87
+\abovecaptionskip=\skip41
+\belowcaptionskip=\skip42
+\bibindent=\dimen102
+)
+(/usr/local/texlive/2018/texmf-dist/tex/latex/base/textcomp.sty
+Package: textcomp 2017/04/05 v2.0i Standard LaTeX package
+Package textcomp Info: Sub-encoding information:
+(textcomp) 5 = only ISO-Adobe without \textcurrency
+(textcomp) 4 = 5 + \texteuro
+(textcomp) 3 = 4 + \textohm
+(textcomp) 2 = 3 + \textestimated + \textcurrency
+(textcomp) 1 = TS1 - \textcircled - \t
+(textcomp) 0 = TS1 (full)
+(textcomp) Font families with sub-encoding setting implement
+(textcomp) only a restricted character set as indicated.
+(textcomp) Family '?' is the default used for unknown fonts.
+(textcomp) See the documentation for details.
+Package textcomp Info: Setting ? sub-encoding to TS1/1 on input line 79.
+
+(/usr/local/texlive/2018/texmf-dist/tex/latex/base/ts1enc.def
+File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
+Now handling font encoding TS1 ...
+... processing UTF-8 mapping file for font encoding TS1
+
+(/usr/local/texlive/2018/texmf-dist/tex/latex/base/ts1enc.dfu
+File: ts1enc.dfu 2018/04/05 v1.2c UTF-8 support for inputenc
+ defining Unicode char U+00A2 (decimal 162)
+ defining Unicode char U+00A3 (decimal 163)
+ defining Unicode char U+00A4 (decimal 164)
+ defining Unicode char U+00A5 (decimal 165)
+ defining Unicode char U+00A6 (decimal 166)
+ defining Unicode char U+00A7 (decimal 167)
+ defining Unicode char U+00A8 (decimal 168)
+ defining Unicode char U+00A9 (decimal 169)
+ defining Unicode char U+00AA (decimal 170)
+ defining Unicode char U+00AC (decimal 172)
+ defining Unicode char U+00AE (decimal 174)
+ defining Unicode char U+00AF (decimal 175)
+ defining Unicode char U+00B0 (decimal 176)
+ defining Unicode char U+00B1 (decimal 177)
+ defining Unicode char U+00B2 (decimal 178)
+ defining Unicode char U+00B3 (decimal 179)
+ defining Unicode char U+00B4 (decimal 180)
+ defining Unicode char U+00B5 (decimal 181)
+ defining Unicode char U+00B6 (decimal 182)
+ defining Unicode char U+00B7 (decimal 183)
+ defining Unicode char U+00B9 (decimal 185)
+ defining Unicode char U+00BA (decimal 186)
+ defining Unicode char U+00BC (decimal 188)
+ defining Unicode char U+00BD (decimal 189)
+ defining Unicode char U+00BE (decimal 190)
+ defining Unicode char U+00D7 (decimal 215)
+ defining Unicode char U+00F7 (decimal 247)
+ defining Unicode char U+0192 (decimal 402)
+ defining Unicode char U+02C7 (decimal 711)
+ defining Unicode char U+02D8 (decimal 728)
+ defining Unicode char U+02DD (decimal 733)
+ defining Unicode char U+0E3F (decimal 3647)
+ defining Unicode char U+2016 (decimal 8214)
+ defining Unicode char U+2020 (decimal 8224)
+ defining Unicode char U+2021 (decimal 8225)
+ defining Unicode char U+2022 (decimal 8226)
+ defining Unicode char U+2030 (decimal 8240)
+ defining Unicode char U+2031 (decimal 8241)
+ defining Unicode char U+203B (decimal 8251)
+ defining Unicode char U+203D (decimal 8253)
+ defining Unicode char U+2044 (decimal 8260)
+ defining Unicode char U+204E (decimal 8270)
+ defining Unicode char U+2052 (decimal 8274)
+ defining Unicode char U+20A1 (decimal 8353)
+ defining Unicode char U+20A4 (decimal 8356)
+ defining Unicode char U+20A6 (decimal 8358)
+ defining Unicode char U+20A9 (decimal 8361)
+ defining Unicode char U+20AB (decimal 8363)
+ defining Unicode char U+20AC (decimal 8364)
+ defining Unicode char U+20B1 (decimal 8369)
+ defining Unicode char U+2103 (decimal 8451)
+ defining Unicode char U+2116 (decimal 8470)
+ defining Unicode char U+2117 (decimal 8471)
+ defining Unicode char U+211E (decimal 8478)
+ defining Unicode char U+2120 (decimal 8480)
+ defining Unicode char U+2122 (decimal 8482)
+ defining Unicode char U+2126 (decimal 8486)
+ defining Unicode char U+2127 (decimal 8487)
+ defining Unicode char U+212E (decimal 8494)
+ defining Unicode char U+2190 (decimal 8592)
+ defining Unicode char U+2191 (decimal 8593)
+ defining Unicode char U+2192 (decimal 8594)
+ defining Unicode char U+2193 (decimal 8595)
+ defining Unicode char U+2329 (decimal 9001)
+ defining Unicode char U+232A (decimal 9002)
+ defining Unicode char U+2422 (decimal 9250)
+ defining Unicode char U+25E6 (decimal 9702)
+ defining Unicode char U+25EF (decimal 9711)
+ defining Unicode char U+266A (decimal 9834)
+ defining Unicode char U+FEFF (decimal 65279)
+))
+LaTeX Info: Redefining \oldstylenums on input line 334.
+Package textcomp Info: Setting cmr sub-encoding to TS1/0 on input line 349.
+Package textcomp Info: Setting cmss sub-encoding to TS1/0 on input line 350.
+Package textcomp Info: Setting cmtt sub-encoding to TS1/0 on input line 351.
+Package textcomp Info: Setting cmvtt sub-encoding to TS1/0 on input line 352.
+Package textcomp Info: Setting cmbr sub-encoding to TS1/0 on input line 353.
+Package textcomp Info: Setting cmtl sub-encoding to TS1/0 on input line 354.
+Package textcomp Info: Setting ccr sub-encoding to TS1/0 on input line 355.
+Package textcomp Info: Setting ptm sub-encoding to TS1/4 on input line 356.
+Package textcomp Info: Setting pcr sub-encoding to TS1/4 on input line 357.
+Package textcomp Info: Setting phv sub-encoding to TS1/4 on input line 358.
+Package textcomp Info: Setting ppl sub-encoding to TS1/3 on input line 359.
+Package textcomp Info: Setting pag sub-encoding to TS1/4 on input line 360.
+Package textcomp Info: Setting pbk sub-encoding to TS1/4 on input line 361.
+Package textcomp Info: Setting pnc sub-encoding to TS1/4 on input line 362.
+Package textcomp Info: Setting pzc sub-encoding to TS1/4 on input line 363.
+Package textcomp Info: Setting bch sub-encoding to TS1/4 on input line 364.
+Package textcomp Info: Setting put sub-encoding to TS1/5 on input line 365.
+Package textcomp Info: Setting uag sub-encoding to TS1/5 on input line 366.
+Package textcomp Info: Setting ugq sub-encoding to TS1/5 on input line 367.
+Package textcomp Info: Setting ul8 sub-encoding to TS1/4 on input line 368.
+Package textcomp Info: Setting ul9 sub-encoding to TS1/4 on input line 369.
+Package textcomp Info: Setting augie sub-encoding to TS1/5 on input line 370.
+Package textcomp Info: Setting dayrom sub-encoding to TS1/3 on input line 371.
+Package textcomp Info: Setting dayroms sub-encoding to TS1/3 on input line 372.
+
+Package textcomp Info: Setting pxr sub-encoding to TS1/0 on input line 373.
+Package textcomp Info: Setting pxss sub-encoding to TS1/0 on input line 374.
+Package textcomp Info: Setting pxtt sub-encoding to TS1/0 on input line 375.
+Package textcomp Info: Setting txr sub-encoding to TS1/0 on input line 376.
+Package textcomp Info: Setting txss sub-encoding to TS1/0 on input line 377.
+Package textcomp Info: Setting txtt sub-encoding to TS1/0 on input line 378.
+Package textcomp Info: Setting lmr sub-encoding to TS1/0 on input line 379.
+Package textcomp Info: Setting lmdh sub-encoding to TS1/0 on input line 380.
+Package textcomp Info: Setting lmss sub-encoding to TS1/0 on input line 381.
+Package textcomp Info: Setting lmssq sub-encoding to TS1/0 on input line 382.
+Package textcomp Info: Setting lmvtt sub-encoding to TS1/0 on input line 383.
+Package textcomp Info: Setting lmtt sub-encoding to TS1/0 on input line 384.
+Package textcomp Info: Setting qhv sub-encoding to TS1/0 on input line 385.
+Package textcomp Info: Setting qag sub-encoding to TS1/0 on input line 386.
+Package textcomp Info: Setting qbk sub-encoding to TS1/0 on input line 387.
+Package textcomp Info: Setting qcr sub-encoding to TS1/0 on input line 388.
+Package textcomp Info: Setting qcs sub-encoding to TS1/0 on input line 389.
+Package textcomp Info: Setting qpl sub-encoding to TS1/0 on input line 390.
+Package textcomp Info: Setting qtm sub-encoding to TS1/0 on input line 391.
+Package textcomp Info: Setting qzc sub-encoding to TS1/0 on input line 392.
+Package textcomp Info: Setting qhvc sub-encoding to TS1/0 on input line 393.
+Package textcomp Info: Setting futs sub-encoding to TS1/4 on input line 394.
+Package textcomp Info: Setting futx sub-encoding to TS1/4 on input line 395.
+Package textcomp Info: Setting futj sub-encoding to TS1/4 on input line 396.
+Package textcomp Info: Setting hlh sub-encoding to TS1/3 on input line 397.
+Package textcomp Info: Setting hls sub-encoding to TS1/3 on input line 398.
+Package textcomp Info: Setting hlst sub-encoding to TS1/3 on input line 399.
+Package textcomp Info: Setting hlct sub-encoding to TS1/5 on input line 400.
+Package textcomp Info: Setting hlx sub-encoding to TS1/5 on input line 401.
+Package textcomp Info: Setting hlce sub-encoding to TS1/5 on input line 402.
+Package textcomp Info: Setting hlcn sub-encoding to TS1/5 on input line 403.
+Package textcomp Info: Setting hlcw sub-encoding to TS1/5 on input line 404.
+Package textcomp Info: Setting hlcf sub-encoding to TS1/5 on input line 405.
+Package textcomp Info: Setting pplx sub-encoding to TS1/3 on input line 406.
+Package textcomp Info: Setting pplj sub-encoding to TS1/3 on input line 407.
+Package textcomp Info: Setting ptmx sub-encoding to TS1/4 on input line 408.
+Package textcomp Info: Setting ptmj sub-encoding to TS1/4 on input line 409.
+)
+(/usr/local/texlive/2018/texmf-dist/tex/latex/tools/array.sty
+Package: array 2018/04/07 v2.4g Tabular extension package (FMi)
+\col@sep=\dimen103
+\ar@mcellbox=\box26
+\extrarowheight=\dimen104
+\NC@list=\toks14
+\extratabsurround=\skip43
+\backup@length=\skip44
+\ar@cellbox=\box27
+)
+(/usr/local/texlive/2018/texmf-dist/tex/latex/songbook/songbook.sty
+
+LaTeX Warning: You have requested package `',
+ but the package provides `songbook'.
+
+Package: songbook 2010/04/30 v4.5 All purpose Songbook style
+Document Subclass: songbook 2010/04/30 v4.5 All purpose Songbook style
+(/usr/local/texlive/2018/texmf-dist/tex/latex/tools/calc.sty
+Package: calc 2017/05/25 v4.3 Infix arithmetic (KKT,FJ)
+\calc@Acount=\count88
+\calc@Bcount=\count89
+\calc@Adimen=\dimen105
+\calc@Bdimen=\dimen106
+\calc@Askip=\skip45
+\calc@Bskip=\skip46
+LaTeX Info: Redefining \setlength on input line 80.
+LaTeX Info: Redefining \addtolength on input line 81.
+\calc@Ccount=\count90
+\calc@Cskip=\skip47
+)
+\chSpaceTolerance=\skip48
+\chMiniSpace=\skip49
+\sbBaselineSkipAmt=\skip50
+\textwidthSav=\skip51
+\evensidemarginSav=\skip52
+\marginparsepSav=\skip53
+\marginparwidthSav=\skip54
+\chSpaceToleranceSav=\skip55
+
+(/usr/local/texlive/2018/texmf-dist/tex/latex/songbook/conditionals.sty)
+(/usr/local/texlive/2018/texmf-dist/tex/latex/base/ifthen.sty
+Package: ifthen 2014/09/29 v1.1c Standard LaTeX ifthen package (DPC)
+)
+(/usr/local/texlive/2018/texmf-dist/tex/generic/xstring/xstring.sty
+(/usr/local/texlive/2018/texmf-dist/tex/generic/xstring/xstring.tex
+\@xs@message=\write3
+\integerpart=\count91
+\decimalpart=\count92
+)
+Package: xstring 2013/10/13 v1.7c String manipulations (C Tellechea)
+)
+(/usr/local/texlive/2018/texmf-dist/tex/latex/tools/multicol.sty
+Package: multicol 2018/04/01 v1.8r multicolumn formatting (FMi)
+\c@tracingmulticols=\count93
+\mult@box=\box28
+\multicol@leftmargin=\dimen107
+\c@unbalance=\count94
+\c@collectmore=\count95
+\doublecol@number=\count96
+\multicoltolerance=\count97
+\multicolpretolerance=\count98
+\full@width=\dimen108
+\page@free=\dimen109
+\premulticols=\dimen110
+\postmulticols=\dimen111
+\multicolsep=\skip56
+\multicolbaselineskip=\skip57
+\partial@page=\box29
+\last@line=\box30
+\maxbalancingoverflow=\dimen112
+\mult@rightbox=\box31
+\mult@grightbox=\box32
+\mult@gfirstbox=\box33
+\mult@firstbox=\box34
+\@tempa=\box35
+\@tempa=\box36
+\@tempa=\box37
+\@tempa=\box38
+\@tempa=\box39
+\@tempa=\box40
+\@tempa=\box41
+\@tempa=\box42
+\@tempa=\box43
+\@tempa=\box44
+\@tempa=\box45
+\@tempa=\box46
+\@tempa=\box47
+\@tempa=\box48
+\@tempa=\box49
+\@tempa=\box50
+\@tempa=\box51
+\c@columnbadness=\count99
+\c@finalcolumnbadness=\count100
+\last@try=\dimen113
+\multicolovershoot=\dimen114
+\multicolundershoot=\dimen115
+\mult@nat@firstbox=\box52
+\colbreak@box=\box53
+\mc@col@check@num=\count101
+)
+\c@SBSongCnt=\count102
+\c@SBSectionCnt=\count103
+\c@SBVerseCnt=\count104
+\chCriticDim=\skip58
+\chSpaceDim=\skip59
+)
+! Undefined control sequence.
+l.12 \newdate
+ {date}{01}{01}{1970}
+?
+
+! LaTeX Error: Missing \begin{document}.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type H for immediate help.
+ ...
+
+l.12 \newdate{d
+ ate}{01}{01}{1970}
+?
+! Undefined control sequence.
+l.19 \pagesetup
+ {Long}{1cm}
+?
+
+! LaTeX Error: Missing \begin{document}.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type H for immediate help.
+ ...
+
+l.19 \pagesetup{L
+ ong}{1cm}
+?
+! Undefined control sequence.
+l.22 \songpos
+ {0}
+?
+
+! LaTeX Error: Missing \begin{document}.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type H for immediate help.
+ ...
+
+l.22 \songpos{0
+ }
+?
+! Undefined control sequence.
+l.24 \backgroundsetup
+ {
+?
+
+! LaTeX Error: Missing \begin{document}.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type H for immediate help.
+ ...
+
+l.25 s
+ cale=1,
+?
+! Undefined control sequence.
+l.29 contents={\includegraphics
+ [width=\paperwidth]{images/template-cover.png}}
+
+?
+! Missing number, treated as zero.
+
+ ]
+l.29 ...tents={\includegraphics[width=\paperwidth]
+ {images/template-cover.png}}
+?
+! Illegal unit of measure (pt inserted).
+
+ ]
+l.29 ...tents={\includegraphics[width=\paperwidth]
+ {images/template-cover.png}}
+?
+
+LaTeX Warning: Unused global option(s):
+ [9pt].
+
+No file songbook.aux.
+\openout1 = `songbook.aux'.
+
+LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 32.
+LaTeX Font Info: ... okay on input line 32.
+LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 32.
+LaTeX Font Info: ... okay on input line 32.
+LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 32.
+LaTeX Font Info: ... okay on input line 32.
+LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 32.
+LaTeX Font Info: ... okay on input line 32.
+LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 32.
+LaTeX Font Info: ... okay on input line 32.
+LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 32.
+LaTeX Font Info: ... okay on input line 32.
+LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 32.
+LaTeX Font Info: Try loading font information for TS1+cmr on input line 32.
+(/usr/local/texlive/2018/texmf-dist/tex/latex/base/ts1cmr.fd
+File: ts1cmr.fd 2014/09/29 v2.5h Standard LaTeX font definitions
+)
+LaTeX Font Info: ... okay on input line 32.
+
+! No songbook option (i.e., type) specified. Specify a songbook mode in your us
+epackage statement; one of: [chordbk], [wordbk], or [overhead].
+ ... [chordbk], [wordbk], or [overhead]}
+
+l.32 \begin{document}
+
+?
+! Undefined control sequence.
+l.35 \customtitle
+
+?
+! Undefined control sequence.
+l.36 \BgThispage
+
+?
+[1
+
+]
+! Undefined control sequence.
+l.47 \rules
+
+?
+! Undefined control sequence.
+l.50 \seating
+
+?
+! Undefined control sequence.
+ \columns
+
+l.53 \begin{multicols}{\columns}
+
+?
+! Missing number, treated as zero.
+
+ \relax
+l.53 \begin{multicols}{\columns}
+
+?
+
+Package multicol Warning: Using `0' columns doesn't seem a good idea.
+ I therefore use two columns instead on input line 53.
+
+
+! LaTeX Error: Environment songs undefined.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type H for immediate help.
+ ...
+
+l.54 \begin{songs}
+ {}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@b
+ sphack\begingroup \@sanitize\@titleIndex
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@bsphack\begingroup \@s
+ anitize\@titleIndex
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ...phack\begingroup \@sanitize\@titleI
+ ndex
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@b
+ sphack\begingroup \@sanitize\@titleContents
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@bsphack\begingroup \@s
+ anitize\@titleContents
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\\song ...Title }{\theSBSongCnt } \titleContents {
+ \theSongTitle }{\theSongKe...
+l.62 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+\\song ...ongCnt } \titleContents {\theSongTitle }
+ {\theSongKey } \artistInde...
+l.62 \sclearpage
+
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.62 \sclearpage
+
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.62 \sclearpage
+
+?
+
+Overfull \hbox (2.99005pt too wide) in paragraph at lines 62--62
+[]\OT1/cmr/m/n/12 sphackanitizendexdearfriends1
+ []
+
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@b
+ sphack\begingroup \@sanitize\@artistIndex
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@s
+ anitize\@artistIndex
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@sanitize\@a
+ rtistIndex
+l.62 \sclearpage
+
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.62 \sclearpage
+
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@b
+ sphack\begingroup \@sanitize\@keyIndex
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@s
+ anitize\@keyIndex
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@sanitize\@k
+ eyIndex
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@b
+ sphack\begingroup \@sanitize\@titleIndex
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@bsphack\begingroup \@s
+ anitize\@titleIndex
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ...phack\begingroup \@sanitize\@titleI
+ ndex
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@b
+ sphack\begingroup \@sanitize\@titleContents
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@bsphack\begingroup \@s
+ anitize\@titleContents
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\\song ...Title }{\theSBSongCnt } \titleContents {
+ \theSongTitle }{\theSongKe...
+l.62 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+\\song ...ongCnt } \titleContents {\theSongTitle }
+ {\theSongKey } \artistInde...
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@b
+ sphack\begingroup \@sanitize\@artistIndex
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@s
+ anitize\@artistIndex
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@sanitize\@a
+ rtistIndex
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@b
+ sphack\begingroup \@sanitize\@keyIndex
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@s
+ anitize\@keyIndex
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@sanitize\@k
+ eyIndex
+l.62 \sclearpage
+
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.62 \sclearpage
+
+?
+! Extra \fi.
+\\STitle ...eKeyFont \ [{\sbChord #3\relax }]}\fi
+ \if #1Y\end {center}\fi \S...
+l.62 \sclearpage
+
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.62 \sclearpage
+
+?
+! Argument of \@gobble has an extra }.
+
+ \par
+l.62 \sclearpage
+
+?
+Runaway argument?
+! Paragraph ended before \@gobble was complete.
+
+ \par
+l.62 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.62 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+\@tempc ...s@ \expandafter {\the \toks@ #1\TE@or }
+ \expandafter \@tempc \fi #2
+l.62 \sclearpage
+
+?
+! Argument of \@tempc has an extra }.
+
+ \par
+l.62 \sclearpage
+
+?
+Runaway argument?
+\@tempc \TE@repl \and \TE@and \TE@repl \not \TE@neg \TE@repl \OR \TE@or \ETC.
+! Paragraph ended before \@tempc was complete.
+
+ \par
+l.62 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.62 \sclearpage
+
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.62 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+\\STitle ...ct \sbChord #3\protect \relax } -- #2}
+ {\theSBSongCnt }\fi \vspac...
+l.62 \sclearpage
+
+?
+! Extra \fi.
+\\STitle ...ct \relax } -- #2}{\theSBSongCnt }\fi
+ \vspace {\SpaceAboveSTitle...
+l.62 \sclearpage
+
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@b
+ sphack\begingroup \@sanitize\@titleIndex
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@bsphack\begingroup \@s
+ anitize\@titleIndex
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ...phack\begingroup \@sanitize\@titleI
+ ndex
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@b
+ sphack\begingroup \@sanitize\@titleContents
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@bsphack\begingroup \@s
+ anitize\@titleContents
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\\song ...Title }{\theSBSongCnt } \titleContents {
+ \theSongTitle }{\theSongKe...
+l.62 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+\\song ...ongCnt } \titleContents {\theSongTitle }
+ {\theSongKey } \artistInde...
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@b
+ sphack\begingroup \@sanitize\@artistIndex
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@s
+ anitize\@artistIndex
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@sanitize\@a
+ rtistIndex
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@b
+ sphack\begingroup \@sanitize\@keyIndex
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@s
+ anitize\@keyIndex
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@sanitize\@k
+ eyIndex
+l.62 \sclearpage
+
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.62 \sclearpage
+
+?
+! Extra \fi.
+\\STitle ...eKeyFont \ [{\sbChord #3\relax }]}\fi
+ \if #1Y\end {center}\fi \S...
+l.62 \sclearpage
+
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.62 \sclearpage
+
+?
+! Argument of \@gobble has an extra }.
+
+ \par
+l.62 \sclearpage
+
+?
+Runaway argument?
+! Paragraph ended before \@gobble was complete.
+
+ \par
+l.62 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.62 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+\@tempc ...s@ \expandafter {\the \toks@ #1\TE@or }
+ \expandafter \@tempc \fi #2
+l.62 \sclearpage
+
+?
+! Argument of \@tempc has an extra }.
+
+ \par
+l.62 \sclearpage
+
+?
+Runaway argument?
+\@tempc \TE@repl \and \TE@and \TE@repl \not \TE@neg \TE@repl \OR \TE@or \ETC.
+! Paragraph ended before \@tempc was complete.
+
+ \par
+l.62 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.62 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+\\STitle ...TitleKeyFont \ [{\sbChord #3\relax }]}
+ \fi \if #1Y\end {center}\f...
+l.62 \sclearpage
+
+?
+! Extra \fi.
+\\STitle ...eKeyFont \ [{\sbChord #3\relax }]}\fi
+ \if #1Y\end {center}\fi \S...
+l.62 \sclearpage
+
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.62 \sclearpage
+
+?
+! Undefined control sequence.
+ ...sfeeling \CpyRtInfoFont \sclearpage
+ }
+l.62 \sclearpage
+
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.62 \sclearpage
+
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.62 \sclearpage
+
+?
+
+! LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type H for immediate help.
+ ...
+
+l.62 \sclearpage
+
+?
+
+! LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type H for immediate help.
+ ...
+
+l.62 \sclearpage
+
+?
+! Extra \fi.
+ \fi
+
+l.62 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@b
+ sphack\begingroup \@sanitize\@titleIndex
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@bsphack\begingroup \@s
+ anitize\@titleIndex
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ...phack\begingroup \@sanitize\@titleI
+ ndex
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@b
+ sphack\begingroup \@sanitize\@titleContents
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@bsphack\begingroup \@s
+ anitize\@titleContents
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\\song ...Title }{\theSBSongCnt } \titleContents {
+ \theSongTitle }{\theSongKe...
+l.66 \song
+ {helangar}
+?
+! Extra }, or forgotten \endgroup.
+\\song ...ongCnt } \titleContents {\theSongTitle }
+ {\theSongKey } \artistInde...
+l.66 \song
+ {helangar}
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.66 \song
+ {helangar}
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.66 \song
+ {helangar}
+?
+
+Overfull \hbox (14.51895pt too wide) in paragraph at lines 66--66
+ \OT1/cmr/m/n/12 sphackanitizendexhenkilokuntaEN4
+ []
+
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@b
+ sphack\begingroup \@sanitize\@artistIndex
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@s
+ anitize\@artistIndex
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@sanitize\@a
+ rtistIndex
+l.66 \song
+ {helangar}
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.66 \song
+ {helangar}
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@b
+ sphack\begingroup \@sanitize\@keyIndex
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@s
+ anitize\@keyIndex
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@sanitize\@k
+ eyIndex
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@b
+ sphack\begingroup \@sanitize\@titleIndex
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@bsphack\begingroup \@s
+ anitize\@titleIndex
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ...phack\begingroup \@sanitize\@titleI
+ ndex
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@b
+ sphack\begingroup \@sanitize\@titleContents
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@bsphack\begingroup \@s
+ anitize\@titleContents
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\\song ...Title }{\theSBSongCnt } \titleContents {
+ \theSongTitle }{\theSongKe...
+l.66 \song
+ {helangar}
+?
+! Extra }, or forgotten \endgroup.
+\\song ...ongCnt } \titleContents {\theSongTitle }
+ {\theSongKey } \artistInde...
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@b
+ sphack\begingroup \@sanitize\@artistIndex
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@s
+ anitize\@artistIndex
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@sanitize\@a
+ rtistIndex
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@b
+ sphack\begingroup \@sanitize\@keyIndex
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@s
+ anitize\@keyIndex
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@sanitize\@k
+ eyIndex
+l.66 \song
+ {helangar}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.66 \song
+ {helangar}
+?
+! Extra \fi.
+\\STitle ...eKeyFont \ [{\sbChord #3\relax }]}\fi
+ \if #1Y\end {center}\fi \S...
+l.66 \song
+ {helangar}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.66 \song
+ {helangar}
+?
+! Argument of \@gobble has an extra }.
+
+ \par
+l.66 \song
+ {helangar}
+?
+Runaway argument?
+! Paragraph ended before \@gobble was complete.
+
+ \par
+l.66 \song
+ {helangar}
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.66 \song
+ {helangar}
+?
+! Extra }, or forgotten \endgroup.
+\@tempc ...s@ \expandafter {\the \toks@ #1\TE@or }
+ \expandafter \@tempc \fi #2
+l.66 \song
+ {helangar}
+?
+! Argument of \@tempc has an extra }.
+
+ \par
+l.66 \song
+ {helangar}
+?
+Runaway argument?
+\@tempc \TE@repl \and \TE@and \TE@repl \not \TE@neg \TE@repl \OR \TE@or \ETC.
+! Paragraph ended before \@tempc was complete.
+
+ \par
+l.66 \song
+ {helangar}
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.66 \song
+ {helangar}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.66 \song
+ {helangar}
+?
+! Extra }, or forgotten \endgroup.
+\\STitle ...ct \sbChord #3\protect \relax } -- #2}
+ {\theSBSongCnt }\fi \vspac...
+l.66 \song
+ {helangar}
+?
+! Extra \fi.
+\\STitle ...ct \relax } -- #2}{\theSBSongCnt }\fi
+ \vspace {\SpaceAboveSTitle...
+l.66 \song
+ {helangar}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@b
+ sphack\begingroup \@sanitize\@titleIndex
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@bsphack\begingroup \@s
+ anitize\@titleIndex
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ...phack\begingroup \@sanitize\@titleI
+ ndex
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@b
+ sphack\begingroup \@sanitize\@titleContents
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@bsphack\begingroup \@s
+ anitize\@titleContents
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\\song ...Title }{\theSBSongCnt } \titleContents {
+ \theSongTitle }{\theSongKe...
+l.66 \song
+ {helangar}
+?
+! Extra }, or forgotten \endgroup.
+\\song ...ongCnt } \titleContents {\theSongTitle }
+ {\theSongKey } \artistInde...
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@b
+ sphack\begingroup \@sanitize\@artistIndex
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@s
+ anitize\@artistIndex
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@sanitize\@a
+ rtistIndex
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@b
+ sphack\begingroup \@sanitize\@keyIndex
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@s
+ anitize\@keyIndex
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@sanitize\@k
+ eyIndex
+l.66 \song
+ {helangar}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.66 \song
+ {helangar}
+?
+! Extra \fi.
+\\STitle ...eKeyFont \ [{\sbChord #3\relax }]}\fi
+ \if #1Y\end {center}\fi \S...
+l.66 \song
+ {helangar}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.66 \song
+ {helangar}
+?
+! Argument of \@gobble has an extra }.
+
+ \par
+l.66 \song
+ {helangar}
+?
+Runaway argument?
+! Paragraph ended before \@gobble was complete.
+
+ \par
+l.66 \song
+ {helangar}
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.66 \song
+ {helangar}
+?
+! Extra }, or forgotten \endgroup.
+\@tempc ...s@ \expandafter {\the \toks@ #1\TE@or }
+ \expandafter \@tempc \fi #2
+l.66 \song
+ {helangar}
+?
+! Argument of \@tempc has an extra }.
+
+ \par
+l.66 \song
+ {helangar}
+?
+Runaway argument?
+\@tempc \TE@repl \and \TE@and \TE@repl \not \TE@neg \TE@repl \OR \TE@or \ETC.
+! Paragraph ended before \@tempc was complete.
+
+ \par
+l.66 \song
+ {helangar}
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.66 \song
+ {helangar}
+?
+! Extra }, or forgotten \endgroup.
+\\STitle ...TitleKeyFont \ [{\sbChord #3\relax }]}
+ \fi \if #1Y\end {center}\f...
+l.66 \song
+ {helangar}
+?
+! Extra \fi.
+\\STitle ...eKeyFont \ [{\sbChord #3\relax }]}\fi
+ \if #1Y\end {center}\fi \S...
+l.66 \song
+ {helangar}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.66 \song
+ {helangar}
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.66 \song
+ {helangar}
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.66 \song
+ {helangar}
+?
+
+! LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type H for immediate help.
+ ...
+
+l.66 \song
+ {helangar}
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.66 \song
+ {helangar}
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.66 \song
+ {helangar}
+?
+
+! LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type H for immediate help.
+ ...
+
+l.66 \song
+ {helangar}
+?
+
+! LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type H for immediate help.
+ ...
+
+l.66 \song
+ {helangar}
+?
+! Extra \fi.
+ \fi
+
+l.66 \song
+ {helangar}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@b
+ sphack\begingroup \@sanitize\@titleIndex
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@bsphack\begingroup \@s
+ anitize\@titleIndex
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ...phack\begingroup \@sanitize\@titleI
+ ndex
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@b
+ sphack\begingroup \@sanitize\@titleContents
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@bsphack\begingroup \@s
+ anitize\@titleContents
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\\song ...Title }{\theSBSongCnt } \titleContents {
+ \theSongTitle }{\theSongKe...
+l.70 \song
+ {farover}
+?
+! Extra }, or forgotten \endgroup.
+\\song ...ongCnt } \titleContents {\theSongTitle }
+ {\theSongKey } \artistInde...
+l.70 \song
+ {farover}
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.70 \song
+ {farover}
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@b
+ sphack\begingroup \@sanitize\@artistIndex
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@s
+ anitize\@artistIndex
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@sanitize\@a
+ rtistIndex
+l.70 \song
+ {farover}
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.70 \song
+ {farover}
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@b
+ sphack\begingroup \@sanitize\@keyIndex
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@s
+ anitize\@keyIndex
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@sanitize\@k
+ eyIndex
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@b
+ sphack\begingroup \@sanitize\@titleIndex
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@bsphack\begingroup \@s
+ anitize\@titleIndex
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ...phack\begingroup \@sanitize\@titleI
+ ndex
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@b
+ sphack\begingroup \@sanitize\@titleContents
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@bsphack\begingroup \@s
+ anitize\@titleContents
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\\song ...Title }{\theSBSongCnt } \titleContents {
+ \theSongTitle }{\theSongKe...
+l.70 \song
+ {farover}
+?
+! Extra }, or forgotten \endgroup.
+\\song ...ongCnt } \titleContents {\theSongTitle }
+ {\theSongKey } \artistInde...
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@b
+ sphack\begingroup \@sanitize\@artistIndex
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@s
+ anitize\@artistIndex
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@sanitize\@a
+ rtistIndex
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@b
+ sphack\begingroup \@sanitize\@keyIndex
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@s
+ anitize\@keyIndex
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@sanitize\@k
+ eyIndex
+l.70 \song
+ {farover}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.70 \song
+ {farover}
+?
+! Extra \fi.
+\\STitle ...eKeyFont \ [{\sbChord #3\relax }]}\fi
+ \if #1Y\end {center}\fi \S...
+l.70 \song
+ {farover}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.70 \song
+ {farover}
+?
+! Argument of \@gobble has an extra }.
+
+ \par
+l.70 \song
+ {farover}
+?
+Runaway argument?
+! Paragraph ended before \@gobble was complete.
+
+ \par
+l.70 \song
+ {farover}
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.70 \song
+ {farover}
+?
+! Extra }, or forgotten \endgroup.
+\@tempc ...s@ \expandafter {\the \toks@ #1\TE@or }
+ \expandafter \@tempc \fi #2
+l.70 \song
+ {farover}
+?
+! Argument of \@tempc has an extra }.
+
+ \par
+l.70 \song
+ {farover}
+?
+Runaway argument?
+\@tempc \TE@repl \and \TE@and \TE@repl \not \TE@neg \TE@repl \OR \TE@or \ETC.
+! Paragraph ended before \@tempc was complete.
+
+ \par
+l.70 \song
+ {farover}
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.70 \song
+ {farover}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.70 \song
+ {farover}
+?
+! Extra }, or forgotten \endgroup.
+\\STitle ...ct \sbChord #3\protect \relax } -- #2}
+ {\theSBSongCnt }\fi \vspac...
+l.70 \song
+ {farover}
+?
+! Extra \fi.
+\\STitle ...ct \relax } -- #2}{\theSBSongCnt }\fi
+ \vspace {\SpaceAboveSTitle...
+l.70 \song
+ {farover}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@b
+ sphack\begingroup \@sanitize\@titleIndex
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@bsphack\begingroup \@s
+ anitize\@titleIndex
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ...phack\begingroup \@sanitize\@titleI
+ ndex
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@b
+ sphack\begingroup \@sanitize\@titleContents
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@bsphack\begingroup \@s
+ anitize\@titleContents
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\\song ...Title }{\theSBSongCnt } \titleContents {
+ \theSongTitle }{\theSongKe...
+l.70 \song
+ {farover}
+?
+! Extra }, or forgotten \endgroup.
+\\song ...ongCnt } \titleContents {\theSongTitle }
+ {\theSongKey } \artistInde...
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@b
+ sphack\begingroup \@sanitize\@artistIndex
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@s
+ anitize\@artistIndex
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@sanitize\@a
+ rtistIndex
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@b
+ sphack\begingroup \@sanitize\@keyIndex
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@s
+ anitize\@keyIndex
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@sanitize\@k
+ eyIndex
+l.70 \song
+ {farover}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.70 \song
+ {farover}
+?
+! Extra \fi.
+\\STitle ...eKeyFont \ [{\sbChord #3\relax }]}\fi
+ \if #1Y\end {center}\fi \S...
+l.70 \song
+ {farover}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.70 \song
+ {farover}
+?
+! Argument of \@gobble has an extra }.
+
+ \par
+l.70 \song
+ {farover}
+?
+Runaway argument?
+! Paragraph ended before \@gobble was complete.
+
+ \par
+l.70 \song
+ {farover}
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.70 \song
+ {farover}
+?
+! Extra }, or forgotten \endgroup.
+\@tempc ...s@ \expandafter {\the \toks@ #1\TE@or }
+ \expandafter \@tempc \fi #2
+l.70 \song
+ {farover}
+?
+! Argument of \@tempc has an extra }.
+
+ \par
+l.70 \song
+ {farover}
+?
+Runaway argument?
+\@tempc \TE@repl \and \TE@and \TE@repl \not \TE@neg \TE@repl \OR \TE@or \ETC.
+! Paragraph ended before \@tempc was complete.
+
+ \par
+l.70 \song
+ {farover}
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.70 \song
+ {farover}
+?
+! Extra }, or forgotten \endgroup.
+\\STitle ...TitleKeyFont \ [{\sbChord #3\relax }]}
+ \fi \if #1Y\end {center}\f...
+l.70 \song
+ {farover}
+?
+! Extra \fi.
+\\STitle ...eKeyFont \ [{\sbChord #3\relax }]}\fi
+ \if #1Y\end {center}\fi \S...
+l.70 \song
+ {farover}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.70 \song
+ {farover}
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.70 \song
+ {farover}
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.70 \song
+ {farover}
+?
+
+! LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type H for immediate help.
+ ...
+
+l.70 \song
+ {farover}
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.70 \song
+ {farover}
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.70 \song
+ {farover}
+?
+
+! LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type H for immediate help.
+ ...
+
+l.70 \song
+ {farover}
+?
+
+! LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type H for immediate help.
+ ...
+
+l.70 \song
+ {farover}
+?
+! Extra \fi.
+ \fi
+
+l.70 \song
+ {farover}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@b
+ sphack\begingroup \@sanitize\@titleIndex
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@bsphack\begingroup \@s
+ anitize\@titleIndex
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ...phack\begingroup \@sanitize\@titleI
+ ndex
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@b
+ sphack\begingroup \@sanitize\@titleContents
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@bsphack\begingroup \@s
+ anitize\@titleContents
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\\song ...Title }{\theSBSongCnt } \titleContents {
+ \theSongTitle }{\theSongKe...
+l.74 \song
+ {alcohol}
+?
+! Extra }, or forgotten \endgroup.
+\\song ...ongCnt } \titleContents {\theSongTitle }
+ {\theSongKey } \artistInde...
+l.74 \song
+ {alcohol}
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.74 \song
+ {alcohol}
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@b
+ sphack\begingroup \@sanitize\@artistIndex
+l.74 \song
+ {alcohol}
+?
+[2
+
+]
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@s
+ anitize\@artistIndex
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@sanitize\@a
+ rtistIndex
+l.74 \song
+ {alcohol}
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.74 \song
+ {alcohol}
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@b
+ sphack\begingroup \@sanitize\@keyIndex
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@s
+ anitize\@keyIndex
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@sanitize\@k
+ eyIndex
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@b
+ sphack\begingroup \@sanitize\@titleIndex
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@bsphack\begingroup \@s
+ anitize\@titleIndex
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ...phack\begingroup \@sanitize\@titleI
+ ndex
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@b
+ sphack\begingroup \@sanitize\@titleContents
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@bsphack\begingroup \@s
+ anitize\@titleContents
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\\song ...Title }{\theSBSongCnt } \titleContents {
+ \theSongTitle }{\theSongKe...
+l.74 \song
+ {alcohol}
+?
+! Extra }, or forgotten \endgroup.
+\\song ...ongCnt } \titleContents {\theSongTitle }
+ {\theSongKey } \artistInde...
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@b
+ sphack\begingroup \@sanitize\@artistIndex
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@s
+ anitize\@artistIndex
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@sanitize\@a
+ rtistIndex
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@b
+ sphack\begingroup \@sanitize\@keyIndex
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@s
+ anitize\@keyIndex
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@sanitize\@k
+ eyIndex
+l.74 \song
+ {alcohol}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.74 \song
+ {alcohol}
+?
+! Extra \fi.
+\\STitle ...eKeyFont \ [{\sbChord #3\relax }]}\fi
+ \if #1Y\end {center}\fi \S...
+l.74 \song
+ {alcohol}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.74 \song
+ {alcohol}
+?
+! Argument of \@gobble has an extra }.
+
+ \par
+l.74 \song
+ {alcohol}
+?
+Runaway argument?
+! Paragraph ended before \@gobble was complete.
+
+ \par
+l.74 \song
+ {alcohol}
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.74 \song
+ {alcohol}
+?
+! Extra }, or forgotten \endgroup.
+\@tempc ...s@ \expandafter {\the \toks@ #1\TE@or }
+ \expandafter \@tempc \fi #2
+l.74 \song
+ {alcohol}
+?
+! Argument of \@tempc has an extra }.
+
+ \par
+l.74 \song
+ {alcohol}
+?
+Runaway argument?
+\@tempc \TE@repl \and \TE@and \TE@repl \not \TE@neg \TE@repl \OR \TE@or \ETC.
+! Paragraph ended before \@tempc was complete.
+
+ \par
+l.74 \song
+ {alcohol}
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.74 \song
+ {alcohol}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.74 \song
+ {alcohol}
+?
+! Extra }, or forgotten \endgroup.
+\\STitle ...ct \sbChord #3\protect \relax } -- #2}
+ {\theSBSongCnt }\fi \vspac...
+l.74 \song
+ {alcohol}
+?
+! Extra \fi.
+\\STitle ...ct \relax } -- #2}{\theSBSongCnt }\fi
+ \vspace {\SpaceAboveSTitle...
+l.74 \song
+ {alcohol}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@b
+ sphack\begingroup \@sanitize\@titleIndex
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@bsphack\begingroup \@s
+ anitize\@titleIndex
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ...phack\begingroup \@sanitize\@titleI
+ ndex
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@b
+ sphack\begingroup \@sanitize\@titleContents
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@bsphack\begingroup \@s
+ anitize\@titleContents
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\\song ...Title }{\theSBSongCnt } \titleContents {
+ \theSongTitle }{\theSongKe...
+l.74 \song
+ {alcohol}
+?
+! Extra }, or forgotten \endgroup.
+\\song ...ongCnt } \titleContents {\theSongTitle }
+ {\theSongKey } \artistInde...
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@b
+ sphack\begingroup \@sanitize\@artistIndex
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@s
+ anitize\@artistIndex
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@sanitize\@a
+ rtistIndex
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@b
+ sphack\begingroup \@sanitize\@keyIndex
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@s
+ anitize\@keyIndex
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@sanitize\@k
+ eyIndex
+l.74 \song
+ {alcohol}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.74 \song
+ {alcohol}
+?
+! Extra \fi.
+\\STitle ...eKeyFont \ [{\sbChord #3\relax }]}\fi
+ \if #1Y\end {center}\fi \S...
+l.74 \song
+ {alcohol}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.74 \song
+ {alcohol}
+?
+! Argument of \@gobble has an extra }.
+
+ \par
+l.74 \song
+ {alcohol}
+?
+Runaway argument?
+! Paragraph ended before \@gobble was complete.
+
+ \par
+l.74 \song
+ {alcohol}
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.74 \song
+ {alcohol}
+?
+! Extra }, or forgotten \endgroup.
+\@tempc ...s@ \expandafter {\the \toks@ #1\TE@or }
+ \expandafter \@tempc \fi #2
+l.74 \song
+ {alcohol}
+?
+! Argument of \@tempc has an extra }.
+
+ \par
+l.74 \song
+ {alcohol}
+?
+Runaway argument?
+\@tempc \TE@repl \and \TE@and \TE@repl \not \TE@neg \TE@repl \OR \TE@or \ETC.
+! Paragraph ended before \@tempc was complete.
+
+ \par
+l.74 \song
+ {alcohol}
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.74 \song
+ {alcohol}
+?
+! Extra }, or forgotten \endgroup.
+\\STitle ...TitleKeyFont \ [{\sbChord #3\relax }]}
+ \fi \if #1Y\end {center}\f...
+l.74 \song
+ {alcohol}
+?
+! Extra \fi.
+\\STitle ...eKeyFont \ [{\sbChord #3\relax }]}\fi
+ \if #1Y\end {center}\fi \S...
+l.74 \song
+ {alcohol}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.74 \song
+ {alcohol}
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.74 \song
+ {alcohol}
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.74 \song
+ {alcohol}
+?
+
+! LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type H for immediate help.
+ ...
+
+l.74 \song
+ {alcohol}
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.74 \song
+ {alcohol}
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.74 \song
+ {alcohol}
+?
+
+! LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type H for immediate help.
+ ...
+
+l.74 \song
+ {alcohol}
+?
+
+! LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type H for immediate help.
+ ...
+
+l.74 \song
+ {alcohol}
+?
+! Extra \fi.
+ \fi
+
+l.74 \song
+ {alcohol}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@b
+ sphack\begingroup \@sanitize\@titleIndex
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@bsphack\begingroup \@s
+ anitize\@titleIndex
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ...phack\begingroup \@sanitize\@titleI
+ ndex
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@b
+ sphack\begingroup \@sanitize\@titleContents
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@bsphack\begingroup \@s
+ anitize\@titleContents
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\\song ...Title }{\theSBSongCnt } \titleContents {
+ \theSongTitle }{\theSongKe...
+l.78 \song
+ {marchofthewaterboys}
+?
+! Extra }, or forgotten \endgroup.
+\\song ...ongCnt } \titleContents {\theSongTitle }
+ {\theSongKey } \artistInde...
+l.78 \song
+ {marchofthewaterboys}
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.78 \song
+ {marchofthewaterboys}
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@b
+ sphack\begingroup \@sanitize\@artistIndex
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@s
+ anitize\@artistIndex
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@sanitize\@a
+ rtistIndex
+l.78 \song
+ {marchofthewaterboys}
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.78 \song
+ {marchofthewaterboys}
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@b
+ sphack\begingroup \@sanitize\@keyIndex
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@s
+ anitize\@keyIndex
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@sanitize\@k
+ eyIndex
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@b
+ sphack\begingroup \@sanitize\@titleIndex
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@bsphack\begingroup \@s
+ anitize\@titleIndex
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ...phack\begingroup \@sanitize\@titleI
+ ndex
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@b
+ sphack\begingroup \@sanitize\@titleContents
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@bsphack\begingroup \@s
+ anitize\@titleContents
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\\song ...Title }{\theSBSongCnt } \titleContents {
+ \theSongTitle }{\theSongKe...
+l.78 \song
+ {marchofthewaterboys}
+?
+! Extra }, or forgotten \endgroup.
+\\song ...ongCnt } \titleContents {\theSongTitle }
+ {\theSongKey } \artistInde...
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@b
+ sphack\begingroup \@sanitize\@artistIndex
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@s
+ anitize\@artistIndex
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@sanitize\@a
+ rtistIndex
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@b
+ sphack\begingroup \@sanitize\@keyIndex
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@s
+ anitize\@keyIndex
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@sanitize\@k
+ eyIndex
+l.78 \song
+ {marchofthewaterboys}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.78 \song
+ {marchofthewaterboys}
+?
+! Extra \fi.
+\\STitle ...eKeyFont \ [{\sbChord #3\relax }]}\fi
+ \if #1Y\end {center}\fi \S...
+l.78 \song
+ {marchofthewaterboys}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.78 \song
+ {marchofthewaterboys}
+?
+! Argument of \@gobble has an extra }.
+
+ \par
+l.78 \song
+ {marchofthewaterboys}
+?
+Runaway argument?
+! Paragraph ended before \@gobble was complete.
+
+ \par
+l.78 \song
+ {marchofthewaterboys}
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.78 \song
+ {marchofthewaterboys}
+?
+! Extra }, or forgotten \endgroup.
+\@tempc ...s@ \expandafter {\the \toks@ #1\TE@or }
+ \expandafter \@tempc \fi #2
+l.78 \song
+ {marchofthewaterboys}
+?
+! Argument of \@tempc has an extra }.
+
+ \par
+l.78 \song
+ {marchofthewaterboys}
+?
+Runaway argument?
+\@tempc \TE@repl \and \TE@and \TE@repl \not \TE@neg \TE@repl \OR \TE@or \ETC.
+! Paragraph ended before \@tempc was complete.
+
+ \par
+l.78 \song
+ {marchofthewaterboys}
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.78 \song
+ {marchofthewaterboys}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.78 \song
+ {marchofthewaterboys}
+?
+! Extra }, or forgotten \endgroup.
+\\STitle ...ct \sbChord #3\protect \relax } -- #2}
+ {\theSBSongCnt }\fi \vspac...
+l.78 \song
+ {marchofthewaterboys}
+?
+! Extra \fi.
+\\STitle ...ct \relax } -- #2}{\theSBSongCnt }\fi
+ \vspace {\SpaceAboveSTitle...
+l.78 \song
+ {marchofthewaterboys}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@b
+ sphack\begingroup \@sanitize\@titleIndex
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@bsphack\begingroup \@s
+ anitize\@titleIndex
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ...phack\begingroup \@sanitize\@titleI
+ ndex
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@b
+ sphack\begingroup \@sanitize\@titleContents
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@bsphack\begingroup \@s
+ anitize\@titleContents
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\\song ...Title }{\theSBSongCnt } \titleContents {
+ \theSongTitle }{\theSongKe...
+l.78 \song
+ {marchofthewaterboys}
+?
+! Extra }, or forgotten \endgroup.
+\\song ...ongCnt } \titleContents {\theSongTitle }
+ {\theSongKey } \artistInde...
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@b
+ sphack\begingroup \@sanitize\@artistIndex
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@s
+ anitize\@artistIndex
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@sanitize\@a
+ rtistIndex
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@b
+ sphack\begingroup \@sanitize\@keyIndex
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@s
+ anitize\@keyIndex
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@sanitize\@k
+ eyIndex
+l.78 \song
+ {marchofthewaterboys}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.78 \song
+ {marchofthewaterboys}
+?
+! Extra \fi.
+\\STitle ...eKeyFont \ [{\sbChord #3\relax }]}\fi
+ \if #1Y\end {center}\fi \S...
+l.78 \song
+ {marchofthewaterboys}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.78 \song
+ {marchofthewaterboys}
+?
+! Argument of \@gobble has an extra }.
+
+ \par
+l.78 \song
+ {marchofthewaterboys}
+?
+Runaway argument?
+! Paragraph ended before \@gobble was complete.
+
+ \par
+l.78 \song
+ {marchofthewaterboys}
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.78 \song
+ {marchofthewaterboys}
+?
+! Extra }, or forgotten \endgroup.
+\@tempc ...s@ \expandafter {\the \toks@ #1\TE@or }
+ \expandafter \@tempc \fi #2
+l.78 \song
+ {marchofthewaterboys}
+?
+! Argument of \@tempc has an extra }.
+
+ \par
+l.78 \song
+ {marchofthewaterboys}
+?
+Runaway argument?
+\@tempc \TE@repl \and \TE@and \TE@repl \not \TE@neg \TE@repl \OR \TE@or \ETC.
+! Paragraph ended before \@tempc was complete.
+
+ \par
+l.78 \song
+ {marchofthewaterboys}
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.78 \song
+ {marchofthewaterboys}
+?
+! Extra }, or forgotten \endgroup.
+\\STitle ...TitleKeyFont \ [{\sbChord #3\relax }]}
+ \fi \if #1Y\end {center}\f...
+l.78 \song
+ {marchofthewaterboys}
+?
+! Extra \fi.
+\\STitle ...eKeyFont \ [{\sbChord #3\relax }]}\fi
+ \if #1Y\end {center}\fi \S...
+l.78 \song
+ {marchofthewaterboys}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.78 \song
+ {marchofthewaterboys}
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.78 \song
+ {marchofthewaterboys}
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.78 \song
+ {marchofthewaterboys}
+?
+
+! LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type H for immediate help.
+ ...
+
+l.78 \song
+ {marchofthewaterboys}
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.78 \song
+ {marchofthewaterboys}
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.78 \song
+ {marchofthewaterboys}
+?
+
+! LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type H for immediate help.
+ ...
+
+l.78 \song
+ {marchofthewaterboys}
+?
+
+! LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type H for immediate help.
+ ...
+
+l.78 \song
+ {marchofthewaterboys}
+?
+! Extra \fi.
+ \fi
+
+l.78 \song
+ {marchofthewaterboys}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@b
+ sphack\begingroup \@sanitize\@titleIndex
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@bsphack\begingroup \@s
+ anitize\@titleIndex
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ...phack\begingroup \@sanitize\@titleI
+ ndex
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@b
+ sphack\begingroup \@sanitize\@titleContents
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@bsphack\begingroup \@s
+ anitize\@titleContents
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\\song ...Title }{\theSBSongCnt } \titleContents {
+ \theSongTitle }{\theSongKe...
+l.82 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+\\song ...ongCnt } \titleContents {\theSongTitle }
+ {\theSongKey } \artistInde...
+l.82 \sclearpage
+
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.82 \sclearpage
+
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@b
+ sphack\begingroup \@sanitize\@artistIndex
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@s
+ anitize\@artistIndex
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@sanitize\@a
+ rtistIndex
+l.82 \sclearpage
+
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.82 \sclearpage
+
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@b
+ sphack\begingroup \@sanitize\@keyIndex
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@s
+ anitize\@keyIndex
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@sanitize\@k
+ eyIndex
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@b
+ sphack\begingroup \@sanitize\@titleIndex
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@bsphack\begingroup \@s
+ anitize\@titleIndex
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ...phack\begingroup \@sanitize\@titleI
+ ndex
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@b
+ sphack\begingroup \@sanitize\@titleContents
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@bsphack\begingroup \@s
+ anitize\@titleContents
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\\song ...Title }{\theSBSongCnt } \titleContents {
+ \theSongTitle }{\theSongKe...
+l.82 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+\\song ...ongCnt } \titleContents {\theSongTitle }
+ {\theSongKey } \artistInde...
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@b
+ sphack\begingroup \@sanitize\@artistIndex
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@s
+ anitize\@artistIndex
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@sanitize\@a
+ rtistIndex
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@b
+ sphack\begingroup \@sanitize\@keyIndex
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@s
+ anitize\@keyIndex
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@sanitize\@k
+ eyIndex
+l.82 \sclearpage
+
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.82 \sclearpage
+
+?
+! Extra \fi.
+\\STitle ...eKeyFont \ [{\sbChord #3\relax }]}\fi
+ \if #1Y\end {center}\fi \S...
+l.82 \sclearpage
+
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.82 \sclearpage
+
+?
+! Argument of \@gobble has an extra }.
+
+ \par
+l.82 \sclearpage
+
+?
+Runaway argument?
+! Paragraph ended before \@gobble was complete.
+
+ \par
+l.82 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.82 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+\@tempc ...s@ \expandafter {\the \toks@ #1\TE@or }
+ \expandafter \@tempc \fi #2
+l.82 \sclearpage
+
+?
+! Argument of \@tempc has an extra }.
+
+ \par
+l.82 \sclearpage
+
+?
+Runaway argument?
+\@tempc \TE@repl \and \TE@and \TE@repl \not \TE@neg \TE@repl \OR \TE@or \ETC.
+! Paragraph ended before \@tempc was complete.
+
+ \par
+l.82 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.82 \sclearpage
+
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.82 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+\\STitle ...ct \sbChord #3\protect \relax } -- #2}
+ {\theSBSongCnt }\fi \vspac...
+l.82 \sclearpage
+
+?
+! Extra \fi.
+\\STitle ...ct \relax } -- #2}{\theSBSongCnt }\fi
+ \vspace {\SpaceAboveSTitle...
+l.82 \sclearpage
+
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@b
+ sphack\begingroup \@sanitize\@titleIndex
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@bsphack\begingroup \@s
+ anitize\@titleIndex
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ...phack\begingroup \@sanitize\@titleI
+ ndex
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@b
+ sphack\begingroup \@sanitize\@titleContents
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@bsphack\begingroup \@s
+ anitize\@titleContents
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\\song ...Title }{\theSBSongCnt } \titleContents {
+ \theSongTitle }{\theSongKe...
+l.82 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+\\song ...ongCnt } \titleContents {\theSongTitle }
+ {\theSongKey } \artistInde...
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@b
+ sphack\begingroup \@sanitize\@artistIndex
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@s
+ anitize\@artistIndex
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@sanitize\@a
+ rtistIndex
+l.82 \sclearpage
+
+?
+[3]
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@b
+ sphack\begingroup \@sanitize\@keyIndex
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@s
+ anitize\@keyIndex
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@sanitize\@k
+ eyIndex
+l.82 \sclearpage
+
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.82 \sclearpage
+
+?
+! Extra \fi.
+\\STitle ...eKeyFont \ [{\sbChord #3\relax }]}\fi
+ \if #1Y\end {center}\fi \S...
+l.82 \sclearpage
+
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.82 \sclearpage
+
+?
+! Argument of \@gobble has an extra }.
+
+ \par
+l.82 \sclearpage
+
+?
+Runaway argument?
+! Paragraph ended before \@gobble was complete.
+
+ \par
+l.82 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.82 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+\@tempc ...s@ \expandafter {\the \toks@ #1\TE@or }
+ \expandafter \@tempc \fi #2
+l.82 \sclearpage
+
+?
+! Argument of \@tempc has an extra }.
+
+ \par
+l.82 \sclearpage
+
+?
+Runaway argument?
+\@tempc \TE@repl \and \TE@and \TE@repl \not \TE@neg \TE@repl \OR \TE@or \ETC.
+! Paragraph ended before \@tempc was complete.
+
+ \par
+l.82 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.82 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+\\STitle ...TitleKeyFont \ [{\sbChord #3\relax }]}
+ \fi \if #1Y\end {center}\f...
+l.82 \sclearpage
+
+?
+! Extra \fi.
+\\STitle ...eKeyFont \ [{\sbChord #3\relax }]}\fi
+ \if #1Y\end {center}\fi \S...
+l.82 \sclearpage
+
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.82 \sclearpage
+
+?
+! Undefined control sequence.
+ ...aanshort \CpyRtInfoFont \sclearpage
+ }
+l.82 \sclearpage
+
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.82 \sclearpage
+
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.82 \sclearpage
+
+?
+
+! LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type H for immediate help.
+ ...
+
+l.82 \sclearpage
+
+?
+
+! LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type H for immediate help.
+ ...
+
+l.82 \sclearpage
+
+?
+! Extra \fi.
+ \fi
+
+l.82 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@b
+ sphack\begingroup \@sanitize\@titleIndex
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@bsphack\begingroup \@s
+ anitize\@titleIndex
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ...phack\begingroup \@sanitize\@titleI
+ ndex
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@b
+ sphack\begingroup \@sanitize\@titleContents
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@bsphack\begingroup \@s
+ anitize\@titleContents
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\\song ...Title }{\theSBSongCnt } \titleContents {
+ \theSongTitle }{\theSongKe...
+l.86 \song
+ {koskenkorva}
+?
+! Extra }, or forgotten \endgroup.
+\\song ...ongCnt } \titleContents {\theSongTitle }
+ {\theSongKey } \artistInde...
+l.86 \song
+ {koskenkorva}
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.86 \song
+ {koskenkorva}
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@b
+ sphack\begingroup \@sanitize\@artistIndex
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@s
+ anitize\@artistIndex
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@sanitize\@a
+ rtistIndex
+l.86 \song
+ {koskenkorva}
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.86 \song
+ {koskenkorva}
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@b
+ sphack\begingroup \@sanitize\@keyIndex
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@s
+ anitize\@keyIndex
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@sanitize\@k
+ eyIndex
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@b
+ sphack\begingroup \@sanitize\@titleIndex
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@bsphack\begingroup \@s
+ anitize\@titleIndex
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ...phack\begingroup \@sanitize\@titleI
+ ndex
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@b
+ sphack\begingroup \@sanitize\@titleContents
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@bsphack\begingroup \@s
+ anitize\@titleContents
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\\song ...Title }{\theSBSongCnt } \titleContents {
+ \theSongTitle }{\theSongKe...
+l.86 \song
+ {koskenkorva}
+?
+! Extra }, or forgotten \endgroup.
+\\song ...ongCnt } \titleContents {\theSongTitle }
+ {\theSongKey } \artistInde...
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@b
+ sphack\begingroup \@sanitize\@artistIndex
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@s
+ anitize\@artistIndex
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@sanitize\@a
+ rtistIndex
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@b
+ sphack\begingroup \@sanitize\@keyIndex
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@s
+ anitize\@keyIndex
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@sanitize\@k
+ eyIndex
+l.86 \song
+ {koskenkorva}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.86 \song
+ {koskenkorva}
+?
+! Extra \fi.
+\\STitle ...eKeyFont \ [{\sbChord #3\relax }]}\fi
+ \if #1Y\end {center}\fi \S...
+l.86 \song
+ {koskenkorva}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.86 \song
+ {koskenkorva}
+?
+! Argument of \@gobble has an extra }.
+
+ \par
+l.86 \song
+ {koskenkorva}
+?
+Runaway argument?
+! Paragraph ended before \@gobble was complete.
+
+ \par
+l.86 \song
+ {koskenkorva}
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.86 \song
+ {koskenkorva}
+?
+! Extra }, or forgotten \endgroup.
+\@tempc ...s@ \expandafter {\the \toks@ #1\TE@or }
+ \expandafter \@tempc \fi #2
+l.86 \song
+ {koskenkorva}
+?
+! Argument of \@tempc has an extra }.
+
+ \par
+l.86 \song
+ {koskenkorva}
+?
+Runaway argument?
+\@tempc \TE@repl \and \TE@and \TE@repl \not \TE@neg \TE@repl \OR \TE@or \ETC.
+! Paragraph ended before \@tempc was complete.
+
+ \par
+l.86 \song
+ {koskenkorva}
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.86 \song
+ {koskenkorva}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.86 \song
+ {koskenkorva}
+?
+! Extra }, or forgotten \endgroup.
+\\STitle ...ct \sbChord #3\protect \relax } -- #2}
+ {\theSBSongCnt }\fi \vspac...
+l.86 \song
+ {koskenkorva}
+?
+! Extra \fi.
+\\STitle ...ct \relax } -- #2}{\theSBSongCnt }\fi
+ \vspace {\SpaceAboveSTitle...
+l.86 \song
+ {koskenkorva}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@b
+ sphack\begingroup \@sanitize\@titleIndex
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@bsphack\begingroup \@s
+ anitize\@titleIndex
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ...phack\begingroup \@sanitize\@titleI
+ ndex
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@b
+ sphack\begingroup \@sanitize\@titleContents
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@bsphack\begingroup \@s
+ anitize\@titleContents
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\\song ...Title }{\theSBSongCnt } \titleContents {
+ \theSongTitle }{\theSongKe...
+l.86 \song
+ {koskenkorva}
+?
+! Extra }, or forgotten \endgroup.
+\\song ...ongCnt } \titleContents {\theSongTitle }
+ {\theSongKey } \artistInde...
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@b
+ sphack\begingroup \@sanitize\@artistIndex
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@s
+ anitize\@artistIndex
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@sanitize\@a
+ rtistIndex
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@b
+ sphack\begingroup \@sanitize\@keyIndex
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@s
+ anitize\@keyIndex
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@sanitize\@k
+ eyIndex
+l.86 \song
+ {koskenkorva}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.86 \song
+ {koskenkorva}
+?
+! Extra \fi.
+\\STitle ...eKeyFont \ [{\sbChord #3\relax }]}\fi
+ \if #1Y\end {center}\fi \S...
+l.86 \song
+ {koskenkorva}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.86 \song
+ {koskenkorva}
+?
+! Argument of \@gobble has an extra }.
+
+ \par
+l.86 \song
+ {koskenkorva}
+?
+Runaway argument?
+! Paragraph ended before \@gobble was complete.
+
+ \par
+l.86 \song
+ {koskenkorva}
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.86 \song
+ {koskenkorva}
+?
+! Extra }, or forgotten \endgroup.
+\@tempc ...s@ \expandafter {\the \toks@ #1\TE@or }
+ \expandafter \@tempc \fi #2
+l.86 \song
+ {koskenkorva}
+?
+! Argument of \@tempc has an extra }.
+
+ \par
+l.86 \song
+ {koskenkorva}
+?
+Runaway argument?
+\@tempc \TE@repl \and \TE@and \TE@repl \not \TE@neg \TE@repl \OR \TE@or \ETC.
+! Paragraph ended before \@tempc was complete.
+
+ \par
+l.86 \song
+ {koskenkorva}
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.86 \song
+ {koskenkorva}
+?
+! Extra }, or forgotten \endgroup.
+\\STitle ...TitleKeyFont \ [{\sbChord #3\relax }]}
+ \fi \if #1Y\end {center}\f...
+l.86 \song
+ {koskenkorva}
+?
+! Extra \fi.
+\\STitle ...eKeyFont \ [{\sbChord #3\relax }]}\fi
+ \if #1Y\end {center}\fi \S...
+l.86 \song
+ {koskenkorva}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.86 \song
+ {koskenkorva}
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.86 \song
+ {koskenkorva}
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.86 \song
+ {koskenkorva}
+?
+
+! LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type H for immediate help.
+ ...
+
+l.86 \song
+ {koskenkorva}
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.86 \song
+ {koskenkorva}
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.86 \song
+ {koskenkorva}
+?
+
+! LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type H for immediate help.
+ ...
+
+l.86 \song
+ {koskenkorva}
+?
+
+! LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type H for immediate help.
+ ...
+
+l.86 \song
+ {koskenkorva}
+?
+! Extra \fi.
+ \fi
+
+l.86 \song
+ {koskenkorva}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@b
+ sphack\begingroup \@sanitize\@titleIndex
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@bsphack\begingroup \@s
+ anitize\@titleIndex
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ...phack\begingroup \@sanitize\@titleI
+ ndex
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@b
+ sphack\begingroup \@sanitize\@titleContents
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@bsphack\begingroup \@s
+ anitize\@titleContents
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\\song ...Title }{\theSBSongCnt } \titleContents {
+ \theSongTitle }{\theSongKe...
+l.90 \song
+ {eurovisionCH}
+?
+! Extra }, or forgotten \endgroup.
+\\song ...ongCnt } \titleContents {\theSongTitle }
+ {\theSongKey } \artistInde...
+l.90 \song
+ {eurovisionCH}
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.90 \song
+ {eurovisionCH}
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@b
+ sphack\begingroup \@sanitize\@artistIndex
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@s
+ anitize\@artistIndex
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@sanitize\@a
+ rtistIndex
+l.90 \song
+ {eurovisionCH}
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.90 \song
+ {eurovisionCH}
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@b
+ sphack\begingroup \@sanitize\@keyIndex
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@s
+ anitize\@keyIndex
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@sanitize\@k
+ eyIndex
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@b
+ sphack\begingroup \@sanitize\@titleIndex
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@bsphack\begingroup \@s
+ anitize\@titleIndex
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ...phack\begingroup \@sanitize\@titleI
+ ndex
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@b
+ sphack\begingroup \@sanitize\@titleContents
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@bsphack\begingroup \@s
+ anitize\@titleContents
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\\song ...Title }{\theSBSongCnt } \titleContents {
+ \theSongTitle }{\theSongKe...
+l.90 \song
+ {eurovisionCH}
+?
+! Extra }, or forgotten \endgroup.
+\\song ...ongCnt } \titleContents {\theSongTitle }
+ {\theSongKey } \artistInde...
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@b
+ sphack\begingroup \@sanitize\@artistIndex
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@s
+ anitize\@artistIndex
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@sanitize\@a
+ rtistIndex
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@b
+ sphack\begingroup \@sanitize\@keyIndex
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@s
+ anitize\@keyIndex
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@sanitize\@k
+ eyIndex
+l.90 \song
+ {eurovisionCH}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.90 \song
+ {eurovisionCH}
+?
+! Extra \fi.
+\\STitle ...eKeyFont \ [{\sbChord #3\relax }]}\fi
+ \if #1Y\end {center}\fi \S...
+l.90 \song
+ {eurovisionCH}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.90 \song
+ {eurovisionCH}
+?
+! Argument of \@gobble has an extra }.
+
+ \par
+l.90 \song
+ {eurovisionCH}
+?
+Runaway argument?
+! Paragraph ended before \@gobble was complete.
+
+ \par
+l.90 \song
+ {eurovisionCH}
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.90 \song
+ {eurovisionCH}
+?
+! Extra }, or forgotten \endgroup.
+\@tempc ...s@ \expandafter {\the \toks@ #1\TE@or }
+ \expandafter \@tempc \fi #2
+l.90 \song
+ {eurovisionCH}
+?
+! Argument of \@tempc has an extra }.
+
+ \par
+l.90 \song
+ {eurovisionCH}
+?
+Runaway argument?
+\@tempc \TE@repl \and \TE@and \TE@repl \not \TE@neg \TE@repl \OR \TE@or \ETC.
+! Paragraph ended before \@tempc was complete.
+
+ \par
+l.90 \song
+ {eurovisionCH}
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.90 \song
+ {eurovisionCH}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.90 \song
+ {eurovisionCH}
+?
+! Extra }, or forgotten \endgroup.
+\\STitle ...ct \sbChord #3\protect \relax } -- #2}
+ {\theSBSongCnt }\fi \vspac...
+l.90 \song
+ {eurovisionCH}
+?
+! Extra \fi.
+\\STitle ...ct \relax } -- #2}{\theSBSongCnt }\fi
+ \vspace {\SpaceAboveSTitle...
+l.90 \song
+ {eurovisionCH}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@b
+ sphack\begingroup \@sanitize\@titleIndex
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@bsphack\begingroup \@s
+ anitize\@titleIndex
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ...phack\begingroup \@sanitize\@titleI
+ ndex
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@b
+ sphack\begingroup \@sanitize\@titleContents
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@bsphack\begingroup \@s
+ anitize\@titleContents
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\\song ...Title }{\theSBSongCnt } \titleContents {
+ \theSongTitle }{\theSongKe...
+l.90 \song
+ {eurovisionCH}
+?
+! Extra }, or forgotten \endgroup.
+\\song ...ongCnt } \titleContents {\theSongTitle }
+ {\theSongKey } \artistInde...
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@b
+ sphack\begingroup \@sanitize\@artistIndex
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@s
+ anitize\@artistIndex
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@sanitize\@a
+ rtistIndex
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@b
+ sphack\begingroup \@sanitize\@keyIndex
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@s
+ anitize\@keyIndex
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@sanitize\@k
+ eyIndex
+l.90 \song
+ {eurovisionCH}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.90 \song
+ {eurovisionCH}
+?
+! Extra \fi.
+\\STitle ...eKeyFont \ [{\sbChord #3\relax }]}\fi
+ \if #1Y\end {center}\fi \S...
+l.90 \song
+ {eurovisionCH}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.90 \song
+ {eurovisionCH}
+?
+! Argument of \@gobble has an extra }.
+
+ \par
+l.90 \song
+ {eurovisionCH}
+?
+Runaway argument?
+! Paragraph ended before \@gobble was complete.
+
+ \par
+l.90 \song
+ {eurovisionCH}
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.90 \song
+ {eurovisionCH}
+?
+! Extra }, or forgotten \endgroup.
+\@tempc ...s@ \expandafter {\the \toks@ #1\TE@or }
+ \expandafter \@tempc \fi #2
+l.90 \song
+ {eurovisionCH}
+?
+! Argument of \@tempc has an extra }.
+
+ \par
+l.90 \song
+ {eurovisionCH}
+?
+Runaway argument?
+\@tempc \TE@repl \and \TE@and \TE@repl \not \TE@neg \TE@repl \OR \TE@or \ETC.
+! Paragraph ended before \@tempc was complete.
+
+ \par
+l.90 \song
+ {eurovisionCH}
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.90 \song
+ {eurovisionCH}
+?
+! Extra }, or forgotten \endgroup.
+\\STitle ...TitleKeyFont \ [{\sbChord #3\relax }]}
+ \fi \if #1Y\end {center}\f...
+l.90 \song
+ {eurovisionCH}
+?
+! Extra \fi.
+\\STitle ...eKeyFont \ [{\sbChord #3\relax }]}\fi
+ \if #1Y\end {center}\fi \S...
+l.90 \song
+ {eurovisionCH}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.90 \song
+ {eurovisionCH}
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.90 \song
+ {eurovisionCH}
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.90 \song
+ {eurovisionCH}
+?
+
+! LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type H for immediate help.
+ ...
+
+l.90 \song
+ {eurovisionCH}
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.90 \song
+ {eurovisionCH}
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.90 \song
+ {eurovisionCH}
+?
+
+! LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type H for immediate help.
+ ...
+
+l.90 \song
+ {eurovisionCH}
+?
+
+! LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type H for immediate help.
+ ...
+
+l.90 \song
+ {eurovisionCH}
+?
+! Extra \fi.
+ \fi
+
+l.90 \song
+ {eurovisionCH}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@b
+ sphack\begingroup \@sanitize\@titleIndex
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@bsphack\begingroup \@s
+ anitize\@titleIndex
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ...phack\begingroup \@sanitize\@titleI
+ ndex
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@b
+ sphack\begingroup \@sanitize\@titleContents
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@bsphack\begingroup \@s
+ anitize\@titleContents
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\\song ...Title }{\theSBSongCnt } \titleContents {
+ \theSongTitle }{\theSongKe...
+l.94 \song
+ {gegene}
+?
+! Extra }, or forgotten \endgroup.
+\\song ...ongCnt } \titleContents {\theSongTitle }
+ {\theSongKey } \artistInde...
+l.94 \song
+ {gegene}
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.94 \song
+ {gegene}
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@b
+ sphack\begingroup \@sanitize\@artistIndex
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@s
+ anitize\@artistIndex
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@sanitize\@a
+ rtistIndex
+l.94 \song
+ {gegene}
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.94 \song
+ {gegene}
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@b
+ sphack\begingroup \@sanitize\@keyIndex
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@s
+ anitize\@keyIndex
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@sanitize\@k
+ eyIndex
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@b
+ sphack\begingroup \@sanitize\@titleIndex
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@bsphack\begingroup \@s
+ anitize\@titleIndex
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ...phack\begingroup \@sanitize\@titleI
+ ndex
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@b
+ sphack\begingroup \@sanitize\@titleContents
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@bsphack\begingroup \@s
+ anitize\@titleContents
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\\song ...Title }{\theSBSongCnt } \titleContents {
+ \theSongTitle }{\theSongKe...
+l.94 \song
+ {gegene}
+?
+! Extra }, or forgotten \endgroup.
+\\song ...ongCnt } \titleContents {\theSongTitle }
+ {\theSongKey } \artistInde...
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@b
+ sphack\begingroup \@sanitize\@artistIndex
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@s
+ anitize\@artistIndex
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@sanitize\@a
+ rtistIndex
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@b
+ sphack\begingroup \@sanitize\@keyIndex
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@s
+ anitize\@keyIndex
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@sanitize\@k
+ eyIndex
+l.94 \song
+ {gegene}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.94 \song
+ {gegene}
+?
+! Extra \fi.
+\\STitle ...eKeyFont \ [{\sbChord #3\relax }]}\fi
+ \if #1Y\end {center}\fi \S...
+l.94 \song
+ {gegene}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.94 \song
+ {gegene}
+?
+! Argument of \@gobble has an extra }.
+
+ \par
+l.94 \song
+ {gegene}
+?
+Runaway argument?
+! Paragraph ended before \@gobble was complete.
+
+ \par
+l.94 \song
+ {gegene}
+?
+[4]
+! Extra }, or forgotten \endgroup.
+ }
+
+l.94 \song
+ {gegene}
+?
+! Extra }, or forgotten \endgroup.
+\@tempc ...s@ \expandafter {\the \toks@ #1\TE@or }
+ \expandafter \@tempc \fi #2
+l.94 \song
+ {gegene}
+?
+! Argument of \@tempc has an extra }.
+
+ \par
+l.94 \song
+ {gegene}
+?
+Runaway argument?
+\@tempc \TE@repl \and \TE@and \TE@repl \not \TE@neg \TE@repl \OR \TE@or \ETC.
+! Paragraph ended before \@tempc was complete.
+
+ \par
+l.94 \song
+ {gegene}
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.94 \song
+ {gegene}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.94 \song
+ {gegene}
+?
+! Extra }, or forgotten \endgroup.
+\\STitle ...ct \sbChord #3\protect \relax } -- #2}
+ {\theSBSongCnt }\fi \vspac...
+l.94 \song
+ {gegene}
+?
+! Extra \fi.
+\\STitle ...ct \relax } -- #2}{\theSBSongCnt }\fi
+ \vspace {\SpaceAboveSTitle...
+l.94 \song
+ {gegene}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@b
+ sphack\begingroup \@sanitize\@titleIndex
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@bsphack\begingroup \@s
+ anitize\@titleIndex
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ...phack\begingroup \@sanitize\@titleI
+ ndex
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@b
+ sphack\begingroup \@sanitize\@titleContents
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@bsphack\begingroup \@s
+ anitize\@titleContents
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\\song ...Title }{\theSBSongCnt } \titleContents {
+ \theSongTitle }{\theSongKe...
+l.94 \song
+ {gegene}
+?
+! Extra }, or forgotten \endgroup.
+\\song ...ongCnt } \titleContents {\theSongTitle }
+ {\theSongKey } \artistInde...
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@b
+ sphack\begingroup \@sanitize\@artistIndex
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@s
+ anitize\@artistIndex
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@sanitize\@a
+ rtistIndex
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@b
+ sphack\begingroup \@sanitize\@keyIndex
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@s
+ anitize\@keyIndex
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@sanitize\@k
+ eyIndex
+l.94 \song
+ {gegene}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.94 \song
+ {gegene}
+?
+! Extra \fi.
+\\STitle ...eKeyFont \ [{\sbChord #3\relax }]}\fi
+ \if #1Y\end {center}\fi \S...
+l.94 \song
+ {gegene}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.94 \song
+ {gegene}
+?
+! Argument of \@gobble has an extra }.
+
+ \par
+l.94 \song
+ {gegene}
+?
+Runaway argument?
+! Paragraph ended before \@gobble was complete.
+
+ \par
+l.94 \song
+ {gegene}
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.94 \song
+ {gegene}
+?
+! Extra }, or forgotten \endgroup.
+\@tempc ...s@ \expandafter {\the \toks@ #1\TE@or }
+ \expandafter \@tempc \fi #2
+l.94 \song
+ {gegene}
+?
+! Argument of \@tempc has an extra }.
+
+ \par
+l.94 \song
+ {gegene}
+?
+Runaway argument?
+\@tempc \TE@repl \and \TE@and \TE@repl \not \TE@neg \TE@repl \OR \TE@or \ETC.
+! Paragraph ended before \@tempc was complete.
+
+ \par
+l.94 \song
+ {gegene}
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.94 \song
+ {gegene}
+?
+! Extra }, or forgotten \endgroup.
+\\STitle ...TitleKeyFont \ [{\sbChord #3\relax }]}
+ \fi \if #1Y\end {center}\f...
+l.94 \song
+ {gegene}
+?
+! Extra \fi.
+\\STitle ...eKeyFont \ [{\sbChord #3\relax }]}\fi
+ \if #1Y\end {center}\fi \S...
+l.94 \song
+ {gegene}
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.94 \song
+ {gegene}
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.94 \song
+ {gegene}
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.94 \song
+ {gegene}
+?
+
+! LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type H for immediate help.
+ ...
+
+l.94 \song
+ {gegene}
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.94 \song
+ {gegene}
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.94 \song
+ {gegene}
+?
+
+! LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type H for immediate help.
+ ...
+
+l.94 \song
+ {gegene}
+?
+
+! LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type H for immediate help.
+ ...
+
+l.94 \song
+ {gegene}
+?
+! Extra \fi.
+ \fi
+
+l.94 \song
+ {gegene}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@b
+ sphack\begingroup \@sanitize\@titleIndex
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@bsphack\begingroup \@s
+ anitize\@titleIndex
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ...phack\begingroup \@sanitize\@titleI
+ ndex
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@b
+ sphack\begingroup \@sanitize\@titleContents
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@bsphack\begingroup \@s
+ anitize\@titleContents
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\\song ...Title }{\theSBSongCnt } \titleContents {
+ \theSongTitle }{\theSongKe...
+l.98 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+\\song ...ongCnt } \titleContents {\theSongTitle }
+ {\theSongKey } \artistInde...
+l.98 \sclearpage
+
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.98 \sclearpage
+
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@b
+ sphack\begingroup \@sanitize\@artistIndex
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@s
+ anitize\@artistIndex
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@sanitize\@a
+ rtistIndex
+l.98 \sclearpage
+
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.98 \sclearpage
+
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@b
+ sphack\begingroup \@sanitize\@keyIndex
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@s
+ anitize\@keyIndex
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@sanitize\@k
+ eyIndex
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@b
+ sphack\begingroup \@sanitize\@titleIndex
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@bsphack\begingroup \@s
+ anitize\@titleIndex
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ...phack\begingroup \@sanitize\@titleI
+ ndex
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@b
+ sphack\begingroup \@sanitize\@titleContents
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@bsphack\begingroup \@s
+ anitize\@titleContents
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\\song ...Title }{\theSBSongCnt } \titleContents {
+ \theSongTitle }{\theSongKe...
+l.98 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+\\song ...ongCnt } \titleContents {\theSongTitle }
+ {\theSongKey } \artistInde...
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@b
+ sphack\begingroup \@sanitize\@artistIndex
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@s
+ anitize\@artistIndex
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@sanitize\@a
+ rtistIndex
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@b
+ sphack\begingroup \@sanitize\@keyIndex
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@s
+ anitize\@keyIndex
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@sanitize\@k
+ eyIndex
+l.98 \sclearpage
+
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.98 \sclearpage
+
+?
+! Extra \fi.
+\\STitle ...eKeyFont \ [{\sbChord #3\relax }]}\fi
+ \if #1Y\end {center}\fi \S...
+l.98 \sclearpage
+
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.98 \sclearpage
+
+?
+! Argument of \@gobble has an extra }.
+
+ \par
+l.98 \sclearpage
+
+?
+Runaway argument?
+! Paragraph ended before \@gobble was complete.
+
+ \par
+l.98 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.98 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+\@tempc ...s@ \expandafter {\the \toks@ #1\TE@or }
+ \expandafter \@tempc \fi #2
+l.98 \sclearpage
+
+?
+! Argument of \@tempc has an extra }.
+
+ \par
+l.98 \sclearpage
+
+?
+Runaway argument?
+\@tempc \TE@repl \and \TE@and \TE@repl \not \TE@neg \TE@repl \OR \TE@or \ETC.
+! Paragraph ended before \@tempc was complete.
+
+ \par
+l.98 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.98 \sclearpage
+
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.98 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+\\STitle ...ct \sbChord #3\protect \relax } -- #2}
+ {\theSBSongCnt }\fi \vspac...
+l.98 \sclearpage
+
+?
+! Extra \fi.
+\\STitle ...ct \relax } -- #2}{\theSBSongCnt }\fi
+ \vspace {\SpaceAboveSTitle...
+l.98 \sclearpage
+
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@b
+ sphack\begingroup \@sanitize\@titleIndex
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@bsphack\begingroup \@s
+ anitize\@titleIndex
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ...phack\begingroup \@sanitize\@titleI
+ ndex
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@b
+ sphack\begingroup \@sanitize\@titleContents
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@bsphack\begingroup \@s
+ anitize\@titleContents
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\\song ...Title }{\theSBSongCnt } \titleContents {
+ \theSongTitle }{\theSongKe...
+l.98 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+\\song ...ongCnt } \titleContents {\theSongTitle }
+ {\theSongKey } \artistInde...
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@b
+ sphack\begingroup \@sanitize\@artistIndex
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@s
+ anitize\@artistIndex
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@sanitize\@a
+ rtistIndex
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@b
+ sphack\begingroup \@sanitize\@keyIndex
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@s
+ anitize\@keyIndex
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\keyIndex ->\@bsphack\begingroup \@sanitize\@k
+ eyIndex
+l.98 \sclearpage
+
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.98 \sclearpage
+
+?
+! Extra \fi.
+\\STitle ...eKeyFont \ [{\sbChord #3\relax }]}\fi
+ \if #1Y\end {center}\fi \S...
+l.98 \sclearpage
+
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.98 \sclearpage
+
+?
+! Argument of \@gobble has an extra }.
+
+ \par
+l.98 \sclearpage
+
+?
+Runaway argument?
+! Paragraph ended before \@gobble was complete.
+
+ \par
+l.98 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.98 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+\@tempc ...s@ \expandafter {\the \toks@ #1\TE@or }
+ \expandafter \@tempc \fi #2
+l.98 \sclearpage
+
+?
+! Argument of \@tempc has an extra }.
+
+ \par
+l.98 \sclearpage
+
+?
+Runaway argument?
+\@tempc \TE@repl \and \TE@and \TE@repl \not \TE@neg \TE@repl \OR \TE@or \ETC.
+! Paragraph ended before \@tempc was complete.
+
+ \par
+l.98 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+ }
+
+l.98 \sclearpage
+
+?
+! Extra }, or forgotten \endgroup.
+\\STitle ...TitleKeyFont \ [{\sbChord #3\relax }]}
+ \fi \if #1Y\end {center}\f...
+l.98 \sclearpage
+
+?
+! Extra \fi.
+\\STitle ...eKeyFont \ [{\sbChord #3\relax }]}\fi
+ \if #1Y\end {center}\fi \S...
+l.98 \sclearpage
+
+?
+! Extra \fi.
+\theSongTitle ->\fi
+
+l.98 \sclearpage
+
+?
+! Undefined control sequence.
+ ...tedrinks \CpyRtInfoFont \sclearpage
+ }
+l.98 \sclearpage
+
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.98 \sclearpage
+
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.98 \sclearpage
+
+?
+
+! LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type H for immediate help.
+ ...
+
+l.98 \sclearpage
+
+?
+
+! LaTeX Error: There's no line here to end.
+
+See the LaTeX manual or LaTeX Companion for explanation.
+Type H for immediate help.
+ ...
+
+l.98 \sclearpage
+
+?
+! Extra \fi.
+ \fi
+
+l.98 \sclearpage
+
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@b
+ sphack\begingroup \@sanitize\@titleIndex
+l.102 \song
+ {apoil}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ->\@bsphack\begingroup \@s
+ anitize\@titleIndex
+l.102 \song
+ {apoil}
+?
+! Use of \@ doesn't match its definition.
+\titleIndex ...phack\begingroup \@sanitize\@titleI
+ ndex
+l.102 \song
+ {apoil}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@b
+ sphack\begingroup \@sanitize\@titleContents
+l.102 \song
+ {apoil}
+?
+! Use of \@ doesn't match its definition.
+\titleContents ->\@bsphack\begingroup \@s
+ anitize\@titleContents
+l.102 \song
+ {apoil}
+?
+! Use of \@ doesn't match its definition.
+\\song ...Title }{\theSBSongCnt } \titleContents {
+ \theSongTitle }{\theSongKe...
+l.102 \song
+ {apoil}
+?
+! Extra }, or forgotten \endgroup.
+\\song ...ongCnt } \titleContents {\theSongTitle }
+ {\theSongKey } \artistInde...
+l.102 \song
+ {apoil}
+?
+! Argument of \\song has an extra }.
+
+ \par
+l.102 \song
+ {apoil}
+?
+Runaway argument?
+! Paragraph ended before \\song was complete.
+
+ \par
+l.102 \song
+ {apoil}
+?
+
+Overfull \hbox (5.87598pt too wide) in paragraph at lines 102--102
+ \OT1/cmr/m/n/12 sphackanitizendexiloverocknroll31
+ []
+
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@b
+ sphack\begingroup \@sanitize\@artistIndex
+l.102 \song
+ {apoil}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@s
+ anitize\@artistIndex
+l.102 \song
+ {apoil}
+?
+! Use of \@ doesn't match its definition.
+\artistIndex ->\@bsphack\begingroup \@sanitize\@a
+ rtistIndex
+l.102 \song
+ {apoil}
+?
+! Argument of \\song has an extra }.
+