148 lines
2.5 KiB
Markdown
148 lines
2.5 KiB
Markdown
# Lyrics Breakdown Example
|
|
|
|
Song: Example Song (3:52)
|
|
Audio: audios/example.wav
|
|
|
|
```
|
|
[prelude]
|
|
0:00 - 0:25
|
|
|
|
0:25 - 0:30
|
|
You fill the cup where glances meet
|
|
Moonlight, a pot of brew
|
|
|
|
0:30 - 0:35
|
|
Tears scald as I look up
|
|
In which scene
|
|
|
|
0:35 - 0:40
|
|
I wield my sword in gentle dance
|
|
You trim the western window's candle
|
|
|
|
0:40 - 0:45
|
|
And all the world's turmoil
|
|
Countless worldly affairs
|
|
|
|
0:45 - 0:50
|
|
Far from courts into the wild
|
|
Tenderness and chivalry
|
|
|
|
0:50 - 0:55
|
|
Yet I fear fate grows thin
|
|
A few steps in the mortal dust
|
|
|
|
0:55 - 1:02
|
|
Beyond dreams I walk the mortal road
|
|
Nothing beyond the heart
|
|
|
|
1:02 - 1:07
|
|
In dreams I long for your brow
|
|
|
|
1:07 - 1:13
|
|
It is this mortal world
|
|
That one glance
|
|
That froze time
|
|
|
|
1:13 - 1:18
|
|
That let my heart
|
|
Be haunted by longing
|
|
|
|
1:18 - 1:23
|
|
Like blossoms surging toward the sky
|
|
Like sunset woven into verse
|
|
|
|
1:23 - 1:29
|
|
Partings and meetings dissolve like smoke in an instant
|
|
|
|
1:29 - 1:35
|
|
It is this mortal world
|
|
That one glance
|
|
Flowing through time
|
|
|
|
1:35 - 1:40
|
|
That gave rise in lifetime after lifetime
|
|
To an undying thread of longing
|
|
|
|
1:40 - 1:46
|
|
See the butterfly circling my finger
|
|
|
|
1:46 - 1:52
|
|
Could it be the vow once left unspoken
|
|
|
|
[interlude]
|
|
1:52 - 2:00
|
|
|
|
2:00 - 2:05
|
|
You fill the cup where glances meet
|
|
Moonlight, a pot of brew
|
|
|
|
2:05 - 2:10
|
|
Tears scald as I look up
|
|
In which scene
|
|
|
|
2:10 - 2:15
|
|
I wield my sword in gentle dance
|
|
You trim the western window's candle
|
|
|
|
2:15 - 2:20
|
|
And all the world's turmoil
|
|
Countless worldly affairs
|
|
|
|
2:20 - 2:25
|
|
Far from courts into the wild
|
|
Tenderness and chivalry
|
|
|
|
2:25 - 2:30
|
|
Yet I fear fate grows thin
|
|
A few steps in the mortal dust
|
|
|
|
2:30 - 2:35
|
|
Beyond dreams I walk the mortal road
|
|
Nothing beyond the heart
|
|
|
|
2:35 - 2:40
|
|
In dreams I long for your brow
|
|
|
|
2:40 - 2:46
|
|
It is this mortal world
|
|
That one glance
|
|
That froze time
|
|
|
|
2:46 - 2:51
|
|
That let my heart
|
|
Be haunted by longing
|
|
|
|
2:51 - 2:56
|
|
Like blossoms surging toward the sky
|
|
Like sunset woven into verse
|
|
|
|
2:56 - 3:02
|
|
Partings and meetings dissolve like smoke in an instant
|
|
|
|
3:02 - 3:08
|
|
It is this mortal world
|
|
That one glance
|
|
Flowing through time
|
|
|
|
3:08 - 3:13
|
|
That gave rise in lifetime after lifetime
|
|
To an undying thread of longing
|
|
|
|
3:13 - 3:18
|
|
See the butterfly circling my finger
|
|
|
|
3:18 - 3:24
|
|
Could it be the vow once left unspoken
|
|
|
|
[outro]
|
|
3:24 - 3:52
|
|
```
|
|
|
|
## Format Notes
|
|
|
|
- Header contains song name and **audio file path** (relative to project root)
|
|
- Instrumental segments marked with brackets: `[prelude]`, `[interlude]`, `[outro]`
|
|
- Each lyric line on its own line
|
|
- Instrumental segments only have timecodes, no lyrics
|
|
- Timecode format: `start - end` (min:sec)
|