HTML Output Example

Here is an example of the output of the song files example with inline style definitions. The HTML source follows.

Twinkle Twinkle

Little Star

Twinkle, twinkle, little star,
G7 
How I wonder what you are!
G7 
Up above the world so high,
G7 
Like a diamond in the sky.
Twinkle, twinkle, little star,
G7 
How I wonder what you are!

G7 
Little, little, little star,
G7 
Up above the clouds so far,
How I wonder what you are!
G7 
Little, little, little star.

|--------------0--0-------------------------------
|--------3--3--------3-----1--1--0--0-------------
|--0--0--------------------------------2--2--0----

|--3--3--1--1--0--0--------
|--------------------3-----
|--------------------------

Play only on strings 1, 2, 3

Songsheet Generator Sample Song

The HTML source code created by Songsheet Generator:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
    "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Songsheet Generator Java 0.1">
<title>Songsheet Generator Output</title>
<style type="text/css">
.sg_song {}
.sg_title {}
.sg_subtitle {}
.sg_lyric {}
.sg_chord {}
.sg_chorus {}
.sg_chorus_all {}
.sg_comment {}
.sg_tab {}
.sg_newsong {}
.sg_toc {}
.sg_toc_header {}
.sg_toc_contents {}
</style>
</head>
<body>
<div class=sg_song id="s1"><h1 class=sg_title>Twinkle Twinkle</h1>
<h2 class=sg_subtitle>Little Star</h2>
<p class=sg_lyric>
<table summary="" cellpadding=0 cellspacing=0 border=0>
<tr class=sg_chord><td>C </td><td>F </td><td>C </td></tr>
<tr class=sg_lyric><td>Twinkle, twinkle, </td><td>little </td><td>star,</td></tr>
</table>
<table summary="" cellpadding=0 cellspacing=0 border=0>
<tr class=sg_chord><td>F </td><td>C </td><td>G7 </td><td>C </td></tr>
<tr class=sg_lyric><td>How I </td><td>wonder </td><td>what you </td><td>are!</td></tr>
</table>
<table summary="" cellpadding=0 cellspacing=0 border=0>
<tr class=sg_chord><td>C </td><td>F </td><td>C </td><td>G7 </td></tr>
<tr class=sg_lyric><td>Up a</td><td>bove the </td><td>world so </td><td>high,</td></tr>
</table>
<table summary="" cellpadding=0 cellspacing=0 border=0>
<tr class=sg_chord><td>C </td><td>F </td><td>C </td><td>G7 </td></tr>
<tr class=sg_lyric><td>Like a </td><td>diamond </td><td>in the </td><td>sky.</td></tr>
</table>
<table summary="" cellpadding=0 cellspacing=0 border=0>
<tr class=sg_chord><td>C </td><td>F </td><td>C </td></tr>
<tr class=sg_lyric><td>Twinkle, twinkle, </td><td>little </td><td>star,</td></tr>
</table>
<table summary="" cellpadding=0 cellspacing=0 border=0>
<tr class=sg_chord><td>F </td><td>C </td><td>G7 </td><td>C </td></tr>
<tr class=sg_lyric><td>How I </td><td>wonder </td><td>what you </td><td>are!</td></tr>
</table>
<p class=sg_lyric>
<div class=sg_chorus_all><table class=sg_chorus summary="chorus" cellpadding=0 cellspacing=0 border=0>
<tr class=sg_chord><td>C </td><td>F </td><td>C </td><td>G7 </td></tr>
<tr class=sg_lyric><td>Little, </td><td>little, </td><td>little </td><td>star,</td></tr>
</table>
<table class=sg_chorus summary="" cellpadding=0 cellspacing=0 border=0>
<tr class=sg_chord><td>C </td><td>F </td><td>C </td><td>G7 </td></tr>
<tr class=sg_lyric><td>Up a</td><td>bove the </td><td>clouds so </td><td>far,</td></tr>
</table>
<table class=sg_chorus summary="" cellpadding=0 cellspacing=0 border=0>
<tr class=sg_chord><td>C </td><td>F </td><td>C </td></tr>
<tr class=sg_lyric><td>How I wonder </td><td>what you </td><td>are!</td></tr>
</table>
<table class=sg_chorus summary="" cellpadding=0 cellspacing=0 border=0>
<tr class=sg_chord><td>F </td><td>C </td><td>G7 </td><td>C </td></tr>
<tr class=sg_lyric><td>Little, </td><td>little, </td><td>little </td><td>star.</td></tr>
</table>
</div><p class=sg_lyric>
<pre class=sg_tab>|--------------0--0-------------------------------
|--------3--3--------3-----1--1--0--0-------------
|--0--0--------------------------------2--2--0----

|--3--3--1--1--0--0--------
|--------------------3-----
|--------------------------

Play only on strings 1, 2, 3
</pre><p class=sg_lyric>
<p class=sg_comment>Songsheet Generator Sample Song</p>
</body>
</html>