=head1 NAME
chord2html - Convert CHORD files to HTML
=head1 SYNOPSIS
chord2html
[B<-d> I]
[B<-h>]
[B<-l>]
[B<-n>]
[B<-o> I]
[B<-q>]
[B<-s> I]
[B<-T> I]
[B<-t>]
[B<-V>]
[B<-v>]
I
=head1 DESCRIPTION
B converts CHORD input files (the .chopro files in OLGA)
to HTML formatted files. The HTML files are similar to the PostScript
documents produced by CHORD; chord2html reads a text file containing
the lyrics and chords of a song to produce a page with chord names above
the words and a graphical representation of the chords at the end of
the song.
=head1 OPTIONS
=over 4
=item B<-d> I
Set the directory where chord images will be stored. If the directory
doesn't exist, it will be created. The default is the current directory.
=item B<-h>
Show a brief description of the available command line options.
=item B<-l>
Print lyrics only.
=item B<-n>
Don't overwrite chord image files that already exist.
=item B<-o> I
Set the output filename. If not specified, the output will be written
in stdout.
=item B<-q>
Quiet mode (don't print warnings).
=item B<-s> I
Set a cascading style sheet file name. If not specified, C
will be used.
=item B<-T> I
Set the image format for the generated chord grids. Valid formats are
B for Graphic Interchange Format (GIF) images and B for
Portable Network Graphics (PNG) images. If not specified, PNG images
will be generated.
=item B<-t>
Add a timestamp line at the end of the generated page.
=item B<-V>
Print the version number and exit.
=item B<-v>
Run in verbose mode.
=back
=head1 BUGS
Multi-song chopro files are not correctly parsed.
=head1 NOTES
The HTML file generated by chord2html uses tables to align chord names
and words using proportional fonts, so it will not work with text
browsers that don't handle tables (it works fine with recent versions
of lynx).
=head1 SEE ALSO
CHORD 3.5 documentation. CHORD is available at
C
=head1 AUTHOR
Claudio Matsuoka Eclaudio@helllabs.orgE, improved by
Per Egil Kummervold Eperegil@abex.noE and
Erwin Burgstaller Ei@wuell.netE.
=cut