You can seperate your song into sections (eg. Verse, Chorus, Bridge), by leaving a blank line.
Verse 1
[C]My very short verse
Chorus
[Am]My very short chorus
Verse 1 and Chorus will automatically be seperated into sections because of the blank line between them.
The first line of each section will become the title, unless there is a chord found in the first line, and then the section won't be assigned a title.
Chorus
Specifying a section as a chorus will give the section special styling so that it stands out and is easy to quickly identify.
To specify a section as a chorus, you need start the section with either {start_of_chorus}
or {soc}
.
And you also need to mark the end of the chorus with {end_of_chorus}
or {eoc}
.
Not that empty lines within the start and end tags will not be seperated into sections, but will shows as blank lines within the chorus itself.
The starting directive can be above or below the section title.
Chorus
{soc}
[C]My very short chorus
[Am]Still in the chorus, despite blank line
{eoc}
Guitar Tabs
To specify a section as a guitar tab, you need start the section with either {start_of_tab}
or {sot}
.
And you also need to mark the end of the tab with {end_of_tab}
or {eot}
.
Guitar tabs are sections that show up exactly as you type them (including all blank spaces), and have a special style.
Lines will not be wrapped within each guitar tab, but will instead be horizontally scrollable.
Blank lines in this section will make the guitar tab be seperated into multiple sections, which can all be scrolled individually.
Chorus Guitar Part
{sot}
E|------------------|
B|--12--11----------|
G|----------11------|
D|--------------13--|
A|------------------|
E|------------------|